HomeSort by relevance Sort by last modified time
    Searched refs:PIDFILE (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
config.h 71 #ifndef PIDFILE
72 # define PIDFILE RUNDIR "/" PACKAGE "-%s.pid"
dhcpcd.c 144 read_pid(const char *pidfile)
149 if ((fp = fopen(pidfile, "r")) == NULL) {
890 snprintf(options->pidfile, sizeof(options->pidfile), PIDFILE,
939 pid = read_pid(options->pidfile);
948 unlink(options->pidfile);
961 if (read_pid(options->pidfile) == 0) {
982 if ((pid = read_pid(options->pidfile)) > 0 &&
987 pid, options->pidfile);
    [all...]
  /external/e2fsprogs/misc/
uuidd.rc 18 PIDFILE=/var/run/uuidd/uuidd.pid
27 start_daemon -p $PIDFILE $DAEMON
32 killproc -p $PIDFILE $DAEMON
36 if pidofproc -p $PIDFILE $DAEMON >& /dev/null ; then
  /external/webkit/WebKitTools/Scripts/webkitperl/
httpd.pm 105 "-c", "PidFile \"$httpdPidFile\"",
150 open (PIDFILE, $httpdPidFile);
151 my $oldPid = <PIDFILE>;
153 close PIDFILE;
186 $httpdPid = <PIDFILE> if open(PIDFILE, $httpdPidFile);
188 close PIDFILE;

Completed in 95 milliseconds