Home
last modified time | relevance | path

Searched refs:Lp_A_Printers (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/access/
H A Dchange.c71 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 Dloadaccess.c61 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 Dallowed.c136 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 Ddelprinter.c70 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 Dputprinter.c128 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 Dgetprinter.c101 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getprinter()
314 if (!(pa = getalert(Lp_A_Printers, prp->name))) { in getprinter()
H A Dgetpentry.c89 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getpentry()
/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c60 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 Dstatus.c291 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 Dlpfsck.c80 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
H A Dexec.c1050 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 Dlp.h371 Lp_A_Printers[],