Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c133 char **allow_list, in chgaccess() local
136 if (loadaccess(dir, name, prefix, &allow_list, &deny_list) == -1) in chgaccess()
140 padd_list = &allow_list; in chgaccess()
144 prem_list = &allow_list; in chgaccess()
163 freelist (allow_list); in chgaccess()
166 allow_list = 0; in chgaccess()
169 allow_list = 0; in chgaccess()
199 return (dumpaccess(dir, name, prefix, &allow_list, &deny_list)); in chgaccess()