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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c463 const char *hierarchy[3]; local
473 hierarchy[0] = "kdcdefaults";
474 hierarchy[1] = "kdc_ports";
475 hierarchy[2] = (char *) NULL;
476 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_udp_ports))
478 hierarchy[1] = "kdc_tcp_ports";
479 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_tcp_ports))
481 hierarchy[1] = "kdc_max_tcp_connections";
482 if (krb5_aprof_get_int32(aprof, hierarchy, TRUE,
489 hierarchy[
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c760 const char *hierarchy[5]; local
784 hierarchy[0] = "realms";
785 hierarchy[1] = realm;
786 hierarchy[2] = "auth_to_local_names";
787 hierarchy[3] = mname;
788 hierarchy[4] = (char *) NULL;
790 hierarchy,
829 hierarchy[0] = "realms";
830 hierarchy[1] = realm;
831 hierarchy[
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c39 const char *hierarchy[4]; local
46 hierarchy[0] = section;
47 hierarchy[1] = NULL;
52 code = profile_iterator_create(profile, hierarchy,
108 const char *hierarchy[4]; local
114 hierarchy[0] = "appdefaults";
115 hierarchy[1] = "kinit";
116 hierarchy[3] = NULL;
118 hierarchy[2] = "renewable";
123 (void) profile_clear_relation(profile, hierarchy);
141 const char *hierarchy[4]; local
194 const char *hierarchy[4]; local
218 const char *hierarchy[4]; local
296 const char *hierarchy[4]; local
328 const char *hierarchy[4]; local
372 const char *hierarchy[4]; local
412 const char *hierarchy[4]; local
508 const char *hierarchy[4]; local
580 const char *hierarchy[4]; local
675 const char *hierarchy[4]; local
740 const char *hierarchy[4]; local
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c158 * hierarchy - hierarchy of value to retrieve.
165 krb5_aprof_getvals(acontext, hierarchy, retdata)
167 const char **hierarchy;
171 hierarchy,
180 * hierarchy - hierarchy of value to retrieve
207 krb5_aprof_get_boolean(krb5_pointer acontext, const char **hierarchy, argument
216 kret = krb5_aprof_getvals (acontext, hierarchy, &values);
239 * hierarchy
419 const char *hierarchy[4]; local
1139 const char *hierarchy[4]; local
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c47 "[h:hierarchy|parents?Form the name of each destination file by appending"
151 int hierarchy; /* preserve hierarchy */ member in struct:State_s
247 if (state->hierarchy)
278 if (state->hierarchy && ent->fts_level == 0 && strchr(base, '/'))
746 state->hierarchy = 1;
914 if (state->hierarchy)

Completed in 50 milliseconds