Searched refs:closefrom (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/regress/
H A Dclosefromtest.c27 int closefrom(int);
32 fprintf(stderr, "closefrom: %s\n", msg);
48 closefrom(fds[max]);
58 closefrom(fds[0]);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dclosefrom.c46 closefrom(int fd) function
H A Drkpty.c376 closefrom(STDERR_FILENO + 1);
H A Dsimple_exec.c197 closefrom(3);
H A Droken.h.in1087 #define closefrom rk_closefrom
1089 closefrom(int);
/macosx-10.9.5/sudo-72/src/
H A Dclosefrom.c54 # define closefrom_fallback closefrom
95 closefrom(lowfd) function
104 closefrom(lowfd) function
H A Ddef_data.in187 closefrom
192 "If set, users may override the value of `closefrom' with the -C option"
H A Dmissing.h345 void closefrom __P((int));
H A Dtgetpass.c212 closefrom(STDERR_FILENO + 1);
H A Dexec.c178 closefrom(maxfd);
297 closefrom(def_closefrom);
H A Dlogging.c601 closefrom(STDERR_FILENO + 1);
H A DMakefile.in125 closefrom.c def_data.c defaults.c env.c error.c exec.c exec_pty.c \
323 closefrom.o: $(srcdir)/closefrom.c config.h
324 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/closefrom.c
H A Dexec_pty.c1122 closefrom(maxfd);
H A Dvisudo.c737 closefrom(STDERR_FILENO + 1);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-closefrom.c55 __unused static const char rcsid[] = "$Sudo: closefrom.c,v 1.11 2006/08/17 15:26:54 millert Exp $";
63 closefrom(int lowfd) function
69 closefrom(int lowfd) function
H A Dopenbsd-compat.h57 void closefrom(int);
/macosx-10.9.5/dtrace-118.1/test/tst/common/io/
H A Dtst.fds.c68 closefrom(0);
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/SnowLeopard10A/
H A Droken.h290 #define closefrom rk_closefrom macro
292 closefrom(int);
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster.c297 closefrom(3);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_compat.c9 /* void closefrom(int lowfd)
260 /* closefrom() - closes all file descriptors from the given one up */
262 int closefrom(int lowfd) function
H A Dsys_defs.h1497 extern int closefrom(int);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-pubkey.c537 closefrom(STDERR_FILENO + 1);
H A Dsshd.c1514 closefrom(REEXEC_MIN_FREE_FD);
1516 closefrom(REEXEC_DEVCRYPTO_RESERVED_FD);
H A Dssh.c277 closefrom(STDERR_FILENO + 1);
H A Dsession.c1630 closefrom(STDERR_FILENO + 1);
1776 closefrom(STDERR_FILENO + 1);

Completed in 318 milliseconds

12