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

  /src/usr.bin/shlock/
shlock.c 112 static int cklock(const char *, struct stat *, int);
221 cklock(const char *file, struct stat *st, int uucpstyle) function in typeref:typename:int
270 if (cklock(file, &stlock, uucpstyle)) {
416 exit(cklock(file, NULL, uucpstyle) ? LOCK_GOOD : LOCK_BAD);
shlock.c 112 static int cklock(const char *, struct stat *, int);
221 cklock(const char *file, struct stat *st, int uucpstyle) function in typeref:typename:int
270 if (cklock(file, &stlock, uucpstyle)) {
416 exit(cklock(file, NULL, uucpstyle) ? LOCK_GOOD : LOCK_BAD);

Completed in 20 milliseconds