HomeSort by: relevance | last modified time | path
    Searched defs:pidfilepath (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 185 const char *pidfilepath = NULL; local in function:main
209 pidfilepath = optarg;
224 if ((pid = pidfile_lock(pidfilepath)) != 0) {
270 if (pidfile_lock(pidfilepath) != 0)

Completed in 13 milliseconds