Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c398 lock_file_name(pp, lf, sizeof lf); in abort_q()
865 lock_file_name(pp, lf, sizeof lf); in enable_q()
880 lock_file_name(pp, lf, sizeof lf); in disable_q()
932 lock_file_name(pp, lf, sizeof lf); in down_q()
958 lock_file_name(pp, lf, sizeof lf); in restart_q()
1001 lock_file_name(pp, lf, sizeof lf); in setstatus_q()
1032 lock_file_name(pp, lf, sizeof lf); in start_q()
1060 lock_file_name(pp, file, sizeof file); in status()
1119 lock_file_name(pp, lf, sizeof lf); in stop_q()
1302 lock_file_name(pp, lf, sizeof lf); in up_q()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h296 char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len);
H A Dcommon.c277 lock_file_name(const struct printer *pp, char *buf, size_t len) in lock_file_name() function
/freebsd/usr.sbin/lpr/lpr/
H A Dlpr.c308 lock_file_name(pp, buf, sizeof buf); in main()