Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_init.c294 profile_copy(profile_t old_profile, profile_t *new_profile) in profile_copy() argument
301 if (old_profile->vt) in profile_copy()
302 return copy_vtable_profile(old_profile, new_profile); in profile_copy()
310 for (p = old_profile->first_file; p != NULL; p = p->next) { in profile_copy()