Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c70 if (form && STREQU(form, NAME_NONE))
72 if (pwheel && (STREQU(pwheel, NAME_ANY) || STREQU(pwheel, NAME_NONE)))
79 mount_unmount (S_UNMOUNT, printer, NAME_NONE, NAME_ANY);
83 mount_unmount (S_UNMOUNT, printer, NAME_NONE, "");
H A Ddo_pwheel.c61 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
103 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
H A Doptions.c206 optarg = NAME_NONE;
353 if (!optarg || !*optarg || STREQU(NAME_NONE, optarg))
378 if (!optarg || !*optarg || STREQU(NAME_NONE, optarg))
476 if ((STREQU(optarg, NAME_NONE)) ||
H A Ddo_printer.c89 getlist(NAME_NONE, "", ","), p) == -1) { in do_printer()
112 getlist(NAME_NONE, "", ","), p) == -1) { in do_printer()
362 prbufp->fault_alert.shcmd = strdup(NAME_NONE); in configure_printer()
560 if (STREQU(*S, NAME_NONE)) in configure_printer()
H A Ddefault.c63 if (name && *name && !STREQU(name, NAME_NONE)) {
H A Dchkopts.c117 && !STREQU(d, NAME_NONE) in chkopts()
198 if (STREQU(NAME_NONE, p)) { in chkopts()
549 if (!STREQU(S[0], NAME_NONE) || S[1]) in chkopts()
657 !STREQU(*pf, NAME_NONE) in chkopts()
676 !STREQU(*pf, NAME_NONE) && in chkopts()
H A Drmdest.c105 newdflt (NAME_NONE);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dokprinter.c64 && !STREQU(NAME_NONE, prbufp->fault_alert.shcmd) in okprinter()
73 && !STREQU(NAME_NONE, prbufp->modules[0]) in okprinter()
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c153 if (STREQU(*pl, NAME_NONE)) { in chgaccess()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h172 #define NAME_NONE "none" macro
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c106 if (STREQU(alertp->shcmd, NAME_NONE)) in putalert()
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c365 if (action == any_alert && STREQU(alert.shcmd, NAME_NONE)) { in main()
1076 if (STREQU(NAME_ANY, form) || STREQU(NAME_NONE, form)) {
H A Dlpfilter.c173 || STREQU(NAME_NONE, filter)
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c500 putdefault(NAME_NONE); in lpsched_remove_printer()