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

/bind-9.11.3/bin/named/win32/
H A Dos.c252 FILE *pidlockfile; local
275 pidlockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
277 if (pidlockfile == NULL) {
285 if (fprintf(pidlockfile, "%ld\n", (long)pid) < 0) {
287 (void)fclose(pidlockfile);
291 if (fflush(pidlockfile) == EOF) {
293 (void)fclose(pidlockfile);
297 (void)fclose(pidlockfile);

Completed in 10 milliseconds