HomeSort by relevance Sort by last modified time
    Searched defs:FD_CLOEXEC (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libsysevent/
libevchannel.c 177 (void) fcntl(EV_FD(scp), F_SETFD, FD_CLOEXEC);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
fcntlcom.h 99 #define FD_CLOEXEC 1 /* posix */
  /onnv/onnv-gate/usr/src/ucbhead/sys/
fcntl.h 210 #define FD_CLOEXEC 1 /* close on exec flag */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
inetconv.c 845 (void) fcntl(fileno(fp), F_SETFD, FD_CLOEXEC);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
fcntl.h 304 #define FD_CLOEXEC 1 /* close on exec flag */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp_sys.c 173 #if defined(HAS_FCNTL) && defined(F_SETFD) && !defined(FD_CLOEXEC)
174 # define FD_CLOEXEC 1 /* NeXT needs this */
    [all...]
util.c 39 #if defined(HAS_FCNTL) && defined(F_SETFD) && !defined(FD_CLOEXEC)
40 # define FD_CLOEXEC 1 /* NeXT needs this */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h     [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfhdr.h 598 # ifndef FD_CLOEXEC
599 # define FD_CLOEXEC 1
600 # endif /*FD_CLOEXEC*/
601 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC))
    [all...]

Completed in 490 milliseconds