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...] |