Home
last modified time | relevance | path

Searched refs:NAME_ANY (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsearchlist.c52 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 Dcharset.c55 else if (STREQU(item, NAME_ANY))
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c152 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 Dlpadmin.c112 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 Ddo_mount.c72 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 Dchkopts.c147 && !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 Ddo_printer.c234 if (STREQU(c, NAME_ANY)) in do_printer()
305 if (STREQU(r, NAME_ALL) || STREQU(r, NAME_ANY)) in do_printer()
H A Ddo_align.c154 req.charset = NAME_ANY; /* Don't restrict the request */
H A Doptions.c433 if (STREQU(NAME_ANY, optarg))
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h80 #define DCHSET NAME_ANY
81 #define DRCOLOR NAME_ANY
H A Dlp.h171 #define NAME_ANY "any" macro
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddumpfilters.c103 (void)fdprintf(fd, "%s", NAME_ANY); in dumpfilters()
110 (void)fdprintf(fd, "%s", NAME_ANY); in dumpfilters()
H A Dloadfilters.c108 #define DFLT(X) (filt[X] && *filt[X]? filt[X] : NAME_ANY) in loadfilters()
H A Dinsfilter.c337 if (STREQU(type1->name, NAME_ANY) || STREQU(type2->name, NAME_ANY) ||
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c242 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 Drequeue.c91 #define ISANY(PRS) STREQU(PRS->request->destination, NAME_ANY) in queue_attract()
H A Dnotify.c121 STREQU(prs->request->destination, NAME_ANY)? " printer" in notify()
H A Dvalidate.c125 !STREQU(prs->request->destination, NAME_ANY)) in _validate()
210 && !STREQU((PFS)->form->chset, NAME_ANY) \ in _validate()
H A Dexec.c570 && !STREQU(NAME_ANY, request->form->form->chset) in exec()
576 && !STREQU(NAME_ANY, request->request->charset) in exec()
H A Dschedule.c424 STREQU((PRS)->pwheel_name, NAME_ANY) || \
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c159 || STREQU(*pl, NAME_ANY) in chgaccess()
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c259 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 Dlpfilter.c172 STREQU(NAME_ANY, filter)