Searched refs:F_SETFD (Results 1 – 5 of 5) sorted by relevance
97 && __glibc_unlikely (__fcntl64_nocancel (fd, F_SETFD, FD_CLOEXEC) < 0)) in weak_alias()
245 if (__fcntl (fd, F_SETFD, flags & ~FD_CLOEXEC) == -1) in __spawni_child()
159 #define F_SETFD 2 /* Set file descriptor flags. */ macro
169 #define F_SETFD 2 /* Set file descriptor flags. */ macro
126 case F_SETFD: /* Set descriptor flags. */ in __libc_fcntl()
Completed in 7 milliseconds