Searched refs:VALUE (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4159 attributetypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4160 attributetypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey' DESC 'automount Key Value' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4161 attributetypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation' DESC 'automount information' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4168 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.16 NAME 'SolarisSearchBaseDN' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
4169 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.17 NAME 'SolarisCacheTTL' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
4170 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.18 NAME 'SolarisBindDN' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
4171 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.19 NAME 'SolarisBindPassword' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4174 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.22 NAME 'SolarisCertificatePath' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4175 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.23 NAME 'SolarisCertificatePassword' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
4177 attributetypes: ( 1.3.6.1.4.1.42.2.27.5.1.25 NAME 'SolarisSearchScope' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm248 =item set ( NAME => VALUE [, NAME => VALUE ...] )
265 =item setval ( N , VALUE )
267 Set the C<N>th value in the semaphore set to C<VALUE>
H A DMsg.pm172 =item set ( NAME => VALUE [, NAME => VALUE ...] )
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c343 enum state { KEY, VALUE } mode = KEY; enumerator in enum:state
355 if (pos == start || mode == VALUE)
358 mode = VALUE;
381 pos == start && mode == VALUE))
383 if (mode == VALUE)
/osnet-11/usr/src/lib/libshell/common/include/
H A Dstreval.h200 #define VALUE 2 macro
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h684 #define FIELD_INT_IMM(VALUE,TAG) \
685 { field_immediate, VALUE, 0, TAG, -1, 0, }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL95 =head1 RETURN VALUE
H A Dpod2man.PL368 =item RETURN VALUE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm611 =item debug ( VALUE )
613 Set the level of debug information for this object. If C<VALUE> is not given
615 C<VALUE> and the previous state returned.
621 If C<VALUE> is C<undef> then the debug level will be set to the default
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm291 return $cache->{$key}{VALUE};
296 $cache->{$key}{VALUE} = $newvalue;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm340 =item assign INDENT, TYPE, PRE, POST, VALUE...
344 I<VALUE>s for the components. I<PRE> and I<POST> if defined give snippets
1310 WriteMakefileSnippet ATTRIBUTE =E<gt> VALUE [, ...]
1347 =item WriteConstants ATTRIBUTE =E<gt> VALUE [, ...]
H A DMakeMaker.pm982 WriteMakefile( ATTRIBUTE => VALUE [, ...] );
1015 form C<KEY=VALUE>. E.g.
1283 or as NAME=VALUE pairs on the command line.
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c411 case VALUE:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm155 For each (KEY, VALUE) pair in the CODEHASHREF, this routine will
158 timethis(COUNT, VALUE, KEY, STYLE)
H A DCGI.pm436 ($name,$value,@other) = rearrange([NAME,[DEFAULT,VALUE,VALUES]],@p);
1276 my($name,$value) = rearrange([NAME,[VALUE,VALUES]],@p);
2041 rearrange([NAME,[DEFAULT,VALUE,VALUES],SIZE,MAXLENGTH,[OVERRIDE,FORCE],TABINDEX],@p);
2126 rearrange([NAME,[DEFAULT,VALUE],ROWS,[COLS,COLUMNS],[OVERRIDE,FORCE],TABINDEX],@p);
2156 my($label,$value,$script,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],
2192 my($label,$value,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],TABINDEX],@p);
2220 my($label,$value,$tabindex,@other) = rearrange(['NAME',['VALUE','LABEL'],TABINDEX],@p);
2251 my($label,$tabindex,@other) = rearrange([[NAME,VALUE],TABINDEX],@p);
2291 rearrange([NAME,[CHECKED,SELECTED,ON],VALUE,LABEL,LABELATTRIBUTES,
2476 rearrange([NAME,[VALUES,VALUE],[DEFAUL
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm313 =head1 RETURN VALUE

Completed in 60 milliseconds