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

/freebsd-10.1-release/usr.sbin/ypbind/
H A Dypbind.c154 int yplockfd; variable
373 close(yplockfd);
389 if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1)
392 if (flock(yplockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK)
698 close(yplockfd);

Completed in 117 milliseconds