Searched refs:input_types (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c86 flbuf.input_types = typel_to_sl(pf->input_types);
H A Dllib-llpflt50 char ** input_types; /* list of valid input types */
77 TYPE * input_types; /* all possible choices */
H A Dfreefilter.c104 freelist (pf->input_types);
129 freetypel (pf->input_types);
H A Dputfilter.c72 _flbuf.input_types = sl_to_typel(flbufp->input_types);
H A Ddumpfilters.c92 pty = pf->input_types;
H A Dloadfilters.c123 pf->input_types = sl_to_typel(list);
H A Dinsfilter.c577 if (searchlist_t(inputp, pf->input_types)) {
653 for (rlist = pfr->input_types;
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c56 if (pp->input_types)
57 freelist (pp->input_types);
H A Dllib-llpprt42 char **input_types; /* list of types acceptable to printer */
H A Dgetprinter.c145 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
227 ppp = &(prp->input_types);
352 && prp->input_types
354 lenlist(prp->input_types) > 1
355 || !STREQU(NAME_SIMPLE, *prp->input_types)
H A Dputprinter.c360 print_l(fdout, HEAD, prbufp->input_types);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c310 pps->printer->input_types
313 pps->printer->input_types
364 pl = pps->printer->input_types;
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h82 char ** input_types; /* list of valid input types */ member in struct:FILTER
124 TYPE * input_types; /* all possible choices */ member in struct:_FILTER
H A Dprinters.h95 char **input_types; /* list of types acceptable to printer */ member in struct:PRINTER
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c177 /* input_types */
178 if (tmp->input_types != NULL) {
181 for (i = 0; tmp->input_types[i] != NULL; i++)
184 lp_type_to_mime_type(tmp->input_types[i]));
454 /* input_types needs mime-type conversion */
463 if (tmp->input_types != NULL)
464 freelist(tmp->input_types);
465 tmp->input_types = list;
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c346 flbuf.input_types = getlist(p, LP_WS, LP_SEP);
450 pf->input_types = 0;
485 ps->input_types = flbuf.input_types;
790 pp = pf->input_types;
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c490 prbufp->input_types = I;
H A Dchkopts.c521 || !I && oldp && BADILIST(oldp->input_types)

Completed in 74 milliseconds