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

  /src/lib/libutil/
pidlock.c 203 makelock(char *buf, size_t bufsiz, const char *tty) function in typeref:typename:char *
222 return pidlock(makelock(lockfile, sizeof(lockfile), tty),
237 return unlink(makelock(lockfile, sizeof(lockfile), tty));
  /src/usr.sbin/ypbind/
ypbind.c 369 makelock(struct domain *dom) function in typeref:typename:int
645 * Note that makelock() doesn't log on failure.
651 if ((fd = makelock(dom)) == -1)

Completed in 40 milliseconds