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

/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c49 static char *pidfile = NULL; variable
202 if (pidfile != NULL) {
203 (void)unlink(pidfile);
204 free(pidfile);
206 pidfile = NULL;
229 pidfile = malloc(len + 1);
230 if (pidfile == NULL) {
236 strcpy(pidfile, filename);
242 free(pidfile);
243 pidfile
[all...]
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c56 static char *pidfile = NULL; variable
664 if (pidfile != NULL) {
665 n = unlink(pidfile);
667 ns_main_earlywarning("unlink '%s': failed", pidfile);
668 free(pidfile);
670 pidfile = NULL;
732 pidfile = malloc(len + 1);
733 if (pidfile == NULL) {
740 strcpy(pidfile, filename);
745 if (mkdirpath(pidfile, repor
[all...]

Completed in 8 milliseconds