Searched refs:Lp_A_Printers (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 71 return (chgaccess(0, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in deny_user_printer() 81 return (chgaccess(1, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in allow_user_printer() 91 return (chgaccess(0, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in deny_form_printer() 101 return (chgaccess(1, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in allow_form_printer() 111 return (chgaccess(0, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in remove_paper_from_printer() 121 return (chgaccess(1, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in add_paper_to_printer()
|
H A D | loadaccess.c | 61 return (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, pallow, in load_userprinter_access() 72 return (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, pallow, in load_formprinter_access() 83 return (loadaccess(Lp_A_Printers, printer, PACCESSPREFIX, pallow, in load_paperprinter_access()
|
H A D | allowed.c | 136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1) 161 if (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, &allow, &deny) == -1)
|
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | delprinter.c | 70 if (!Lp_A_Printers || !Lp_A_Interfaces) { 72 if (!Lp_A_Printers || !Lp_A_Interfaces) 78 while ((name = next_dir(Lp_A_Printers, &lastdir))) 121 delalert (Lp_A_Printers, name);
|
H A D | putprinter.c | 128 if (!Lp_A_Printers || !Lp_A_Interfaces) { in putprinter() 130 if (!Lp_A_Printers || !Lp_A_Interfaces) in putprinter() 490 && putalert(Lp_A_Printers, name, &(prbufp->fault_alert)) == -1 in putprinter()
|
H A D | getprinter.c | 101 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getprinter() 314 if (!(pa = getalert(Lp_A_Printers, prp->name))) { in getprinter()
|
H A D | getpentry.c | 89 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getpentry()
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 60 char Lp_A_Printers[] = ETCDIR "/printers"; variable 90 path = makepath(Lp_A_Printers, name, component, NULL); in getprinterfile()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | status.c | 291 fault_status = makepath(Lp_A_Printers, printerName, in load_fault_status() 633 fault_status = makepath(Lp_A_Printers, printerName, FAULT_MESSAGE_FILE, in dump_fault_status()
|
H A D | lpfsck.c | 80 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
|
H A D | exec.c | 1050 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers, in exec() 1097 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers, in exec()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 371 Lp_A_Printers[],
|