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

  /src/common/dist/zlib/
gzlib.c 90 int cloexec = 0; local in function:gz_open
136 cloexec = 1;
218 (cloexec ? O_CLOEXEC : 0) |
  /src/sys/kern/
sys_descrip.c 337 bool cloexec = false; local in function:sys_fcntl
395 cloexec = true;
406 error = fd_dup(fp, newmin, &i, cloexec, clofork);
  /src/bin/sh/
redir.c 87 #define CLOEXEC(fd) (fcntl((fd), F_SETFD, \
90 #define CLOEXEC(fd) __nothing
104 int cloexec; /* orig had FD_CLOEXEC set (into always does) */ member in struct:renamelist
203 rl->cloexec ? " (colexec)" : ""));
204 copyfd(rl->into, rl->orig, rl->cloexec, 1);
229 fd_rename(struct redirtab *rt, int from, int to, int cloexec)
244 rl->cloexec = cloexec;
289 VTRACE(DBG_REDIR, ("!cloexec\n"));
312 int cloexec; local in function:redirect
377 int eflags, cloexec; local in function:openredirect
1072 int n, cloexec; local in function:setone
    [all...]

Completed in 13 milliseconds