Home
last modified time | relevance | path

Searched refs:pidpath (Results 1 – 3 of 3) sorted by relevance

/src/libexec/rc/rc.d/
H A Dvirtual_oss26 pidpath="/var/run/${name}"
58 /usr/bin/install -d -m 0755 -o root "${pidpath}"
71 -D "${pidpath}/${config}.pid" \
85 kill "$(cat "${pidpath}/${config}.pid")"
86 rm -f "${pidpath}/${config}.pid"
/src/contrib/sendmail/src/
H A Dutil.c612 char pidpath[MAXPATHLEN]; local
619 expand(PidFile, pidpath, sizeof(pidpath), e);
620 Pidf = safefopen(pidpath, O_WRONLY|O_TRUNC, FileMode, sff);
626 pidpath);
630 pidpath, sm_errstring(errno));
H A Dmain.c1464 char pidpath[MAXPATHLEN]; local
1469 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
1470 sm_dprintf(" Pid file:\t%s (selected)\n", pidpath);
3067 char pidpath[MAXPATHLEN]; local
3177 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
3178 (void) unlink(pidpath);