Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/lib/access/
H A Dchange.c41 static int chgaccess ( int , char ** , char * , char * , char * );
51 return (chgaccess(0, user_list, form, Lp_A_Forms, "")); in deny_user_form()
61 return (chgaccess(1, user_list, form, Lp_A_Forms, "")); in allow_user_form()
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()
129 chgaccess(int isallow, char **list, char *name, char *dir, char *prefix) in chgaccess() function