Searched refs:_PATH_DEVNULL (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpathnames.h40 #ifndef _PATH_DEVNULL
41 #define _PATH_DEVNULL "/dev/null" macro
/macosx-10.10.1/sudo-73/src/
H A Dpathnames.h43 #ifndef _PATH_DEVNULL
44 #define _PATH_DEVNULL "/dev/null" macro
45 #endif /* _PATH_DEVNULL */
H A Dpathnames.h.in42 #ifndef _PATH_DEVNULL
43 #define _PATH_DEVNULL "/dev/null"
44 #endif /* _PATH_DEVNULL */
/macosx-10.10.1/tcsh-65/tcsh/
H A Dpathnames.h95 #if defined(__EMX__) && !defined(_PATH_DEVNULL)
96 # define _PATH_DEVNULL "nul" macro
97 #endif /* __EMX__ && !_PATH_DEVNULL */
131 #ifndef _PATH_DEVNULL
132 # define _PATH_DEVNULL "/dev/null" macro
133 #endif /* !_PATH_DEVNULL */
H A Dsh.misc.c280 (void) xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
328 int fd = xopen(_PATH_DEVNULL, O_RDONLY|O_LARGEFILE);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dpaths.h74 #define _PATH_DEVNULL "/dev/null" macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Ddaemon.c71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddaemon.c70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
H A Dsimple_exec.c177 in_fd[0] = open(_PATH_DEVNULL, O_RDONLY);
179 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
181 err_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
H A Droken-common.h131 #ifndef _PATH_DEVNULL
132 #define _PATH_DEVNULL "/dev/null" macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h53 #define _PATH_DEVNULL "/dev/null" macro
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c121 (void) close(STDIN); (void) open(_PATH_DEVNULL, 0);
122 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
123 (void) close(STDERR); (void) open(_PATH_DEVNULL, 2);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpathnames.h36 #define _PATH_DEVNULL "/dev/null" macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Ddaemon.c116 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/macosx-10.10.1/cron-39/cron/
H A Dpopen.c136 (void)open(_PATH_DEVNULL, O_RDWR);
150 (void)open(_PATH_DEVNULL, O_RDWR);
152 (void)open(_PATH_DEVNULL, O_RDWR);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dauthhost.cpp100 int devnull = open(_PATH_DEVNULL, O_RDWR, 0);
/macosx-10.10.1/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c109 fd = open(_PATH_DEVNULL, O_RDWR, 0);/* stdout */
/macosx-10.10.1/patch_cmds-17/patch/
H A Dutil.c341 if (strnEQ(at, _PATH_DEVNULL, sizeof(_PATH_DEVNULL) - 1))
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h384 #ifndef _PATH_DEVNULL
385 # define _PATH_DEVNULL "/dev/null" macro
H A Dssh-keysign.c169 if ((fd = open(_PATH_DEVNULL, O_RDWR)) < 2)
H A Dauth2-pubkey.c526 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) {
527 error("%s: open %s: %s", __func__, _PATH_DEVNULL,
/macosx-10.10.1/cron-39/crontab/
H A Dcrontab.c405 if (!(f = fopen(_PATH_DEVNULL, "r")))
406 err(ERROR_EXIT, _PATH_DEVNULL);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDACommand.c125 fd = open( _PATH_DEVNULL, O_RDWR, 0 );
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.c327 open(_PATH_DEVNULL, O_RDWR, 0);
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dconfigd.m178 fd = open(_PATH_DEVNULL, O_RDWR, 0);

Completed in 159 milliseconds

12