Lines Matching refs:pidfile
103 my $pidfile; # ssh daemon pid file
165 elsif($ARGV[0] eq '--pidfile') {
167 $pidfile = "$path/". $ARGV[1];
198 if($pidfile) {
199 # Use our pidfile directory to store server config files
200 $piddir = dirname($pidfile);
205 $pidfile = server_pidfilename($piddir, $proto, $ipvnum, $idnum);
450 $pidfile_config = pathhelp::sys_native_abs_path($pidfile);
463 $pidfile_config = $pidfile;
1155 # Fake pidfile for ssh server on Windows.
1156 if(open(my $out, ">", "$pidfile")) {