Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/lib/access/
H A Dchange.c135 char **allow_list, in chgaccess() local
138 if (loadaccess(dir, name, prefix, &allow_list, &deny_list) == -1) in chgaccess()
142 padd_list = &allow_list; in chgaccess()
146 prem_list = &allow_list; in chgaccess()
165 freelist (allow_list); in chgaccess()
168 allow_list = 0; in chgaccess()
171 allow_list = 0; in chgaccess()
201 return (dumpaccess(dir, name, prefix, &allow_list, &deny_list)); in chgaccess()