Searched refs:NAME_NONE (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_mount.c | 73 if (form && STREQU(form, NAME_NONE)) 75 if (pwheel && (STREQU(pwheel, NAME_ANY) || STREQU(pwheel, NAME_NONE))) 82 mount_unmount (S_UNMOUNT, printer, NAME_NONE, NAME_ANY); 86 mount_unmount (S_UNMOUNT, printer, NAME_NONE, "");
|
H A D | do_pwheel.c | 64 if (A && STREQU(A, NAME_NONE)) { in do_pwheel() 106 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
|
H A D | options.c | 206 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 D | do_printer.c | 91 if (allow_form_printer(getlist(NAME_NONE, "", ","), p) == -1) { in do_printer() 113 if (add_paper_to_printer(getlist(NAME_NONE, "", ","),p) == -1) { in do_printer() 375 prbufp->fault_alert.shcmd = strdup(NAME_NONE); 580 if (STREQU(*S, NAME_NONE))
|
H A D | default.c | 63 if (name && *name && !STREQU(name, NAME_NONE)) {
|
H A D | rmdest.c | 108 newdflt (NAME_NONE);
|
H A D | chkopts.c | 119 && !STREQU(d, NAME_NONE) in chkopts() 200 if (STREQU(NAME_NONE, p)) { in chkopts() 551 if (!STREQU(S[0], NAME_NONE) || S[1]) in chkopts() 659 !STREQU(*pf, NAME_NONE) in chkopts() 678 !STREQU(*pf, NAME_NONE) && in chkopts()
|
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | okprinter.c | 66 && !STREQU(NAME_NONE, prbufp->fault_alert.shcmd) in okprinter() 75 && !STREQU(NAME_NONE, prbufp->modules[0]) in okprinter()
|
/titanic_50/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 155 if (STREQU(*pl, NAME_NONE)) { in chgaccess()
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 107 if (STREQU(alertp->shcmd, NAME_NONE)) in putalert()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 174 #define NAME_NONE "none" macro
|
/titanic_50/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 365 if (action == any_alert && STREQU(alert.shcmd, NAME_NONE)) { in main() 1076 if (STREQU(NAME_ANY, form) || STREQU(NAME_NONE, form)) {
|
H A D | lpfilter.c | 173 || STREQU(NAME_NONE, filter)
|
/titanic_50/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-msgs.c | 500 putdefault(NAME_NONE); in lpsched_remove_printer()
|