Searched refs:profile_create_node (Results 1 – 5 of 5) sorted by relevance
/freebsd/krb5/util/profile/ |
H A D | version.map | 11 profile_create_node;
|
/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_parse.c | 427 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 D | prof_int.h | 138 errcode_t profile_create_node
|
H A D | prof_tree.c | 87 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 D | prof_file.c | 273 if (profile_create_node("(root)", NULL, &root) != 0) in profile_open_memory()
|