Searched defs:subsubname (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c194 const char *subsubname, const char *def_val,
204 names[2] = subsubname;
225 const char *subsubname, int def_val, int *ret_int)
239 names[2] = subsubname;
306 const char *subsubname, int def_val, int *ret_boolean)
319 names[2] = subsubname;
193 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
224 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument
305 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument

Completed in 22 milliseconds