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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c83 char **profpath = NULL; local
87 ret = profile_get_values(ctx->profile, path, &profpath);
90 dirs = (profpath != NULL) ? (const char **) profpath : objdirs;
93 profile_free_list(profpath);
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c353 char **profpath = NULL; local
367 status = profile_get_values(kcontext->profile, dbpath_names, &profpath);
371 if (profpath)
372 while (profpath[ndx] != NULL)
381 memcpy(path, profpath, ndx * sizeof(profpath[0]));
424 profile_free_list(profpath);

Completed in 32 milliseconds