HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_YPBIND_LOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypbind/
pathnames.h 33 #define _PATH_YPBIND_LOCK "/var/run/ypbind.lock"
ypbind.c 1691 lockfd = open_locked(_PATH_YPBIND_LOCK, O_CREAT|O_RDWR|O_TRUNC, 0644);
1693 err(1, "Cannot create %s", _PATH_YPBIND_LOCK);

Completed in 12 milliseconds