Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c413 char **profpath = NULL; in load_library() local
427 status = profile_get_values(kcontext->profile, dbpath_names, &profpath); in load_library()
431 if (profpath) in load_library()
432 while (profpath[ndx] != NULL) in load_library()
441 memcpy(path, profpath, ndx * sizeof(profpath[0])); in load_library()
485 profile_free_list(profpath); in load_library()