| /onnv/onnv-gate/usr/src/lib/krb5/kadm5/ |
| alt_prof.c | 158 * 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, 216 kret = krb5_aprof_getvals (acontext, hierarchy, &values); 239 * hierarchy - hierarchy of value to retrieve 419 const char *hierarchy[4]; local 1139 const char *hierarchy[4]; local [all...] |
| /onnv/onnv-gate/usr/src/common/ |
| README | 31 This directory hierarchy is intended to hold sources used in common between
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| an_to_ln.c | 760 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[2] = "auth_to_local" [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/ |
| main.c | 463 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[1] = "v4_mode" [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
| Lgrp.pod | 180 hierarchy with the given view. Given the view, L<lgrp_init()> returns a cookie 181 representing this snapshot of the lgroup hierarchy. This cookie should be used 182 with other routines in the lgroup interface needing the lgroup hierarchy. The 194 The function takes a cookie, frees the snapshot of the lgroup hierarchy created 206 The function takes a cookie representing the snapshot of the lgroup hierarchy 207 and returns the snapshot's view of the lgroup hierarchy. 215 lgroup hierarchy represented by the given cookie. Otherwise, B<undef> is 246 The function takes a cookie representing a snapshot of the lgroup hierarchy and 256 Everything within this hierarchy. 274 The function takes a cookie representing a snapshot of the lgroup hierarchy an [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| NEXT.pm | 208 left-to-right search of C<$self>'s class hierarchy that resulted in the 217 A typical use would be in the destructors of a class hierarchy, 218 as illustrated in the synopsis above. Each class in the hierarchy 220 and then redispatches the call up the hierarchy. As a result, 231 elsewhere in the objects class hierarchy, it quietly gives up and does 280 If C<NEXT> redispatching is used in the methods of a "diamond" class hierarchy: 322 In some cases this I<may> be the desired effect within a diamond hierarchy, 335 once. That is, to skip any classes in the hierarchy that it has 412 object's hierarchy with that name to be invoked. As the above example 484 Likewise, to create a class hierarchy in which every initializer inherited b [all...] |
| AutoSplit.pm | 35 The C<autosplit> interface splits the specified file into a hierarchy 37 class hierarchy, and creates the file F<autosplit.ix>. This file acts as 39 last update of the hierarchy.
|
| overload.pm | 226 Since overloading respects inheritance via the @ISA hierarchy, the [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| AttributeManager.java | 443 * Returns a hierarchy name based on the group tree. 506 * Returns a string that shows the hierarchy of shadow objects. 509 public String hierarchy() { method in class:AttributeManager 510 return (hierarchy(0)); 514 * Returns a string that shows the hierarchy of shadow objects. 516 private String hierarchy(int level) { method in class:AttributeManager 527 e.nextElement()).hierarchy(level + 1);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| cp.c | 47 "[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, '/')) 745 state->hierarchy = 1; 913 if (state->hierarchy)
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| README | 162 - show the hierarchy of the instance (-h) -- show an ascii 'tree' of
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| Handle.pm | 35 in the IO hierarchy.
|
| /onnv/onnv-gate/usr/src/lib/ |
| README.mapfiles | 48 - source directory hierarchy
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| h2ph.PL | 601 # hierarchy, so let's put all of the contents of $dirlink (actually, 759 The output files are placed in the hierarchy rooted at Perl's 761 hierarchy with a B<-d> switch.
|
| /onnv/onnv-gate/usr/src/cmd/filesync/ |
| README | 120 the directory hierarchy ... actually the union of the
|
| /onnv/onnv-gate/usr/src/uts/ |
| README | 213 COMPONENT HIERARCHY 216 The component hierarchy has been restructured to allow the acquisition of
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| Find.pm | 397 hierarchy. [all...] |