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

/bind-9.11.3/bin/named/win32/
H A Dos.c40 static char *pidfile = NULL; variable
201 if (pidfile != NULL) {
202 (void)unlink(pidfile);
203 free(pidfile);
205 pidfile = NULL;
268 pidfile = strdup(filename);
269 if (pidfile == NULL) {
278 free(pidfile);
279 pidfile = NULL;
/bind-9.11.3/bin/named/unix/
H A Dos.c49 static char *pidfile = NULL; variable
670 if (pidfile != NULL) {
671 n = unlink(pidfile);
673 ns_main_earlywarning("unlink '%s': failed", pidfile);
674 free(pidfile);
676 pidfile = NULL;
893 pidfile = strdup(filename);
894 if (pidfile == NULL) {

Completed in 13 milliseconds