Searched refs:_pidfile (Results 1 – 3 of 3) sorted by relevance
178 std::string _pidfile; member in config
536 if (_pidfile.empty()) in open_pidfile()538 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()604 _pidfile = fn; in set_pidfile()
432 _pidfile=$1435 if [ -z "$_pidfile" -o -z "$_procname" ]; then438 if [ ! -f $_pidfile ]; then439 debug "pid file ($_pidfile): not readable."442 read _pid _junk < $_pidfile444 debug "pid file ($_pidfile): no pid in file."