Searched refs:PIDFILE (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/crypto/openssh/regress/
H A Dreconfigure.sh18 PID=`$SUDO cat $PIDFILE`
19 rm -f $PIDFILE
24 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
29 test -f $PIDFILE || fatal "sshd did not restart"
H A Dreexec.sh42 $SUDO kill `$SUDO cat $PIDFILE`
43 rm -f $PIDFILE
57 $SUDO kill `$SUDO cat $PIDFILE`
58 rm -f $PIDFILE
70 $SUDO kill `$SUDO cat $PIDFILE`
71 rm -f $PIDFILE
H A Dlogin-timeout.sh18 $SUDO kill `$SUDO cat $PIDFILE`
H A Dtest-exec.sh230 if [ -f $PIDFILE ]; then
231 pid=`$SUDO cat $PIDFILE`
241 while [ -f $PIDFILE -a $i -lt 5 ]; do
245 test -f $PIDFILE && \
309 PIDFILE=$OBJ/pidfile
321 PidFile $PIDFILE
456 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
461 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/freebsd-10.0-release/sbin/natd/
H A Dnatd.h15 #define PIDFILE "/var/run/natd.pid" macro
H A Dnatd.c176 pidName = PIDFILE;
/freebsd-10.0-release/crypto/openssh/
H A Dopensshd.init.in16 PIDFILE=$piddir/sshd.pid
18 [ X$PidFile = X ] || PIDFILE=$PidFile
42 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then
43 PID=`${CAT} ${PIDFILE}`
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dpathnames.h61 #define PIDFILE "%scron.pid" macro
H A Dcron.c81 (void) snprintf(pidfile, sizeof(pidfile), PIDFILE, PIDDIR);
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dtoken.l71 pidfile { DP; return PIDFILE; }
H A Dparse.y90 %token PIDFILE
149 pidfile_statement: PIDFILE STR
/freebsd-10.0-release/usr.sbin/ctld/
H A Dtoken.l66 pidfile { return PIDFILE; }
H A Dparse.y62 %token OPENING_BRACKET OPTION PATH PIDFILE PORTAL_GROUP SERIAL SIZE STR TARGET
115 pidfile_statement: PIDFILE STR
/freebsd-10.0-release/sbin/hastd/
H A Dtoken.l56 pidfile { DP; return PIDFILE; }
H A Dparse.y87 %token CONTROL PIDFILE LISTEN REPLICATION CHECKSUM COMPRESSION METAFLUSH
168 pidfile_statement: PIDFILE STR
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dcmd_args.c107 if (HAVE_OPT( PIDFILE ))
108 stats_config(STATS_PID_FILE, OPT_ARG( PIDFILE ));
H A Dntpd-opts.h190 # ifdef PIDFILE
191 # warning undefining PIDFILE due to option name conflict
192 # undef PIDFILE macro
253 # undef PIDFILE macro
H A Dntpdsim-opts.h217 # ifdef PIDFILE
218 # warning undefining PIDFILE due to option name conflict
219 # undef PIDFILE macro
304 # undef PIDFILE macro
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h443 #define PIDFILE "/var/unbound/unbound.pid" macro
H A Dconfig.h.in442 #undef PIDFILE
/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c75 #define PIDFILE "/var/run/uhsoctl.%s.pid" macro
1293 snprintf(ctx->pidfile, 127, PIDFILE, ctx->ifnam);
1324 snprintf(pidfile, 127, PIDFILE, ifnam);
/freebsd-10.0-release/contrib/unbound/util/
H A Dconfig_file.c134 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit;

Completed in 115 milliseconds