Searched refs:pidfile (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/ldap/testing/
H A Dslapd.conf9 pidfile /var/run/slapd/slapd.pid
/bind-9.11.3/bin/named/unix/
H A Dos.c49 static char *pidfile = NULL; variable
670 if (pidfile != NULL) {
671 n = unlink(pidfile);
673 ns_main_earlywarning("unlink '%s': failed", pidfile);
674 free(pidfile);
676 pidfile = NULL;
893 pidfile = strdup(filename);
894 if (pidfile == NULL) {
/bind-9.11.3/bin/named/win32/
H A Dos.c40 static char *pidfile = NULL; variable
201 if (pidfile != NULL) {
202 (void)unlink(pidfile);
203 free(pidfile);
205 pidfile = NULL;
268 pidfile = strdup(filename);
269 if (pidfile == NULL) {
278 free(pidfile);
279 pidfile = NULL;
/bind-9.11.3/bin/tests/system/tsiggss/
H A Dauthsock.pl20 my $pidfile = "authsock.pid";
25 "pidfile=s" => \$pidfile,
29 print("Usage: authsock.pl --path=<sockpath> --type=type --pidfile=pidfile\n");
38 # setup our pidfile
39 open(my $pid,">",$pidfile)
40 or die "unable to open pidfile $pidfile";
H A Dtests.sh62 $PERL ./authsock.pl --type=CNAME --path=ns1/auth.sock --pidfile=authsock.pid --timeout=120 > /dev/null 2>&1 &
/solaris-userland/components/privoxy/files/
H A Dhttp-privoxy43 exec ${PRIVOXY} --pidfile "${PIDFILE}" \
/solaris-userland/components/openvswitch/files/
H A Dovs-svc102 --pidfile=${OVSDB_PIDFILE} \
170 --pidfile=${VSWITCHD_PIDFILE} \
/solaris-userland/components/ntp/Solaris/
H A Dntp.sh68 set -- --pidfile /var/run/ntp.pid

Completed in 96 milliseconds