Lines Matching defs:uucpstyle
123 xtmpfile(const char *file, pid_t pid, int uucpstyle)
161 if (uucpstyle ?
221 cklock(const char *file, struct stat *st, int uucpstyle)
241 if (uucpstyle ?
251 return p_exists(uucpstyle ? pid : atoi(buf));
255 mklock(const char *file, pid_t pid, int uucpstyle)
263 if ((tmp = xtmpfile(file, pid, uucpstyle)) == NULL)
270 if (cklock(file, &stlock, uucpstyle)) {
370 int uucpstyle = FALSE; /* indicating UUCP style locks */
379 uucpstyle = TRUE;
416 exit(cklock(file, NULL, uucpstyle) ? LOCK_GOOD : LOCK_BAD);
419 exit(mklock(file, pid, uucpstyle) ? LOCK_SET : LOCK_FAIL);