Searched refs:PidFile (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dopensshd.init.in17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
18 [ X$PidFile = X ] || PIDFILE=$PidFile
/freebsd-10.1-release/libexec/rbootd/
H A Dconf.c75 char *PidFile = _PATH_RBOOTDPID; /* file w/pid of server */ variable
H A Ddefs.h135 extern char *PidFile; /* file containing pid of server */
H A Drbootd.c181 if ((fp = fopen(PidFile, "w")) != NULL) {
185 syslog(LOG_WARNING, "fopen: failed (%s)", PidFile);
/freebsd-10.1-release/sbin/natd/
H A Dnatd.c1053 PidFile, enumerator in enum:Option
1298 { PidFile,
1515 case PidFile:
/freebsd-10.1-release/crypto/openssh/regress/
H A Dtest-exec.sh334 PidFile $PIDFILE
/freebsd-10.1-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf469 O PidFile=/var/spool/clientmqueue/sm-client.pid
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmain.c629 sm_dprintf(" Pid file:\t%s (default)\n", PidFile);
1414 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
2378 /* save daemon type in a macro for possible PidFile use */
2382 /* save queue interval in a macro for possible PidFile use */
3044 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
H A Dutil.c590 expand(PidFile, pidpath, sizeof(pidpath), e);
H A Dsendmail.h2452 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
H A Dconf.c345 PidFile = newstr(_PATH_SENDMAILPID);
H A Dreadcf.c2109 { "PidFile", O_PIDFILE, OI_NONE },
3429 PSTRSET(PidFile, val);
/freebsd-10.1-release/usr.sbin/syslogd/
H A Dsyslogd.c119 const char *PidFile = _PATH_LOGPID; variable
458 PidFile = optarg;
483 pfh = pidfile_open(PidFile, 0600, &spid);

Completed in 275 milliseconds