Searched refs:pid_file (Results 1 – 5 of 5) sorted by relevance
106 char *pid_file = "/var/run/isakmpd.pid"; variable171 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()
61 extern char *pid_file;164 unlink(pid_file); in monitor_exit()
473 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()
104 char *pid_file; /* Where to put our pid */ member
86 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()