Searched refs:UACCESSPREFIX (Results 1 – 4 of 4) 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()
|
| H A D | allowed.c | 136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1)
|
| H A D | loadaccess.c | 61 return (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, pallow, in load_userprinter_access()
|
| /titanic_50/usr/src/cmd/lp/include/ |
| H A D | lp.h | 128 #define UACCESSPREFIX "users." macro 131 #define UALLOWFILE UACCESSPREFIX ALLOWFILE 132 #define UDENYFILE UACCESSPREFIX DENYFILE
|