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

/haiku/src/bin/network/ftpd/
H A Dftpd.c192 char *pid_file = NULL; /* means default location to pidfile(3) */ variable
366 pid_file = optarg;
436 if ((pfh = pidfile_open(pid_file, 0600, &pid)) == NULL) {

Completed in 61 milliseconds