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

12345

/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c784 free(daemon->pidfile);
/freebsd-11-stable/contrib/unbound/util/
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-11-stable/usr.sbin/moused/
H A Dmoused.c185 static const char *pidfile = "/var/run/moused.pid"; variable
766 pidfile = optarg;
1033 pfh = pidfile_open(pidfile, 0600, &mpid);
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c898 pidfile(NULL);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c860 pidfile (NULL);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c283 const char *pidfile = ROUTE6D_PID; local
318 pidfile = optarg;
428 if ((pidfh = fopen(pidfile, "w")) != NULL) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c427 warn("cannot open or create pidfile");
/freebsd-11-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-11-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 197 milliseconds

12345