Searched refs:F_GETFD (Results 1 – 6 of 6) sorted by relevance
35 int flags = fcntl (fd, F_GETFD); in is_cloexec()
242 int flags = __fcntl (fd, F_GETFD, 0); in __spawni_child()
158 #define F_GETFD 1 /* Get file descriptor flags. */ macro
116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
122 case F_GETFD: /* Get descriptor flags. */ in __libc_fcntl()
Completed in 8 milliseconds