Home
last modified time | relevance | path

Searched refs:UACCESSPREFIX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c69 return (chgaccess(0, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in deny_user_printer()
79 return (chgaccess(1, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in allow_user_printer()
H A Dallowed.c133 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1)
H A Dloadaccess.c59 return (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, pallow, in load_userprinter_access()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h126 #define UACCESSPREFIX "users." macro
129 #define UALLOWFILE UACCESSPREFIX ALLOWFILE
130 #define UDENYFILE UACCESSPREFIX DENYFILE