Searched refs:pidfile (Results 51 - 56 of 56) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c212 FILE *pidfile; local
219 pidfile = fopen(pidloc, "w+");
221 if (pidfile != NULL) {
225 fprintf(pidfile, "%d\n", mypid);
227 fclose(pidfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Dfiles.c188 {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"},
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c1310 char* pidfile = DEFAULT_PID_FILE_NAME; variable
1315 FILE *fp = fopen(pidfile, "w");
1326 unlink(pidfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmain.c128 static char *pidfile = _PATH_ATALKDLOCK; variable
163 server_unlock(pidfile);
889 pidfile = optarg;
1043 switch (i = server_lock("atalkd", pidfile, debug)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c303 {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"},
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_options.c152 options->pidfile = _PATH_AFPDLOCK;
677 fprintf( stderr, "\t [-c maxconnections] [-g guest] [-P pidfile] [-S port] [-L message]\n" );
730 options->pidfile = optarg;

Completed in 116 milliseconds

123