Lines Matching refs:profiles
51 * Enumeration functions for auths and profiles; the enumeration functions
58 * The function might be NULL but only for profiles as we are always collecting
59 * all the profiles.
60 * Both the auths and the profiles arguments may be NULL.
63 * all the profiles/authorizations/keywords/etc."
86 * Enumerate profiles from listed profiles.
97 char *profiles;
108 COPYTOSTACK(profiles, cprofiles)
110 while (prof = strtok_r(profiles, KV_SEPSTR, &last)) {
112 profiles = NULL; /* For next iterations of strtok_r */
128 /* find the profiles for this profile */
150 * Enumerate all attributes associated with a username and the profiles
188 * Find the default profiles if this is a valid user and we
218 * Enumerate profiles with a username argument.