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);
|