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

/bind-9.11.3/bin/named/unix/
H A Dos.c52 static int singletonfd = -1; variable
681 if (singletonfd != -1) {
682 close(singletonfd);
683 singletonfd = -1;
931 if (singletonfd != -1)
958 singletonfd = open(filename, O_WRONLY | O_CREAT,
960 if (singletonfd == -1) {
972 if (fcntl(singletonfd, F_SETLK, &lock) == -1) {
973 close(singletonfd);
974 singletonfd
[all...]

Completed in 1416 milliseconds