Home
last modified time | relevance | path

Searched refs:LP_WS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c142 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
143 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
145 prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP); in getprinter()
183 if ((pp = getlist(p, LP_WS, ":"))) { in getprinter()
228 *ppp = getlist(p, LP_WS, LP_SEP); in getprinter()
342 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
H A Dputprinter.c402 LP_WS, in putprinter()
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c114 pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP); in loadfilters()
116 list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP); in loadfilters()
120 list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP); in loadfilters()
124 list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP); in loadfilters()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c614 p_remove = getlist(P, LP_WS, LP_SEP); in chkopts()
617 p_add = getlist(P, LP_WS, LP_SEP); in chkopts()
654 if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
672 if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
709 if (!(u_allow = getlist(str, LP_WS, LP_SEP))) in chkopts()
713 if (!(u_deny = getlist(str, LP_WS, LP_SEP))) in chkopts()
1033 I = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
H A Doptions.c355 if (!(H = getlist(optarg, LP_WS, LP_SEP))) {
380 else if (!(I = getlist(optarg, LP_WS, LP_SEP))) {
462 if (!(S = getlist(optarg, LP_WS, LP_SEP))) {
513 if (!(T = getlist(optarg, LP_WS, LP_SEP))) {
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c343 flbuf.printer_types = getlist(p, LP_WS, LP_SEP);
346 flbuf.input_types = getlist(p, LP_WS, LP_SEP);
349 flbuf.output_types = getlist(p, LP_WS, LP_SEP);
352 flbuf.printers = getlist(p, LP_WS, LP_SEP);
H A Dlpforms.c547 if (!(u_allow = getlist(cp, LP_WS, LP_SEP)))
555 if (!(u_deny = getlist(cp, LP_WS, LP_SEP)))
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Ddashos.c36 #define issep(X) strchr(LP_WS, X)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c279 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h278 #define LP_WS " " /* Whitespace (also list separator) */ macro
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()