Home
last modified time | relevance | path

Searched refs:profile_copy_node (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_int.h142 struct profile_node *profile_copy_node
H A Dprof_tree.c117 struct profile_node *profile_copy_node(struct profile_node *oldnode) in profile_copy_node() function
141 q = profile_copy_node(p); in profile_copy_node()
H A Dprof_file.c585 file->data->root = profile_copy_node(oldfile->data->root); in profile_copy_file()