Searched refs:FACCESSPREFIX (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 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()
|
H A D | allowed.c | 161 if (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, &allow, &deny) == -1)
|
H A D | loadaccess.c | 72 return (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, pallow, in load_formprinter_access()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 126 #define FACCESSPREFIX "forms." macro 129 #define FALLOWFILE FACCESSPREFIX ALLOWFILE 130 #define FDENYFILE FACCESSPREFIX DENYFILE
|