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

/freebsd-10-stable/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-stable/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-stable/sbin/natd/
H A Dnatd.c1053 PidFile, enumerator in enum:Option
1298 { PidFile,
1515 case PidFile:
/freebsd-10-stable/crypto/openssh/regress/
H A Dtest-exec.sh407 PidFile $PIDFILE
/freebsd-10-stable/contrib/sendmail/cf/cf/
H A Dsubmit.cf475 O PidFile=/var/spool/clientmqueue/sm-client.pid
/freebsd-10-stable/contrib/sendmail/src/
H A Dmain.c627 sm_dprintf(" Pid file:\t%s (default)\n", PidFile);
1423 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
2387 /* save daemon type in a macro for possible PidFile use */
2391 /* save queue interval in a macro for possible PidFile use */
3085 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
H A Dutil.c590 expand(PidFile, pidpath, sizeof(pidpath), e);
H A Dsendmail.h2505 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
H A Dconf.c343 PidFile = newstr(_PATH_SENDMAILPID);
H A Dreadcf.c2723 { "PidFile", O_PIDFILE, OI_NONE },
3935 PSTRSET(PidFile, val);
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c122 const char *PidFile = _PATH_LOGPID; variable
495 PidFile = optarg;
520 pfh = pidfile_open(PidFile, 0600, &spid);

Completed in 289 milliseconds