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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c74 #ifndef YPBINDLOCK
75 #define YPBINDLOCK "/var/run/ypbind.lock" macro
385 unlink(YPBINDLOCK);
400 if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1)
401 err(1, "%s", YPBINDLOCK);

Completed in 100 milliseconds