Searched refs:pidfile (Results 26 - 50 of 122) sorted by relevance

12345

/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Druntests.pl279 my %doesntrun; # servers that don't work, identified by pidfile
340 # Load serverpidfile hash with pidfile names for all possible servers.
383 my ($cmd, $pidfile, $timeout, $fake)=@_;
409 if(open(OUT, ">$pidfile")) {
412 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);
415 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";
427 if(-f $pidfile && -s $pidfile && open(PID, "<$pidfile")) {
432 # otherwise it is just likely to be the _previous_ pidfile o
[all...]
H A Dsecureserver.pl57 my $pidfile; # stunnel pid file
145 elsif($ARGV[0] eq '--pidfile') {
147 $pidfile = "$path/". $ARGV[1];
166 if(!$pidfile) {
167 $pidfile = "$path/". server_pidfilename($proto, $ipvnum, $idnum);
218 $cmd = "$stunnel -p $certfile -P $pidfile ";
226 print "pid file: $pidfile\n";
249 pid = $pidfile
273 print "pid = $pidfile\n";
/macosx-10.9.5/bind9-45.100/bind9/bin/named/win32/
H A Dos.c50 static char *pidfile = NULL; variable
202 if (pidfile != NULL) {
203 (void)unlink(pidfile);
204 free(pidfile);
206 pidfile = NULL;
253 pidfile = strdup(filename);
254 if (pidfile == NULL) {
263 free(pidfile);
264 pidfile = NULL;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dfork_test.sh42 ${h} -s $(atf_get_srcdir) -v pidfile=$(pwd)/pid \
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon83 [self] set pidfile $::opt(-rundir)/$n.pid
102 [self] instvar pidfile logfile progname
103 if {[file exists $pidfile]} {
104 set pid [[self] readfile $pidfile]
123 set F [open $pidfile w]
139 [self] instvar pidfile logfile
140 if {[file exists $pidfile]} {
141 set pid [[self] readfile $pidfile]
150 file delete $pidfile
160 foreach pidfile [glo
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd2-conf.in9 pidfile $TESTDB/slapd.pid
/macosx-10.9.5/Heimdal-323.92.1/tests/ldap/
H A Dslapd.conf12 pidfile slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dslapd.conf16 pidfile /usr/local/var/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dslapd.conf16 pidfile /usr/local/var/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dslapd.conf16 pidfile /usr/local/var/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dslapd.conf16 pidfile /usr/local/var/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dslapd.conf16 pidfile /usr/local/var/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its4184/
H A Dslapd.conf10 pidfile @TESTDIR@/slapd.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its4326/
H A Dslapd.conf24 pidfile @TESTDIR@/slapd.2.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its4448/
H A Dslapd-meta.conf22 pidfile @TESTDIR@/slapd.m.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its6794/
H A Dslapd-glue.conf21 pidfile @TESTDIR@/slapd.1.pid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-aci.conf24 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-chain1.conf21 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-chain2.conf21 pidfile @TESTDIR@/slapd.2.pid
H A Dslapd-component.conf25 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-deltasync-master.conf22 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-deltasync-slave.conf22 pidfile @TESTDIR@/slapd.2.pid
H A Dslapd-dynlist.conf25 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-glue.conf21 pidfile @TESTDIR@/slapd.1.pid
H A Dslapd-ldapglue.conf22 pidfile @TESTDIR@/slapd.1.pid

Completed in 103 milliseconds

12345