Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c642 if (pp->filters[LPF_INPUT] == NULL in print()
655 if (pp->filters[LPF_INPUT] == NULL) { /* use output filter */ in print()
692 prog = pp->filters[LPF_INPUT]; in print()
710 prog = pp->filters[LPF_INPUT]; in print()
1053 if (pp->filters[LPF_INPUT]) { in sendfile()
1054 filtcmd = pp->filters[LPF_INPUT]; in sendfile()
1799 if (pp->filters[LPF_OUTPUT] && !pp->filters[LPF_INPUT] && !of_pid) { in openpr()
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h42 enum lpd_filters { LPF_CIFPLOT, LPF_DVI, LPF_GRAPH, LPF_INPUT, enumerator