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

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c71 #ifndef YPBINDLOCK
72 #define YPBINDLOCK "/var/run/ypbind.lock" macro
380 unlink(YPBINDLOCK);
395 if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1)
396 err(1, "%s", YPBINDLOCK);

Completed in 66 milliseconds