Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/natd/
H A Dnatd.c144 static const char* pidName; variable
173 pidName = PIDFILE; in main()
449 unlink (pidName); in main()
461 pidFile = fopen (pidName, "w"); in DaemonMode()
1513 pidName = strdup (strValue); in ParseOption()