Home
last modified time | relevance | path

Searched refs:profile_find_node (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_set.c106 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation()
115 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation()
159 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation()
167 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation()
212 retval = profile_find_node(section, *cpp, 0, 1, in profile_rename_section()
221 retval = profile_find_node(section, *cpp, 0, 1, &state, &node); in profile_rename_section()
270 retval = profile_find_node(section, *cpp, 0, 1, in profile_add_relation()
282 retval = profile_find_node(section, *cpp, 0, 1, &state, 0); in profile_add_relation()
H A Dprof_tree.c305 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node() function
389 retval = profile_find_node(section, name, 0, 0, state, &p); in profile_find_node_relation()
424 retval = profile_find_node(section, name, 0, 1, state, &p); in profile_find_node_subsection()
H A Dprof_int.h165 errcode_t profile_find_node
/freebsd/krb5/lib/krb5/
H A Dversion.map1752 profile_find_node;