Searched refs:Label (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java60 configPanel.add(new Label("Configuration file:", Label.CENTER));
61 configPanel.add(new Label(configFile == null ? "":configFile));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm440 # Label to be used as prefix to all internal section names
446 $self->{Label} = undef # label to be used as prefix
447 unless exists $self->{Label}; # to all internal section names
454 unless exists $self->{Label};
456 unless exists $self->{Label};
581 =item B<Label>
594 $label = $parser->Label;
595 $parser->Label($label);
606 sub Label { subroutine
609 $self->{Label}
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Drunlevel.t213 Label not found for "last foo" at - line 2.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL521 $ComTab{':'}=[ 0, 'str', \&Label, '' ]; #ok
571 my( @Commands, %Defined, @BlockStack, %Label, $labNum, $Code, $Func );
644 # Label (: command): label definition
646 sub Label($$$$$$){
652 if( ! exists( $Label{$lab} ) ){
653 $h = $Label{$lab}{name} = newLabel();
655 $h = $Label{$lab}{name};
656 if( exists( $Label{$lab}{defined} ) ){
657 my $dl = $Label{$lab}{defined};
662 $Label{
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2152 char Label[BUFSIZ]; local
2153 CK_ULONG len = sizeof (Label);
2156 (void) memset(Label, 0, len);
2158 templ.pValue = Label;
2163 *outlabel = (char *)strdup(Label);

Completed in 99 milliseconds