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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c240 * nodes in the section. If section_flag is non-zero, only return the
243 * value. (The value argument is ignored if section_flag is non-zero.)
248 * (This won't happen if section_flag is non-zero, obviously.)
252 const char *value, int section_flag, void **state,
267 if (section_flag) {
285 return section_flag ? PROF_NO_SECTION : PROF_NO_RELATION;
295 if (section_flag) {
251 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument

Completed in 22 milliseconds