Lines Matching defs:section
86 * If key is NULL then all entries in the section specified are returned.
94 k5_profile_iter_name_value(profile_t profile, char *section, char *key,
104 hierarchy[0] = section;
449 * where name is the name in the realm section requested
759 * Note: the function removes the matching realm in the realms section,
822 * Note: if the section does not exist one will be created
864 * realm in realms section differs in case from the realm specified
867 * default realm is not found in realms section
873 * no realm found in realms section
889 * realm name specified is not found in realms section
1165 m = _("realm in [realms] section should be in upper-case");
1168 m = _("default_realm is not found in [realms] section");
1171 m = _("default_realm doesn't exist in the [libdefaults] section");
1174 m = _("no realms found in the [realms] section");
1178 "section for the specified realm");
1187 m = _("mapping entry in [domain_realm] section for "
1191 m = _("specified realm not found in [realms] section");
1277 profile_get_options_boolean(profile, section, options)
1279 char ** section;
1287 for (max_i = 0; section[max_i]; max_i++);
1289 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
1290 actual_section[i] = section[i];
1323 profile_get_options_string(profile, section, options)
1325 char ** section;
1333 for (max_i = 0; section[max_i]; max_i++);
1335 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
1336 actual_section[i] = section[i];