Home
last modified time | relevance | path

Searched refs:pidfile (Results 1 – 25 of 34) sorted by relevance

12

/external/dropbear/debian/
Ddropbear.init34 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
41 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
47 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
49 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
/external/dropbear/
Dsvr-main.c120 FILE *pidfile = NULL; in main_noinetd() local
154 pidfile = fopen(svr_opts.pidfile, "w"); in main_noinetd()
155 if (pidfile) { in main_noinetd()
156 fprintf(pidfile, "%d\n", getpid()); in main_noinetd()
157 fclose(pidfile); in main_noinetd()
197 unlink(svr_opts.pidfile); in main_noinetd()
Dsvr-runopts.c114 svr_opts.pidfile = DROPBEAR_PIDFILE; in svr_getopts()
196 next = &svr_opts.pidfile; in svr_getopts()
Drunopts.h87 char * pidfile; member
DCHANGES10 - Added -P pidfile argument to the server (from Swen Schillig)
/external/openssh/regress/
Dcfgmatch.sh6 pidfile=$OBJ/remote_pid
15 rm -f $pidfile
DMakefile70 authorized_keys_${USER} known_hosts pidfile \
Dtest-exec.sh241 PIDFILE=$OBJ/pidfile
/external/chromium/net/tools/flip_server/
Dflip_in_mem_edsm_server.cc115 static int OpenPidFile(const char *pidfile) in OpenPidFile() argument
121 fd = open(pidfile, O_RDWR | O_CREAT, 0600); in OpenPidFile()
123 cerr << "Could not open pid file '" << pidfile << "' for reading.\n"; in OpenPidFile()
138 cerr << "Could not stat pid file '" << pidfile << "': " << strerror(errno) in OpenPidFile()
143 cerr << "Could not truncate pid file '" << pidfile << "': " in OpenPidFile()
/external/webkit/Tools/Scripts/
Dnew-run-webkit-websocketserver91 if options.pidfile:
92 kwds['pidfile'] = options.pidfile
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dudhcpd-p2p.conf63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
/external/ppp/pppd/
Dmain.c855 FILE *pidfile; local
859 if ((pidfile = fopen(pidfilename, "w")) != NULL) {
860 fprintf(pidfile, "%d\n", pid);
861 (void) fclose(pidfile);
874 FILE *pidfile; local
881 if ((pidfile = fopen(linkpidfile, "w")) != NULL) {
882 fprintf(pidfile, "%d\n", pid);
884 fprintf(pidfile, "%s\n", ifname);
885 (void) fclose(pidfile);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dwebsocket_server.py100 pidfile=None): argument
120 self._pidfile = pidfile
/external/dhcpcd/
Ddhcpcd.c106 static char *pidfile; variable
145 if ((fp = fopen(pidfile, "r")) == NULL) { in read_pid()
209 unlink(pidfile); in cleanup()
212 free(pidfile); in cleanup()
1894 pidfile = xmalloc(len); in main()
1896 snprintf(pidfile, len, PIDFILE, "-", argv[optind]); in main()
1898 snprintf(pidfile, len, PIDFILE, "", ""); in main()
1999 unlink(pidfile); in main()
2030 pid, pidfile); in main()
2041 pidfd = open(pidfile, O_WRONLY | O_CREAT | O_NONBLOCK, 0664); in main()
[all …]
/external/libppp/src/
Dbundle.c672 char pidfile[PATH_MAX]; in bundle_LockTun() local
674 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit); in bundle_LockTun()
675 lockfile = ID0fopen(pidfile, "w"); in bundle_LockTun()
683 pidfile, strerror(errno)); in bundle_LockTun()
690 char pidfile[PATH_MAX]; in bundle_UnlockTun() local
692 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit); in bundle_UnlockTun()
693 ID0unlink(pidfile); in bundle_UnlockTun()
/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch11 # pidfile: /var/run/dnsmasq.pid
/external/dnsmasq/src/
Ddnsmasq.c339 FILE *pidfile; in main() local
342 if ((pidfile = fopen(daemon->runfile, "w"))) in main()
344 fprintf(pidfile, "%d\n", (int) getpid()); in main()
345 fclose(pidfile); in main()
/external/dnsmasq/
DCHANGELOG399 capabilities and writing the pidfile. Thanks to Uwe
/external/qemu/
Dqemu-options.hx1254 DEF("pidfile", HAS_ARG, QEMU_OPTION_pidfile, \
1255 "-pidfile file write PID to 'file'\n")
1257 @item -pidfile @var{file}
DChangelog260 - 'pidfile' option
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf647 attribute pidfile;
866 type var_run_t, file_type, pidfile;
/external/dnsmasq/po/
Dpt_BR.po1041 msgid "failed to open pidfile %s: %s"
Dit.po1041 msgid "failed to open pidfile %s: %s"
Dfi.po1041 msgid "failed to open pidfile %s: %s"
Dde.po1084 msgid "failed to open pidfile %s: %s"

12