Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/lpr/common_source/
Drmjob.c154 lockchk(struct printer *pp, char *slockf) in lockchk() argument
160 if ((fp = fopen(slockf, "r")) == NULL) { in lockchk()
162 fatal(pp, "%s: %s", slockf, strerror(errno)); in lockchk()