Searched defs:F_SETFD (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Dpopen.c178 (void)_fcntl(fileno(iop), F_SETFD, 0); local
/freebsd-current/usr.bin/mail/
H A Dpopen.c70 (void)fcntl(fileno(fp), F_SETFD, 1); local
82 (void)fcntl(fileno(fp), F_SETFD, 1); local
H A Dlex.c128 (void)fcntl(fileno(otf), F_SETFD, 1); local
131 (void)fcntl(fileno(itf), F_SETFD, 1); local
/freebsd-current/sys/sys/
H A Dfcntl.h241 #define F_SETFD 2 /* set file descriptor flags */ macro
/freebsd-current/contrib/one-true-awk/
H A Drun.c2405 (void) fcntl(fileno(fp), F_SETFD, FD_CLOEXEC); local

Completed in 136 milliseconds