/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() 138 list = getlist(filt[FL_TMPS], "", LP_SEP); in loadfilters()
|
H A D | dumpfilters.c | 65 printlist_setup ("", "", LP_SEP, ""); in dumpfilters() 155 || strchr(LP_SEP, *str) /* quote reason #3 */ in q_print()
|
/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() 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 | 405 LP_SEP in putprinter() 519 printlist_setup (0, 0, LP_SEP, 0); in print_l()
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | pick_opts.c | 77 for (old_opt = strtok_r(infile_opts, LP_SEP, &flasts); in pick_opts() 78 old_opt != NULL; old_opt = strtok_r(NULL, LP_SEP, &flasts)) { in pick_opts()
|
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/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); 358 temp = getlist(p, "", LP_SEP); 362 flbuf.templates = getlist(p, "", LP_SEP); 798 printlist_setup ("", "", 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 | status.c | 472 ((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 D | ports.c | 270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct()
|
H A D | pickfilter.c | 122 modes = getlist(cp, "", LP_SEP); in pickfilter()
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 277 #define LP_SEP "," /* 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()
|