Home
last modified time | relevance | path

Searched refs:profile_create_node (Results 1 – 5 of 5) sorted by relevance

/freebsd/krb5/util/profile/
H A Dversion.map11 profile_create_node;
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_parse.c427 retval = profile_create_node("(root)", 0, &state.root_section); in profile_parse_file()
447 retval = profile_create_node("(root)", 0, &node); in profile_process_directory()
H A Dprof_int.h138 errcode_t profile_create_node
H A Dprof_tree.c87 errcode_t profile_create_node(const char *name, const char *value, in profile_create_node() function
233 retval = profile_create_node(name, value, &new); in profile_add_node()
H A Dprof_file.c273 if (profile_create_node("(root)", NULL, &root) != 0) in profile_open_memory()