Searched refs:pidfile (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-13-stable/contrib/unbound/util/
H A Dconfig_file.h311 /** pidfile to write pid to. */
312 char* pidfile; member in struct:config_file
H A Dconfig_file.c185 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit;
586 else S_STR("pidfile:", pidfile)
1040 else O_STR(opt, "pidfile", pidfile)
1491 free(cfg->pidfile);
H A Dconfigparser.y1187 free(cfg_parser->cfg->pidfile);
1188 cfg_parser->cfg->pidfile = $2;
/freebsd-13-stable/contrib/blacklist/bin/
H A Dblacklistd.c548 if (pidfile(NULL) == -1)
549 err(EXIT_FAILURE, "Can't create pidfile");
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c112 static char *pidfile = "/etc/opt/ipf/ipmon.pid"; variable
114 static char *pidfile = "/var/run/ipmon.pid"; variable
1443 "\t[ -o [NSI] ] [ -O [NSI] ] [ -P <pidfile> ] [ -S <device> ]\n"
1640 pidfile = optarg;
1729 write_pid(pidfile);
/freebsd-13-stable/crypto/openssh/regress/
H A DMakefile111 pidfile putty.rsa2 ready regress.log \
H A Dtest-exec.sh410 PIDFILE=$OBJ/pidfile
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c558 pidfile (NULL);
H A Dipropd_master.c860 pidfile (NULL);
/freebsd-13-stable/contrib/unbound/daemon/
H A Ddaemon.c784 free(daemon->pidfile);
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c56 #include "pidfile.h"
172 fprintf(stderr, " [-i interface] [-p pidfile]\n");
710 pidfile(pidf);
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c185 static const char *pidfile = "/var/run/moused.pid"; variable
752 pidfile = optarg;
1010 pfh = pidfile_open(pidfile, 0600, &mpid);
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c898 pidfile(NULL);
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c284 const char *pidfile = ROUTE6D_PID; local
319 pidfile = optarg;
429 if ((pidfh = fopen(pidfile, "w")) != NULL) {
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c439 warn("cannot open or create pidfile");
/freebsd-13-stable/contrib/unbound/
H A Dconfigure1604 --with-pidfile=filename set default pathname to unbound pidfile (default
4258 # Determine run, chroot directory and pidfile locations
4319 # Check whether --with-pidfile was given.
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure18733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pidfile" >&5
18734 $as_echo_n "checking for pidfile... " >&6; }
18758 pidfile(0)
18779 for ac_func in pidfile
18781 ac_fn_c_check_func "$LINENO" "pidfile" "ac_cv_func_pidfile"
18791 # pidfile
18792 eval "ac_tr_func=HAVE_`echo pidfile | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"

Completed in 437 milliseconds

12345