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

/freebsd-current/usr.sbin/inetd/
H A Dpathnames.h35 #define _PATH_INETDPID _PATH_VARRUN "inetd.pid"
/freebsd-current/usr.sbin/newsyslog/
H A Dpathnames.h24 #define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
/freebsd-current/usr.sbin/cron/cron/
H A Dpathnames.h58 #define PIDDIR _PATH_VARRUN
/freebsd-current/crypto/heimdal/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
/freebsd-current/contrib/pf/pflogd/
H A Dpidfile.c72 /* _PATH_VARRUN includes trailing / */
73 (void) asprintf(&pidfile_path, "%s%s.pid", _PATH_VARRUN, basename);
/freebsd-current/contrib/blocklist/port/
H A Dpidfile.c123 /* _PATH_VARRUN includes trailing / */
124 if (asprintf(&path, "%s%s.pid", _PATH_VARRUN, bname) == -1)
/freebsd-current/include/
H A Dpaths.h101 #define _PATH_VARRUN "/var/run/" macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_paths.c109 { _PATH_VARRUN, PATH_DIR },
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dtap.c121 _PATH_VARRUN, ifr.ifr_name);
/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c134 if (asprintf(&path, "%s%s.pid", _PATH_VARRUN,
/freebsd-current/usr.sbin/ipfwpcap/
H A Dipfwpcap.c94 "%s%s.%d.pid", _PATH_VARRUN, p, pn);
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h387 # ifndef _PATH_VARRUN
388 # define _PATH_VARRUN "/var/run/" macro
452 # define _PATH_SENDMAILPID _PATH_VARRUN "sendmail.pid"
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c78 static const char *pidfile = _PATH_VARRUN "watchdogd.pid";
/freebsd-current/usr.sbin/ppp/
H A Dphysical.c364 snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base);
970 snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base);
H A Dbundle.c674 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
689 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
H A Dmp.c1120 _PATH_VARRUN, peer->authname, peer->enddisc.class);
/freebsd-current/sbin/ggate/ggated/
H A Dggated.c977 const char *ggated_pidfile = _PATH_VARRUN "/ggated.pid";
/freebsd-current/sbin/dhclient/
H A Ddhclient.c421 "%s/dhclient/dhclient.%s.pid", _PATH_VARRUN, *argv);

Completed in 196 milliseconds