Lines Matching defs:auths
47 * Enumeration functions for auths and profiles; the enumeration functions
56 * Both the auths and the profiles arguments may be NULL.
227 * Enumerate authorizations in the "auths" argument.
233 char *auth, *last, *auths;
239 COPYTOSTACK(auths, cauths)
241 while (auth = strtok_r(auths, KV_SEPSTR, &last)) {
242 auths = NULL; /* For next iterations of strtok_r */
266 char *auths;
269 auths = kva_match(attr, PROFATTR_AUTHS_KW);
270 return (_enum_auths_a(auths, ca->cb, ca->ctxt, pres));