Home
last modified time | relevance | path

Searched refs:_PATH_DEVNULL (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/sysutils/direvent/direvent-5.2/src/
H A Ddetach-bsd.c39 #ifndef _PATH_DEVNULL
40 # define _PATH_DEVNULL "/dev/null" macro
83 open(_PATH_DEVNULL, O_RDONLY); in detach()
84 open(_PATH_DEVNULL, O_WRONLY); in detach()
H A Ddetach-std.c32 #ifndef _PATH_DEVNULL
33 # define _PATH_DEVNULL "/dev/null" macro
76 open(_PATH_DEVNULL, O_RDONLY); in detach()
77 open(_PATH_DEVNULL, O_WRONLY); in detach()
H A Ddetach-darwin.c41 #ifndef _PATH_DEVNULL
42 # define _PATH_DEVNULL "/dev/null" macro
108 open(_PATH_DEVNULL, O_RDONLY); in detach()
109 open(_PATH_DEVNULL, O_WRONLY); in detach()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Ddetach.c142 if (open ((char *) _PATH_DEVNULL, O_RDONLY) != 0 in usysdep_detach()
143 || open ((char *) _PATH_DEVNULL, O_WRONLY) != 1 in usysdep_detach()
144 || open ((char *) _PATH_DEVNULL, O_WRONLY) != 2) in usysdep_detach()
145 ulog (LOG_FATAL, "open (%s): %s", _PATH_DEVNULL, strerror (errno)); in usysdep_detach()
/dports/security/pam_pkcs11/pam_pkcs11-pam_pkcs11-0.6.12/src/tools/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 # define _PATH_DEVNULL "/dev/null" macro
75 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/textproc/uim-gtk/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/textproc/uim-qt5/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/textproc/uim-gtk3/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/textproc/uim-el/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/japanese/uim-anthy/uim-d1ac9d9/replace/
H A Ddaemon.c51 #ifndef _PATH_DEVNULL
52 #define _PATH_DEVNULL "/dev/null" macro
88 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/dports/security/krb5-appl/krb5-appl-1.0.3/libmissing/
H A Ddaemon.c44 #ifndef _PATH_DEVNULL
45 #define _PATH_DEVNULL "/dev/null" macro
84 int devnull = open(_PATH_DEVNULL, O_RDWR, 0); in daemon()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/apputils/
H A Ddaemon.c44 #ifndef _PATH_DEVNULL
45 #define _PATH_DEVNULL "/dev/null" macro
85 int devnull = open(_PATH_DEVNULL, O_RDWR, 0);
/dports/security/krb5/krb5-1.19.2/src/lib/apputils/
H A Ddaemon.c44 #ifndef _PATH_DEVNULL
45 #define _PATH_DEVNULL "/dev/null" macro
85 int devnull = open(_PATH_DEVNULL, O_RDWR, 0);
/dports/security/krb5-appl/krb5-appl-1.0.3/bsd/
H A Ddaemon.c44 #ifndef _PATH_DEVNULL
45 #define _PATH_DEVNULL "/dev/null" macro
85 int devnull = open(_PATH_DEVNULL, O_RDWR, 0);
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/replacements/
H A Dvasprintf.c42 #ifndef _PATH_DEVNULL
43 #define _PATH_DEVNULL "/dev/null" macro
110 if ((fp = fopen(_PATH_DEVNULL, "w")) == NULL) in tds_vasprintf()
113 if ((fp == NULL) && ((fp = fopen(_PATH_DEVNULL, "w")) == NULL)) in tds_vasprintf()
/dports/databases/freetds/freetds-1.3.4/src/replacements/
H A Dvasprintf.c42 #ifndef _PATH_DEVNULL
43 #define _PATH_DEVNULL "/dev/null" macro
110 if ((fp = fopen(_PATH_DEVNULL, "w")) == NULL) in tds_vasprintf()
113 if ((fp == NULL) && ((fp = fopen(_PATH_DEVNULL, "w")) == NULL)) in tds_vasprintf()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/replacements/
H A Dvasprintf.c42 #ifndef _PATH_DEVNULL
43 #define _PATH_DEVNULL "/dev/null" macro
110 if ((fp = fopen(_PATH_DEVNULL, "w")) == NULL) in tds_vasprintf()
113 if ((fp == NULL) && ((fp = fopen(_PATH_DEVNULL, "w")) == NULL)) in tds_vasprintf()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/replacements/
H A Dvasprintf.c44 #ifndef _PATH_DEVNULL
45 #define _PATH_DEVNULL "/dev/null" macro
112 if ((fp = fopen(_PATH_DEVNULL, "w")) == NULL) in vasprintf()
115 if ((fp == NULL) && ((fp = fopen(_PATH_DEVNULL, "w")) == NULL)) in vasprintf()
/dports/audio/ezstream/ezstream-0.5.6/src/
H A Dezstream.h56 #ifndef _PATH_DEVNULL
58 # define _PATH_DEVNULL "nul" macro
60 # define _PATH_DEVNULL "/dev/null" macro
/dports/mail/mailfromd/mailfromd-8.10/lib/
H A Ddaemon.c44 #ifndef _PATH_DEVNULL
45 # define _PATH_DEVNULL "/dev/null" macro
178 fd = open (_PATH_DEVNULL, O_RDWR, 0); in waitdaemon()
/dports/net/rdist6/rdist-6.1.5/include/
H A Drdistpaths.h34 #ifndef _PATH_DEVNULL
35 #define _PATH_DEVNULL "/dev/null" macro
/dports/net/shmux/shmux-1.0.3/src/
H A Dexec.c13 # define _PATH_DEVNULL "/dev/null" macro
173 in[0] = open(_PATH_DEVNULL, O_RDONLY, 0);
177 _PATH_DEVNULL, strerror(errno));
187 _PATH_DEVNULL, in[0]);
/dports/sysutils/isc-cron/isc-cron-4.1_2/
H A Dpathnames.h104 #ifndef _PATH_DEVNULL
105 # define _PATH_DEVNULL "/dev/null" macro
/dports/net-mgmt/cdpd/cdpd-1.0.4.1/
H A Ddaemon.c50 #define _PATH_DEVNULL "/dev/null" macro
77 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {

12345678910>>...13