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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c156 static int yplockfd; variable
384 close(yplockfd);
400 if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1)
403 if (flock(yplockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK)
711 close(yplockfd);

Completed in 106 milliseconds