/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | searchlist.c | 52 else if (STREQU(item, NAME_ANY) || STREQU(item, NAME_ALL)) 62 || STREQU(*list, NAME_ANY) 90 else if (STREQU(item, NAME_ANY) || STREQU(item, NAME_ALL)) 100 || STREQU(*list, NAME_ANY)
|
H A D | charset.c | 55 else if (STREQU(item, NAME_ANY))
|
/illumos-gate/usr/src/cmd/lp/lib/requests/ |
H A D | getrequest.c | 152 if (!STREQU(p, NAME_ANY)) 189 if (!STREQU(p, NAME_ANY)) 241 || STREQU(reqp->input_type, NAME_ANY) 255 reqp->destination = Strdup(NAME_ANY);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | lpadmin.c | 112 if (STREQU(NAME_ALL, x) || STREQU(NAME_ANY, x)) { in main() 151 if (STREQU(*S, NAME_ALL) || STREQU(*S, NAME_ANY)) { in main() 170 if (STREQU(NAME_ALL, p) || STREQU(NAME_ANY, p)) { in main()
|
H A D | do_mount.c | 72 if (pwheel && (STREQU(pwheel, NAME_ANY) || STREQU(pwheel, NAME_NONE))) 79 mount_unmount (S_UNMOUNT, printer, NAME_NONE, NAME_ANY); 86 mount_unmount (S_UNMOUNT, printer, "", NAME_ANY);
|
H A D | chkopts.c | 147 && !STREQU(NAME_ANY, x) in chkopts() 186 if (!STREQU(NAME_ALL, *S) && !STREQU(NAME_ANY, *S)) in chkopts() 288 (STREQU(NAME_ANY, p) || STREQU(NAME_ALL, p)) in chkopts() 320 if (!STREQU(NAME_ALL, p) && !STREQU(NAME_ANY, p)) in chkopts() 827 if (STREQU(form, NAME_ANY)) 1086 if (STREQU(s, NAME_ALL) || STREQU(s, NAME_ANY)) {
|
H A D | do_printer.c | 234 if (STREQU(c, NAME_ANY)) in do_printer() 305 if (STREQU(r, NAME_ALL) || STREQU(r, NAME_ANY)) in do_printer()
|
H A D | do_align.c | 154 req.charset = NAME_ANY; /* Don't restrict the request */
|
H A D | options.c | 433 if (STREQU(NAME_ANY, optarg))
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | form.h | 80 #define DCHSET NAME_ANY 81 #define DRCOLOR NAME_ANY
|
H A D | lp.h | 171 #define NAME_ANY "any" macro
|
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | dumpfilters.c | 103 (void)fdprintf(fd, "%s", NAME_ANY); in dumpfilters() 110 (void)fdprintf(fd, "%s", NAME_ANY); in dumpfilters()
|
H A D | loadfilters.c | 108 #define DFLT(X) (filt[X] && *filt[X]? filt[X] : NAME_ANY) in loadfilters()
|
H A D | insfilter.c | 337 if (STREQU(type1->name, NAME_ANY) || STREQU(type2->name, NAME_ANY) ||
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | alerts.c | 242 if (fp->form->rcolor && !STREQU(fp->form->rcolor, NAME_ANY)) in fformat() 247 if (fp->form->chset && !STREQU(fp->form->chset, NAME_ANY)) in fformat() 299 || STREQU(dest, NAME_ANY) in dest_equivalent_printer()
|
H A D | requeue.c | 91 #define ISANY(PRS) STREQU(PRS->request->destination, NAME_ANY) in queue_attract()
|
H A D | notify.c | 121 STREQU(prs->request->destination, NAME_ANY)? " printer" in notify()
|
H A D | validate.c | 125 !STREQU(prs->request->destination, NAME_ANY)) in _validate() 210 && !STREQU((PFS)->form->chset, NAME_ANY) \ in _validate()
|
H A D | exec.c | 570 && !STREQU(NAME_ANY, request->form->form->chset) in exec() 576 && !STREQU(NAME_ANY, request->request->charset) in exec()
|
H A D | schedule.c | 424 STREQU((PRS)->pwheel_name, NAME_ANY) || \
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 159 || STREQU(*pl, NAME_ANY) in chgaccess()
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 259 if (STREQU(NAME_ANY, optarg)) in main() 349 if (STREQU(NAME_ANY, form)) in main() 1076 if (STREQU(NAME_ANY, form) || STREQU(NAME_NONE, form)) {
|
H A D | lpfilter.c | 172 STREQU(NAME_ANY, filter)
|