Searched refs:pid_file (Results 1 – 3 of 3) sorted by relevance
54 char *pid_file; /* Where to put our pid */ member
78 options->pid_file = NULL; in initialize_server_options()256 if (options->pid_file == NULL) in fill_default_server_options()257 options->pid_file = _PATH_SSH_DAEMON_PID_FILE; in fill_default_server_options()889 charptr = &options->pid_file; in process_server_config_line()
1291 f = fopen(options.pid_file, "wb"); in main()1336 (void) unlink(options.pid_file); in main()