Searched defs:PID_FILE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c46 #ifndef PID_FILE
47 #define PID_FILE "" macro
307 #ifndef PID_FILE
308 #define PID_FILE "/var/run/mDNSResponder.pid" macro
5132 // If a particular platform wants to opt out of having a PID file, define PID_FILE to be ""
5133 if (PID_FILE[0])
5135 FILE *fp = fopen(PID_FILE, "w");
5272 if (PID_FILE[0]) unlink(PID_FILE);

Completed in 84 milliseconds