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

/osnet-11/usr/src/lib/libbsm/
H A Dauditxml307 my $listName;
308 my @listName;
309 foreach $listName (sort keys %msg_list) {
310 my ($listRef, $headref) = @{$msg_list{$listName}};
317 $listName = 'NULL' if ($#listValue < 0);
319 push (@listName, [$listName, $listLength - 1, $start, $public]);
324 print Cfile "static char *msg_$listName\[$listLength] = {\n";
341 if ($#listName >= 0) {
342 print Cfile "\nstruct msg_text ${pfx_adt}_msg_text[", $#listName
[all...]
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni243 foreach my $listName (sort keys %msg_list) {
244 my $shortName = uc $listName;
246 my ($listRef, $headref) = @{$msg_list{$listName}};
251 print Jfile "\n\t// adt_$listName" . "\n\n";

Completed in 21 milliseconds