Searched refs:pidpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/src/
H A Dutil.c583 char pidpath[MAXPATHLEN]; local
590 expand(PidFile, pidpath, sizeof(pidpath), e);
591 Pidf = safefopen(pidpath, O_WRONLY|O_TRUNC, FileMode, sff);
597 pidpath);
601 pidpath, sm_errstring(errno));
H A Dmain.c1418 char pidpath[MAXPATHLEN]; local
1423 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
1424 sm_dprintf(" Pid file:\t%s (selected)\n", pidpath);
2990 char pidpath[MAXPATHLEN]; local
3085 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
3086 (void) unlink(pidpath);

Completed in 157 milliseconds