Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAMConverter.java75 private static void cacheShadowPair(String shortName, in cacheShadowPair() argument
77 shortShadowKeyed.put(shortName, longName); in cacheShadowPair()
78 longShadowKeyed.put(longName, shortName); in cacheShadowPair()
/titanic_41/usr/src/lib/libadt_jni/
H A Dauditxml_jni242 my $shortName = uc $listName;
243 $shortName =~ s/_TEXT//;
250 print Jfile "\tpublic static final int ADT_$shortName",
258 print Jfile "\tpublic static final int ADT_$shortName";
/titanic_41/usr/src/lib/libbsm/
H A Dauditxml380 my $shortName = uc $listName;
381 $shortName =~ s/_TEXT//;
389 print Hfile "#define\t${pfx_ADT}_$shortName\t$start\n" if $start;
408 my $line = "\t${pfx_ADT}_$shortName"."_$id$start\t/* ";