Format: AllC/C++CSSTextshell script Advanced Search
57: /* Make sure the mode the user wants is a subset of the actual mode. */ 58: if ((fdflags = __libc_fcntl(fd, F_GETFL, 0)) < 0) 59: { f = fdflags & 0xffff; goto e1; }