Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c144 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
145 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP); in getprinter()
147 prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP); in getprinter()
185 if ((pp = getlist(p, LP_WS, ":"))) { in getprinter()
230 *ppp = getlist(p, LP_WS, LP_SEP); in getprinter()
344 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP); in getprinter()
H A Dputprinter.c404 LP_WS, in putprinter()
/titanic_41/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c116 pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP); in loadfilters()
118 list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP); in loadfilters()
122 list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP); in loadfilters()
126 list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP); in loadfilters()
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c616 p_remove = getlist(P, LP_WS, LP_SEP); in chkopts()
619 p_add = getlist(P, LP_WS, LP_SEP); in chkopts()
656 if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
674 if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) { in chkopts()
711 if (!(u_allow = getlist(str, LP_WS, LP_SEP))) in chkopts()
715 if (!(u_deny = getlist(str, LP_WS, LP_SEP))) in chkopts()
1035 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))) {
/titanic_41/usr/src/cmd/lp/lib/lp/
H A Ddashos.c38 #define issep(X) strchr(LP_WS, X)
/titanic_41/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)))
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
/titanic_41/usr/src/cmd/lp/include/
H A Dlp.h276 #define LP_WS " " /* Whitespace (also list separator) */ macro
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()