Home
last modified time | relevance | path

Searched refs:check_pidfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c71 check_pidfile(const char *path) in check_pidfile() function
153 check_pidfile(path); in helper_default_path()
180 check_pidfile(path); in helper_custom_basename()
205 check_pidfile(path); in helper_custom_path()
231 check_pidfile(default_path); in helper_change_basenames()
235 check_pidfile(default_path); in helper_change_basenames()
242 check_pidfile(custom_path); in helper_change_basenames()
246 check_pidfile(custom_path); in helper_change_basenames()
282 check_pidfile("./var/run/first.pid"); in helper_change_paths()
287 check_pidfile("./second.pid"); in helper_change_paths()
[all …]
/freebsd/libexec/rc/
H A Drc.subr417 # check_pidfile pidfile procname [interpreter]
423 check_pidfile()
429 err 3 'USAGE: check_pidfile pidfile procname [interpreter]'
927 # pidfile n If set, use check_pidfile $pidfile $command,
1036 # rc_pid=$(check_pidfile $pidfile $command)
1173 _pidcmd='rc_pid=$(check_pidfile '"$pidfile $_procname $command_interpreter"')'