Searched refs:_PATH_VARRUN (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/crontabs-52/newsyslog/
H A Dpathnames.h26 #define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
/macosx-10.10.1/cron-39/cron/
H A Dpathnames.h66 #ifdef _PATH_VARRUN
67 # define PIDDIR _PATH_VARRUN
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpathnames.h33 #ifndef _PATH_VARRUN
34 #define _PATH_VARRUN "/etc/ppp/" macro
73 #define _PATH_PPPDB _ROOT_PATH _PATH_VARRUN "pppd.tdb"
H A Dmain.c1292 _PATH_VARRUN, ifname);
1312 _PATH_VARRUN, linkname);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dbootfiles.h113 #define kKernelSymfile (_PATH_VARRUN "mach.sym")
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dpaths.h96 #define _PATH_VARRUN "/var/run/" macro
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/net/
H A Dpaths.h71 #define _PATH_VARRUN "/var/run/" macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dwrite_pid.c44 if (asprintf (&ret, "%s%s.pid", _PATH_VARRUN, progname) < 0 || ret == NULL)
H A Droken-common.h139 #ifndef _PATH_VARRUN
140 #define _PATH_VARRUN "/var/run/" macro
/macosx-10.10.1/diskdev_cmds-576/dev_mkdb.tproj/
H A Ddev_mkdb.c119 (void)snprintf(dbtmp, sizeof(dbtmp), "%sdev.tmp", _PATH_VARRUN);
120 (void)snprintf(dbname, sizeof(dbtmp), "%sdev.db", _PATH_VARRUN);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/pwcheck/
H A Dpwcheck.c44 #ifdef _PATH_VARRUN
45 # define _PATH_PWCHECKPID (_PATH_VARRUN "pwcheck.pid")
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dmain.c351 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", sizeof(pid_file));
355 strlcat(pid_file, _PATH_VARRUN, sizeof(pid_file));
H A Dsession.c295 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", sizeof(pid_file));
299 strlcat(pid_file, _PATH_VARRUN, sizeof(pid_file));
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dmain.c75 static char pid_path[MAXPATHLEN] = _PATH_VARRUN DAEMON_NAME "-"; // pid file path - the rest will be filled in later
/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c1884 // Creating BRMNT_PARENT instead of using _PATH_VARRUN because the latter
1899 if (((vrfd = open(_PATH_VARRUN, O_RDONLY))) == -1) {
1900 rval = vrfd; LOGERRxlate(up, _PATH_VARRUN, NULL, rval); goto finish;

Completed in 254 milliseconds