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

  /src/usr.bin/shlock/
shlock.c 113 static int mklock(const char *, pid_t, int);
255 mklock(const char *file, pid_t pid, int uucpstyle) function in typeref:typename:int
419 exit(mklock(file, pid, uucpstyle) ? LOCK_SET : LOCK_FAIL);
shlock.c 113 static int mklock(const char *, pid_t, int);
255 mklock(const char *file, pid_t pid, int uucpstyle) function in typeref:typename:int
419 exit(mklock(file, pid, uucpstyle) ? LOCK_SET : LOCK_FAIL);

Completed in 22 milliseconds