Searched refs:msg_list (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libbsm/
H A Dauditxml.pm419 my @kid = $obj->getKids(); # kids of msg_list are msg
436 print STDERR "invalid tag in <msg_list> block: $class\n";
562 %msg_list = (); # messageList string list id to obj
563 @msg_list = (); # id list
581 register('msg_list', 0, \&msg_list);
709 # getNextMsgId reads from @msg_list destructively.
714 return undef unless (@msg_list);
716 my $id = shift @msg_list;
718 return ($id, $msg_list{
854 sub msg_list { subroutine
[all...]
H A Dauditxml128 my %msg_list = ();
309 foreach $listName (sort keys %msg_list) {
310 my ($listRef, $headref) = @{$msg_list{$listName}};
404 foreach my $listName (sort keys %msg_list) {
408 my ($listRef, $headref) = @{$msg_list{$listName}};
1120 $msg_list{$textName} =
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h82 struct msg_struct *msg_list; /* message list */ member in struct:__anon1416
H A Dgettext_real.c860 check_msg_list = messages->msg_list +
879 check_msg_list = messages->msg_list +
887 check_msg_list = messages->msg_list +
965 p->msg_list = (struct msg_struct *)(uintptr_t)
H A Dgettext_util.c486 gprintf(level, " msg_list: 0x%p\n",
487 (void *)smnp->msg_list);
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni87 my %msg_list = ();
243 foreach my $listName (sort keys %msg_list) {
246 my ($listRef, $headref) = @{$msg_list{$listName}};
1126 $msg_list{$textName} =

Completed in 23 milliseconds