Searched defs:allow_list (Results 1 - 1 of 1) sorted by relevance

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

Completed in 56 milliseconds