Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dpathnames.h35 #define _PATH_INETDPID _PATH_VARRUN "inetd.pid"
/freebsd/usr.sbin/newsyslog/
H A Dpathnames.h24 #define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
/freebsd/usr.sbin/cron/cron/
H A Dpathnames.h58 #define PIDDIR _PATH_VARRUN
/freebsd/crypto/heimdal/lib/roken/
H A Dwrite_pid.c44 if (asprintf (&ret, "%s%s.pid", _PATH_VARRUN, progname) < 0 || ret == NULL) in pid_file_write()
H A Droken-common.h139 #ifndef _PATH_VARRUN
140 #define _PATH_VARRUN "/var/run/" macro
/freebsd/contrib/pf/pflogd/
H A Dpidfile.c73 (void) asprintf(&pidfile_path, "%s%s.pid", _PATH_VARRUN, basename); in pidfile()
/freebsd/contrib/blocklist/port/
H A Dpidfile.c124 if (asprintf(&path, "%s%s.pid", _PATH_VARRUN, bname) == -1) in generate_varrun_path()
/freebsd/include/
H A Dpaths.h101 #define _PATH_VARRUN "/var/run/" macro
/freebsd/usr.sbin/bluetooth/btpand/
H A Dtap.c121 _PATH_VARRUN, ifr.ifr_name); in tap_init()
/freebsd/contrib/netbsd-tests/include/
H A Dt_paths.c109 { _PATH_VARRUN, PATH_DIR },
/freebsd/usr.sbin/ipfwpcap/
H A Dipfwpcap.c94 "%s%s.%d.pid", _PATH_VARRUN, p, pn); in okay()
/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c134 if (asprintf(&path, "%s%s.pid", _PATH_VARRUN, in generate_varrun_pidfile()
/freebsd/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/usr.sbin/watchdogd/
H A Dwatchdogd.c78 static const char *pidfile = _PATH_VARRUN "watchdogd.pid";
/freebsd/usr.sbin/ppp/
H A Dphysical.c364 snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base); in physical_Close()
970 snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base); in physical_Found()
H A Dbundle.c674 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit); in bundle_LockTun()
689 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit); in bundle_UnlockTun()
H A Dmp.c1120 _PATH_VARRUN, peer->authname, peer->enddisc.class); in mpserver_Open()
/freebsd/sbin/ggate/ggated/
H A Dggated.c977 const char *ggated_pidfile = _PATH_VARRUN "/ggated.pid"; in main()
/freebsd/sbin/dhclient/
H A Ddhclient.c421 "%s/dhclient/dhclient.%s.pid", _PATH_VARRUN, *argv); in main()