Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rtadvd/
H A Drtadvd.c185 const char *pidfilepath = NULL; in main() local
209 pidfilepath = optarg; in main()
224 if ((pid = pidfile_lock(pidfilepath)) != 0) { in main()
270 if (pidfile_lock(pidfilepath) != 0) in main()