HomeSort by: relevance | last modified time | path
    Searched defs:FD_CLOEXEC (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
redir.c 81 #ifndef FD_CLOEXEC
82 # define FD_CLOEXEC 1 /* well known from before there was a name */
88 (fcntl_int)(fcntl((fd), F_GETFD) | FD_CLOEXEC)))
104 int cloexec; /* orig had FD_CLOEXEC set (into always does) */
316 cloexec &= FD_CLOEXEC;
352 (void)fcntl(i, F_SETFD, (fcntl_int) FD_CLOEXEC);
488 (void)fcntl(f, F_SETFD, (fcntl_int) FD_CLOEXEC);
648 (fcntl_int)(fcntl(newfd, F_GETFD) | FD_CLOEXEC));
763 (void)fcntl(fd, F_SETFD, (fcntl_int) FD_CLOEXEC);
1001 if (c & FD_CLOEXEC)
    [all...]
  /src/sys/sys/
fcntl.h 220 #define FD_CLOEXEC 1 /* close-on-exec flag */
  /src/usr.bin/make/
make.h 100 #ifndef FD_CLOEXEC
101 #define FD_CLOEXEC 1

Completed in 13 milliseconds