Home
last modified time | relevance | path

Searched refs:NAME_ALL (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.c112 if (STREQU(NAME_ALL, x) || STREQU(NAME_ANY, x)) { in main()
121 while ((class_pointer = getclass(NAME_ALL))) in main()
134 while ((printer_pointer = getprinter(NAME_ALL))) in main()
151 if (STREQU(*S, NAME_ALL) || STREQU(*S, NAME_ANY)) { in main()
152 while ((pwheel_pointer = getpwheel(NAME_ALL))) { in main()
170 if (STREQU(NAME_ALL, p) || STREQU(NAME_ANY, p)) { in main()
172 while ((printer_pointer = getprinter(NAME_ALL)) != NULL) { in main()
206 NAME_ALL, in main()
H A Dchkopts.c146 !STREQU(NAME_ALL, 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()
673 if (!STREQU(*pf, NAME_ALL)) { in chkopts()
828 form = NAME_ALL;
899 if (!STREQU(form, NAME_ALL)) {
909 if (!STREQU(form, NAME_ALL)) {
1086 if (STREQU(s, NAME_ALL) || STREQU(s, NAME_ANY)) {
H A Ddo_printer.c135 getlist(NAME_ALL, "", ","), p) == -1) { in do_printer()
235 c = NAME_ALL; in do_printer()
238 if (STREQU(c, NAME_ALL)) in do_printer()
297 if (STREQU(c, NAME_ALL)) in do_printer()
305 if (STREQU(r, NAME_ALL) || STREQU(r, NAME_ANY)) in do_printer()
H A Dfromclass.c78 while ((pc = getclass(NAME_ALL)))
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dbang.c85 if (STREQU (NAME_ALL, user2p) || STREQU(NAME_ALL, user1p)) in bangequ()
103 sysname1_all = STREQU (NAME_ALL, sysname1); in bangequ()
104 username1_all = STREQU (NAME_ALL, username1); in bangequ()
126 sysname2_all = STREQU (NAME_ALL, sysname2); in bangequ()
127 username2_all = STREQU (NAME_ALL, username2); in bangequ()
H A Dchange.c158 STREQU(*pl, NAME_ALL) in chgaccess()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsearchlist.c52 else if (STREQU(item, NAME_ANY) || STREQU(item, NAME_ALL))
63 || STREQU(*list, NAME_ALL)
90 else if (STREQU(item, NAME_ANY) || STREQU(item, NAME_ALL))
101 || STREQU(*list, NAME_ALL)
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dprintwheels.c70 if (STREQU(NAME_ALL, name)) {
126 if (STREQU(name, NAME_ALL)) {
186 if (STREQU(NAME_ALL, name)) {
H A Dgetpentry.c74 isNameAll = STREQU(NAME_ALL, name); in getpentry()
H A Ddelprinter.c74 if (STREQU(NAME_ALL, name)) {
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dinit.c83 while((p = Getprinter(NAME_ALL)) != NULL || errno != ENOENT) { in init_printers()
97 while((c = Getclass(NAME_ALL)) != NULL) { in init_classes()
109 while ((f = Getform(NAME_ALL)) != NULL) { in init_forms()
121 while((p = Getpwheel(NAME_ALL)) != NULL || errno != ENOENT) in init_pwheels()
H A Ddisp2.c226 if (!*printer || STREQU(printer, NAME_ALL)) in s_unload_printer()
340 if (!*printer || STREQU(printer, NAME_ALL)) { in s_inquire_printer_status()
474 if (!*class || STREQU(class, NAME_ALL)) { in s_unload_class()
543 if (!*class || STREQU(class, NAME_ALL)) { in s_inquire_class()
582 if (!*printer || STREQU(printer, NAME_ALL)) { in s_paper_allowed()
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c67 if (STREQU(NAME_ALL, name))
94 if (!STREQU(NAME_ALL, name))
H A Ddelfilter.c58 if (STREQU(NAME_ALL, name)) {
H A Dputfilter.c62 if (STREQU(NAME_ALL, name)) {
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c227 form = NAME_ALL; in main()
383 && !STREQU(NAME_ALL, form) in main()
478 char * all_list[] = { NAME_ALL, 0 };
582 if (!STREQU(NAME_ALL, form))
617 if (STREQU(NAME_ALL, form)) {
861 if (STREQU(NAME_ALL, form)) {
1006 while (getform(NAME_ALL, &fbuf, &alert, (FILE **)0) == 0)
1081 if (STREQU(NAME_ALL, form)) {
H A Dlpfilter.c181 filter = NAME_ALL;
378 if (STREQU(NAME_ALL, filter)) {
615 if (STREQU(NAME_ALL, filter)) {
721 if (STREQU(NAME_ALL, filter)) {
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h89 #define ALL_BANG_ALL NAME_ALL BANG_S NAME_ALL
170 #define NAME_ALL "all" macro
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-service.c40 while (getform(NAME_ALL, &form, (FALERT *)0, (FILE **)0) != -1) { in lpsched_service_information()
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Ddelclass.c54 if (STREQU(NAME_ALL, name)) { in delclass()
H A Dputclass.c55 if (STREQU(NAME_ALL, name)) { in putclass()
H A Dgetclass.c68 if (STREQU(NAME_ALL, name)) { in getclass()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Ddelform.c64 if (STREQU(NAME_ALL, name)) {
H A Dgetform.c66 if (STREQU(NAME_ALL, name)) { in getform()
H A Dputform.c61 if (STREQU(NAME_ALL, name)) { in putform()

12