Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/lpr/lpd/
H A Dprintjob.c654 if (pp->filters[LPF_INPUT] == NULL in print()
667 if (pp->filters[LPF_INPUT] == NULL) { /* use output filter */ in print()
704 prog = pp->filters[LPF_INPUT]; in print()
722 prog = pp->filters[LPF_INPUT]; in print()
1065 if (pp->filters[LPF_INPUT]) { in sendfile()
1066 filtcmd = pp->filters[LPF_INPUT]; in sendfile()
1807 if (pp->filters[LPF_OUTPUT] && !pp->filters[LPF_INPUT] && !of_pid) { in openpr()
/freebsd-13.1/usr.sbin/lpr/common_source/
H A Dlp.h45 enum lpd_filters { LPF_CIFPLOT, LPF_DVI, LPF_GRAPH, LPF_INPUT, enumerator