Home
last modified time | relevance | path

Searched refs:LP_SEP (Results 1 – 14 of 14) sorted by relevance

/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()
136 list = getlist(filt[FL_TMPS], "", LP_SEP); in loadfilters()
H A Ddumpfilters.c63 printlist_setup ("", "", LP_SEP, ""); in dumpfilters()
153 || strchr(LP_SEP, *str) /* quote reason #3 */ in q_print()
/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()
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.c403 LP_SEP in putprinter()
517 printlist_setup (0, 0, LP_SEP, 0); in print_l()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dpick_opts.c74 for (old_opt = strtok_r(infile_opts, LP_SEP, &flasts); in pick_opts()
75 old_opt != NULL; old_opt = strtok_r(NULL, LP_SEP, &flasts)) { in pick_opts()
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);
358 temp = getlist(p, "", LP_SEP);
362 flbuf.templates = getlist(p, "", LP_SEP);
798 printlist_setup ("", "", 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/cmd/lpsched/
H A Dstatus.c472 ((i + 1 < numForms) ? *LP_SEP : '\0')); in showForms()
524 ptr = strchr(formList,*LP_SEP); in parseFormList()
527 ptr = strchr(ptr+1,*LP_SEP); in parseFormList()
534 endPtr = strchr(formList,*LP_SEP); in parseFormList()
544 endPtr = strchr(ptr,*LP_SEP); in parseFormList()
H A Dports.c279 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
H A Dpickfilter.c121 modes = getlist(cp, "", LP_SEP); in pickfilter()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h279 #define LP_SEP "," /* 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()