Searched refs:parameters (Results 1 - 25 of 63) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/build-aux/
H A Dc++defs.h89 consisting of return type, parameters, and attributes.
101 consisting of return type, parameters, and attributes.
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
115 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
116 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
118 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
121 rettype (*const func) parameters = ::rpl_func; \
125 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
129 /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters);
130 is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters);
[all...]
/osnet-11/usr/src/common/crypto/ecc/
H A Dsecoidt.h63 SECItem parameters; member in struct:SECAlgorithmIDStr
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_functions.in40 echo parameters
51 echo parameters, with nesting
/osnet-11/usr/src/lib/libbsm/
H A DxmlHandlers.pm199 my (%parameters) =
234 my (%parameters) =
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm54 Creates an C<IO::File>. If it receives any parameters, they are passed to
76 C<open> accepts one, two or three parameters. With one parameter,
78 parameters, the first parameter is a filename that may include
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c159 free((*in)->clientPublicValue->algorithm.parameters.data);
261 free(in->parameters.data);
281 free((*in)->algorithm.parameters.data);
399 (*in)->algorithm.parameters.data = NULL;
400 (*in)->algorithm.parameters.length = 0;
H A Dpkinit_crypto_openssl.c286 /* DH parameters */
2543 /* KDC SHOULD check to see if the key parameters satisfy its policy */
2601 /* get client's received DH parameters that we saved in server_check_dh */
2980 algId[0]->parameters.data = (unsigned char *)malloc(buf2_len);
2981 if (algId[0]->parameters.data == NULL)
2983 (void) memcpy(algId[0]->parameters.data, buf2, buf2_len);
2984 algId[0]->parameters.length = buf2_len;
2990 algId[1]->parameters.data = (unsigned char *)malloc(buf3_len);
2991 if (algId[1]->parameters.data == NULL)
2993 (void) memcpy(algId[1]->parameters
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm279 This takes no parameters, and searches for all the installed .packlists on the
291 the module name 'Perl'. Additional parameters are allowed. The first is one
293 just manual files or all files. The remaining parameters are a list of
300 all the directories from the package. Additional parameters are allowed. The
303 parameters are a list of directories. The directories returned will be
H A DEmbed.pm327 When invoked with parameters the following are accepted and optional:
402 When invoked with parameters the following are accepted and optional:
416 In addition, when ldopts is called with parameters, it will return the argument string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm153 parameters, they are passed to C<FileHandle::open>; if the open fails,
158 It requires two parameters, which are passed to C<FileHandle::fdopen>;
164 parameters, the first parameter is a filename that may include
H A Dlib_pm.PL185 The parameters to C<use lib> are added to the start of the perl search
H A DDBM_Filter.pm85 croak "$caller: no parameters present" unless @_ ;
372 Filter_*_Push methods expects to receive exactly two parameters.
427 any optional parameters that need to be sent to the filter. See the
428 encode filter for an example of a module that uses parameters.
H A DCGI.pm423 # the known parameters names available.
615 # If initializer is defined, then read parameters
781 @QUERY_PARAM = $self->param; # save list of parameters
810 push (@{$self->{'.parameters'}},$param)
816 return () unless defined($self) && $self->{'.parameters'};
817 return () unless @{$self->{'.parameters'}};
818 return @{$self->{'.parameters'}};
1083 @{$self->{'.parameters'}}=grep { !exists($to_delete{$_}) } $self->param();
1089 # Import all parameters into the given namespace.
1241 $_[0]->{'.parameters'}
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs33 # The parameters are the filename, the open mode and a list of optional
34 # (key => value) parameters where the key may be one of creator, aflags or
52 * Account for the mandatory parameters,
61 /* Process any optional parameters. */
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c35 } else if (algoid->parameters.Data == NULL ||
36 algoid->parameters.Length == 0) {
44 (void) kmfber_write(asn1, (char *)algoid->parameters.Data,
45 algoid->parameters.Length, 0);
69 free_data(&algoid->parameters);
283 algoid->parameters.Data = NULL;
284 algoid->parameters.Length = 0;
300 algoid->parameters.Data = NULL;
301 algoid->parameters.Length = 0;
304 algoid->parameters
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h59 krb5_octet_data parameters; /* Optional */ member in struct:_krb5_algorithm_identifier
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm163 parameters include most of those recognized by the CGI header()
187 drawing each new page. The subroutine should expect two parameters
232 These have the same meaning as the like-named parameters in
291 parameters, push_delay() just returns the current delay.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm39 used as the parameters.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c376 * decoders always fill in their output parameters with NULL (on
2210 val->parameters.data = NULL;
2231 val->parameters.length = 0;
2232 val->parameters.data = NULL;
2238 &val->parameters.data);
2240 val->parameters.length = size;
2248 free(val->parameters.data);
2250 val->parameters.data = NULL;
2267 val->algorithm.parameters.data = NULL;
2304 free(val->algorithm.parameters
[all...]
H A Dasn1_k_encode.c1654 if (val->parameters.length != 0) {
1655 retval = asn1buf_insert_octetstring(buf, val->parameters.length,
1656 val->parameters.data);
1659 sum += val->parameters.length;
1688 if (val->algorithm.parameters.length != 0) {
1691 retval = asn1buf_insert_octetstring(buf, val->algorithm.parameters.length,
1692 val->algorithm.parameters.data);
1695 sum += val->algorithm.parameters.length;
1707 val->algorithm.parameters.length + length,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm294 parameters: a file to copy from and a file to copy to. Either
321 The C<move> function also takes two parameters: the current name
379 output file; if either of the first two parameters to C<rmscopy>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm252 This function returns true if all parameters are supported fields
256 separate arguments. If you pass no parameters, the function returns
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm36 value of any of the initialization parameters.
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2991 destid->parameters.Length = srcid->parameters.Length;
2992 if (destid->parameters.Length > 0) {
2993 destid->parameters.Data = malloc(destid->parameters.Length);
2994 if (destid->parameters.Data == NULL)
2997 (void) memcpy(destid->parameters.Data, srcid->parameters.Data,
2998 destid->parameters.Length);
3000 destid->parameters
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm452 B<Tgoto> decodes a cursor addressing string with the given parameters.
490 %r reverse order of two parameters, no output
494 %n exclusive-or all parameters with 0140 (Datamedia 2500)

Completed in 138 milliseconds

123