Home
last modified time | relevance | path

Searched refs:slockf (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/lpr/common_source/
H A Drmjob.c153 lockchk(struct printer *pp, char *slockf) in lockchk() argument
159 if ((fp = fopen(slockf, "r")) == NULL) { in lockchk()
161 fatal(pp, "%s: %s", slockf, strerror(errno)); in lockchk()