Searched refs:pidpath (Results 1 – 3 of 3) sorted by relevance
| /src/libexec/rc/rc.d/ |
| H A D | virtual_oss | 26 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 D | util.c | 612 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 D | main.c | 1464 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);
|