Home
last modified time | relevance | path

Searched refs:input_types (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c143 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
225 ppp = &(prp->input_types); in getprinter()
350 && prp->input_types in getprinter()
352 lenlist(prp->input_types) > 1 in getprinter()
353 || !STREQU(NAME_SIMPLE, *prp->input_types) in getprinter()
H A Dfreeprinter.c54 if (pp->input_types)
55 freelist (pp->input_types);
H A Dputprinter.c358 print_l(fdout, HEAD, prbufp->input_types); in putprinter()
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c86 flbuf.input_types = typel_to_sl(pf->input_types);
H A Dputfilter.c72 _flbuf.input_types = sl_to_typel(flbufp->input_types);
H A Dfreefilter.c104 freelist (pf->input_types);
129 freetypel (pf->input_types);
H A Ddumpfilters.c90 pty = pf->input_types; in dumpfilters()
H A Dloadfilters.c121 pf->input_types = sl_to_typel(list); in loadfilters()
H A Dinsfilter.c576 if (searchlist_t(inputp, pf->input_types)) {
652 for (rlist = pfr->input_types;
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c178 if (tmp->input_types != NULL) { in lpsched_printer_configuration_to_attributes()
181 for (i = 0; tmp->input_types[i] != NULL; i++) in lpsched_printer_configuration_to_attributes()
184 lp_type_to_mime_type(tmp->input_types[i])); in lpsched_printer_configuration_to_attributes()
463 if (tmp->input_types != NULL) in attributes_to_printer()
464 freelist(tmp->input_types); in attributes_to_printer()
465 tmp->input_types = list; in attributes_to_printer()
/illumos-gate/usr/src/cmd/lp/include/
H A Dfilters.h80 char ** input_types; /* list of valid input types */ member
122 TYPE * input_types; /* all possible choices */ member
H A Dprinters.h94 char **input_types; /* list of types acceptable to printer */ member
/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/lpsched/
H A Dpickfilter.c309 pps->printer->input_types in pickfilter()
312 pps->printer->input_types in pickfilter()
363 pl = pps->printer->input_types; in pickfilter()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c475 prbufp->input_types = I; in configure_printer()
H A Dchkopts.c519 || !I && oldp && BADILIST(oldp->input_types) in chkopts()