Lines Matching full:profiles
47 * Enumeration functions for auths and profiles; the enumeration functions
54 * The function might be NULL but only for profiles as we are always collecting
55 * all the profiles.
56 * Both the auths and the profiles arguments may be NULL.
59 * all the profiles/athorizations/keywords/etc.
83 * Enumerate profiles from listed profiles.
94 char *profiles; in _enum_common_p() local
105 COPYTOSTACK(profiles, cprofiles) in _enum_common_p()
107 while (prof = strtok_r(profiles, KV_SEPSTR, &last)) { in _enum_common_p()
109 profiles = NULL; /* For next iterations of strtok_r */ in _enum_common_p()
124 /* find the profiles for this profile */ in _enum_common_p()
146 * Enumerate all attributes associated with a username and the profiles
204 * Enumerate profiles with a username argument.