Searched refs:pid_file (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstop.pl104 my $pid_file;
106 $pid_file = "named.pid";
111 $pid_file = "$testdir/$server/$pid_file";
116 my($pid_file) = @_;
119 my $result = open FH, "< $pid_file";
121 print "I:$pid_file: $!\n";
122 unlink $pid_file;
147 my $pid_file = server_pid_file($server);
148 return unless -f $pid_file;
[all...]
H A Dstart.pl120 my $pid_file;
134 $pid_file = "named.pid";
153 while (!-f $pid_file) {
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dstop.pl107 my $pid_file;
109 $pid_file = "named.pid";
111 $pid_file = "lwresd.pid";
113 $pid_file = "ans.pid";
118 $pid_file = "$testdir/$server/$pid_file";
123 my($pid_file) = @_;
126 my $result = open FH, "< $pid_file";
128 print "I:$pid_file: $!\n";
129 unlink $pid_file;
[all...]
H A Dstart.pl134 my $pid_file;
171 $pid_file = "named.pid";
188 $pid_file = "lwresd.pid";
206 $pid_file = "ans.pid";
233 while (!-s $pid_file) {
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dmain.c358 char pid_file[MAXPATHLEN]; local
364 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", sizeof(pid_file));
366 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], sizeof(pid_file));
368 strlcat(pid_file, _PATH_VARRUN, sizeof(pid_file));
369 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], sizeof(pid_file));
371 (void) unlink(pid_file);
[all...]
H A Dsession.c158 char pid_file[MAXPATHLEN]; local
206 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", sizeof(pid_file));
208 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], sizeof(pid_file));
210 strlcat(pid_file, _PATH_VARRUN, sizeof(pid_file));
211 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], sizeof(pid_file));
213 fp = fopen(pid_file, "
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/pwcheck/
H A Dpwcheck.c71 char *pid_file = _PATH_PWCHECKPID; local
134 if (pid_file) {
135 fp = fopen(pid_file, "w");
140 } else if (pid_file) {
141 syslog(LOG_WARNING, "%s: %m", pid_file);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dsaslauthd-main.c146 static char *pid_file; /* Pid file name */ variable
728 if (!(pid_file = malloc(strlen(run_path) + sizeof(PID_FILE) + 1))) {
735 strcpy(pid_file, run_path);
736 strcat(pid_file, PID_FILE);
739 pid_fd = open(pid_file, O_CREAT|O_RDWR, 0644);
745 pid_file, strerror(rc));
764 pid_file, strerror(rc));
798 logger(L_ERR, L_FUNC, "could not write to pid file %s: %s", pid_file, strerror(rc));
900 * Tidy up and delete the pid_file. (close will release the lock)
906 if(getpid() == master_pid) unlink(pid_file);
[all...]
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c120 char *pid_file; /* PID file */ member in struct:conf_entry
333 tempwork->pid_file = NULL;
334 if (src_entry->pid_file)
335 tempwork->pid_file = strdup(src_entry->pid_file);
354 tempwork->pid_file = NULL;
389 if (ent->pid_file != NULL) {
390 free(ent->pid_file);
391 ent->pid_file = NULL;
1304 working->pid_file
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dservconf.h68 char *pid_file; /* Where to put our pid */ member in struct:__anon3339
H A Dservconf.c78 options->pid_file = NULL;
185 if (options->pid_file == NULL)
186 options->pid_file = _PATH_SSH_DAEMON_PID_FILE;
1012 charptr = &options->pid_file;
2008 dump_cfg_string(sPidFile, o->pid_file);
H A Dsshd.c1173 unlink(options.pid_file);
1855 FILE *f = fopen(options.pid_file, "w");
1859 options.pid_file, strerror(errno));
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dlog.c773 apr_file_t *pid_file = NULL; local
807 if ((rv = apr_file_open(&pid_file, fname,
818 apr_file_printf(pid_file, "%ld" APR_EOL_STR, (long)mypid);
819 apr_file_close(pid_file);
827 apr_file_t *pid_file = NULL; local
844 rv = apr_file_open(&pid_file, fname, APR_READ, APR_OS_DEFAULT, p);
851 rv = apr_file_read_full(pid_file, buf, BUFFER_SIZE - 1, &bytes_read);
865 apr_file_close(pid_file);
/macosx-10.9.5/rsync-42/rsync/
H A Dclientserver.c830 char *pid_file; local
865 if (((pid_file = lp_pid_file()) != NULL) && (*pid_file != '\0')) {
874 pid_file);
H A Dloadparm.c107 char *pid_file; member in struct:__anon12200
294 {"pid file", P_STRING, P_GLOBAL,&Globals.pid_file, NULL,0},
383 FN_GLOBAL_STRING(lp_pid_file, &Globals.pid_file)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dinitng.vim43 syn keyword initngServiceKeywords delay chdir suid sgid start_pause env_file env_parse pid_file pidfile contained

Completed in 140 milliseconds