Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h54 char *pid_file; /* Where to put our pid */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c78 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()
H A Dsshd.c1291 f = fopen(options.pid_file, "wb"); in main()
1336 (void) unlink(options.pid_file); in main()