Home
last modified time | relevance | path

Searched refs:pid_file (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/isakmpd/
H A Disakmpd.c106 char *pid_file = "/var/run/isakmpd.pid"; variable
171 pid_file = optarg; in parse_args()
349 unlink(pid_file); in write_pid_file()
351 fp = fopen(pid_file, "w"); in write_pid_file()
355 "\"%.100s\"", pid_file); in write_pid_file()
359 pid_file); in write_pid_file()
H A Dmonitor.c61 extern char *pid_file;
164 unlink(pid_file); in monitor_exit()
/openbsd/usr.bin/ssh/
H A Dsshd.c473 if (options.pid_file != NULL) in sighup_restart()
474 unlink(options.pid_file); in sighup_restart()
860 if (options.pid_file != NULL) in server_accept_loop()
861 unlink(options.pid_file); in server_accept_loop()
1635 if (options.pid_file != NULL && !debug_flag) { in main()
1636 FILE *f = fopen(options.pid_file, "w"); in main()
1640 options.pid_file, strerror(errno)); in main()
H A Dservconf.h104 char *pid_file; /* Where to put our pid */ member
H A Dservconf.c86 options->pid_file = NULL; in initialize_server_options()
296 if (options->pid_file == NULL) in fill_default_server_options()
297 options->pid_file = xstrdup(_PATH_SSH_DAEMON_PID_FILE); in fill_default_server_options()
489 CLEAR_ON_NONE(options->pid_file); in fill_default_server_options()
1444 charptr = &options->pid_file; in process_server_config_line_depth()
3184 dump_cfg_string(sPidFile, o->pid_file); in dump_config()