Searched refs:LP_WS (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/printers/ |
H A D | getprinter.c | 144 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 D | putprinter.c | 404 LP_WS, in putprinter()
|
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | loadfilters.c | 116 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 D | chkopts.c | 616 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 D | options.c | 355 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 D | dashos.c | 38 #define issep(X) strchr(LP_WS, X)
|
/titanic_41/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 343 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 D | lpforms.c | 547 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 D | ports.c | 270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 276 #define LP_WS " " /* Whitespace (also list separator) */ macro
|
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpstat.c | 683 char **list = getlist(name, LP_WS, LP_SEP); in printer_query()
|