Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpd/
H A DMakefile16 SRCS+= lp_displayq.c
H A Dlp.h157 void lp_displayq(int, struct lp_printer *, int, struct lp_jobfilter *);
H A Dlp_displayq.c34 lp_displayq(int ofd, struct lp_printer *lp, int lng, struct lp_jobfilter *jf) in lp_displayq() function
H A Dengine_lpr.c401 lp_displayq(fd, &lp, lng, jf); in lpr_displayq()