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

/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c327 char **profpath = NULL; local
353 status = profile_get_values(kcontext->profile, dbpath_names, &profpath);
357 if (profpath)
358 while (profpath[ndx] != NULL)
367 memcpy(path, profpath, ndx * sizeof(profpath[0]));
412 profile_free_list(profpath);

Completed in 58 milliseconds