| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | omp_lib.h.in | 27 parameter (omp_lock_kind = @OMP_LOCK_KIND@) 28 parameter (omp_nest_lock_kind = @OMP_NEST_LOCK_KIND@) 30 parameter (omp_depend_kind = @OMP_DEPEND_KIND@) 32 parameter (omp_sched_kind = 4) 35 parameter (omp_sched_static = 1) 36 parameter (omp_sched_dynamic = 2) 37 parameter (omp_sched_guided = 3) 38 parameter (omp_sched_auto = 4) 40 parameter (omp_proc_bind_kind = 4) 47 parameter (omp_proc_bind_false = 0) [all …]
|
| H A D | omp_lib.f90.in | 30 integer, parameter :: omp_lock_kind = @OMP_LOCK_KIND@ 31 integer, parameter :: omp_nest_lock_kind = @OMP_NEST_LOCK_KIND@ 32 integer, parameter :: omp_sched_kind = 4 33 integer, parameter :: omp_proc_bind_kind = 4 34 integer, parameter :: omp_sync_hint_kind = 4 35 integer, parameter :: omp_lock_hint_kind = omp_sync_hint_kind 36 integer, parameter :: omp_pause_resource_kind = 4 37 integer, parameter :: omp_allocator_handle_kind = c_intptr_t 38 integer, parameter :: omp_alloctrait_key_kind = c_int 39 integer, parameter :: omp_alloctrait_val_kind = c_intptr_t [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | x_algor.c | 18 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY) 35 if (alg->parameter == NULL) 36 alg->parameter = ASN1_TYPE_new(); 37 if (alg->parameter == NULL) 47 ASN1_TYPE_free(alg->parameter); 48 alg->parameter = NULL; 50 ASN1_TYPE_set(alg->parameter, ptype, pval); 60 if (algor->parameter == NULL) { in X509_ALGOR_get0() 64 *pptype = algor->parameter->type; in X509_ALGOR_get0() 66 *ppval = algor->parameter->value.ptr; in X509_ALGOR_get0() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | gdoc | 355 my ($parameter, $section); 362 foreach $parameter (@{$args{'parameterlist'}}) { 363 print $args{'parametertypes'}{$parameter}." \@var{".$parameter."}"; 370 foreach $parameter (@{$args{'parameterlist'}}) { 371 if ($args{'parameters'}{$parameter}) { 372 print "\@var{".$parameter."}: "; 373 output_highlight($args{'parameters'}{$parameter}); 388 my ($parameter, $section); 397 foreach $parameter (@{$args{'parameterlist'}}) { 398 print "<i>".$args{'parametertypes'}{$parameter}."</i> <b>".$parameter. [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | x_algor.c | 20 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY) 37 if (alg->parameter == NULL) 38 alg->parameter = ASN1_TYPE_new(); 39 if (alg->parameter == NULL) 49 ASN1_TYPE_free(alg->parameter); 50 alg->parameter = NULL; 52 ASN1_TYPE_set(alg->parameter, ptype, pval); 62 if (algor->parameter == NULL) { in X509_ALGOR_get0() 66 *pptype = algor->parameter->type; in X509_ALGOR_get0() 68 *ppval = algor->parameter->value.ptr; in X509_ALGOR_get0() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | test29.ref | 2 ./postconf: warning: ./main.cf: unused parameter: pgsqlfoo_domain=bar 3 ./postconf: warning: ./main.cf: unused parameter: sqlitefoo_domain=bar 4 ./postconf: warning: ./main.cf: unused parameter: ldapxx=proxy:ldap:ldapfoo 5 ./postconf: warning: ./main.cf: unused parameter: sqlitexx=proxy:sqlite:sqlitefoo 6 ./postconf: warning: ./main.cf: unused parameter: mysqlfoo_domain=bar 7 ./postconf: warning: ./main.cf: unused parameter: sqlitefoo_domainx=bar 8 ./postconf: warning: ./main.cf: unused parameter: memcachefoo_domain=bar 9 ./postconf: warning: ./main.cf: unused parameter: pgsqlfoo_domainx=bar 10 ./postconf: warning: ./main.cf: unused parameter: ldapfoo_domainx=bar 11 ./postconf: warning: ./main.cf: unused parameter: ldapfoo_domain=bar [all …]
|
| H A D | test41.ref | 6 ./postconf: warning: ./master.cf: unused parameter: aaa=bbb 7 ./postconf: warning: ./master.cf: unused parameter: xxx=yyy 13 ./postconf: warning: ./master.cf: unused parameter: aaa=BBB 14 ./postconf: warning: ./master.cf: unused parameter: xxx=YYY 17 ./postconf: warning: ./master.cf: unused parameter: aaa=BBB 18 ./postconf: warning: ./master.cf: unused parameter: xxx=YYY
|
| H A D | test66.ref | 1 ./postconf: warning: ldap:PWD/test66.cf: unused parameter: junk=junk 2 ./postconf: warning: mysql:PWD/test66.cf: unused parameter: junk=junk 3 ./postconf: warning: pgsql:PWD/test66.cf: unused parameter: junk=junk 4 ./postconf: warning: sqlite:PWD/test66.cf: unused parameter: junk=junk 5 ./postconf: warning: memcache:PWD/test66.cf: unused parameter: junk=junk
|
| H A D | test68.ref | 1 ./postconf: warning: ldap:PWD/test68.cf: unused parameter: junk=junk 2 ./postconf: warning: mysql:PWD/test68.cf: unused parameter: junk=junk 3 ./postconf: warning: pgsql:PWD/test68.cf: unused parameter: junk=junk 4 ./postconf: warning: sqlite:PWD/test68.cf: unused parameter: junk=junk 5 ./postconf: warning: memcache:PWD/test68.cf: unused parameter: junk=junk
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_021.c | 4 // Test for message: redeclaration of formal parameter '%s' [21] 12 /* expect+2: error: redeclaration of formal parameter 'parameter' [21] */ 14 old_style_with_duplicate_parameter(parameter, parameter) in old_style_with_duplicate_parameter() 15 int parameter; 17 /* expect-1: warning: type of parameter 'parameter' defaults to 'int' [32] */ 22 old_style_with_duplicate_parameter_declaration(parameter) 23 int parameter; 13 old_style_with_duplicate_parameter(parameter,parameter) old_style_with_duplicate_parameter() argument 27 old_style_with_local_variable(parameter) old_style_with_local_variable() argument 31 int parameter; global() local 43 prototype_with_local_variable(int parameter) prototype_with_local_variable() argument 46 int parameter; prototype_with_local_variable() local [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | omp_lib.h.in | 27 parameter (omp_lock_kind = @OMP_LOCK_KIND@) 28 parameter (omp_nest_lock_kind = @OMP_NEST_LOCK_KIND@) 30 parameter (omp_sched_kind = 4) 33 parameter (omp_sched_static = 1) 34 parameter (omp_sched_dynamic = 2) 35 parameter (omp_sched_guided = 3) 36 parameter (omp_sched_auto = 4) 38 parameter (omp_proc_bind_kind = 4) 44 parameter (omp_proc_bind_false = 0) 45 parameter (omp_proc_bind_true = 1) [all …]
|
| H A D | omp_lib.f90.in | 28 integer, parameter :: omp_lock_kind = @OMP_LOCK_KIND@ 29 integer, parameter :: omp_nest_lock_kind = @OMP_NEST_LOCK_KIND@ 30 integer, parameter :: omp_sched_kind = 4 31 integer, parameter :: omp_proc_bind_kind = 4 32 integer, parameter :: omp_lock_hint_kind = 4 33 integer, parameter :: omp_pause_resource_kind = 4 34 integer (omp_sched_kind), parameter :: omp_sched_static = 1 35 integer (omp_sched_kind), parameter :: omp_sched_dynamic = 2 36 integer (omp_sched_kind), parameter :: omp_sched_guided = 3 37 integer (omp_sched_kind), parameter :: omp_sched_auto = 4 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 153 "unnamed template parameter|" 154 "template parameter %4|" 155 "template parameter with %select{no |}4default argument|" 156 "template parameter with default argument}3">; 162 "unnamed template parameter %2|" 163 "template parameter %2|" 164 "template parameter with %select{no |}2default argument|" 165 "template parameter with different default argument}1">; 208 "that has %6 parameter%s6|" 210 "with %ordinal6 parameter of type %7%select{| decayed from %9}8|" [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 165 Each of these macros defines a parameter of the specified B<I<TYPE>> with the 166 provided I<key> and parameter variable I<address>. 171 A parameter with name I<key> is defined. 172 The storage for this parameter is at I<address> and is of I<size> bytes. 174 OSSL_PARAM_END provides an end of parameter list marker. 185 A parameter with name I<key> is created. 186 The parameter will use storage pointed to by I<buf> and return size of I<ret>. 190 A parameter with name I<key>, storage I<buf>, size I<bsize> and return 195 A parameter with name I<key>, storage I<buf> and size I<bsize> is created. 201 A parameter with name I<key>, storage I<buf> and size I<bsize> is created. [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/ |
| H A D | des_enc.m4 | 113 ! Loads key first round from address in parameter 5 to out0, out1. 119 ! parameter 1 left 120 ! parameter 2 right 121 ! parameter 3 result left (modify in first round) 122 ! parameter 4 result right (use in first round) 123 ! parameter 5 key address 124 ! parameter 6 1/2 for include encryption/decryption 125 ! parameter 7 1 for move in1 to in3 126 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3 127 ! parameter 9 1 for load ks3 and ks2 to in4 and in3 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/asm/ |
| H A D | des_enc.m4 | 111 ! Loads key first round from address in parameter 5 to out0, out1. 117 ! parameter 1 left 118 ! parameter 2 right 119 ! parameter 3 result left (modify in first round) 120 ! parameter 4 result right (use in first round) 121 ! parameter 5 key address 122 ! parameter 6 1/2 for include encryption/decryption 123 ! parameter 7 1 for move in1 to in3 124 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3 125 ! parameter 9 1 for load ks3 and ks2 to in4 and in3 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-signature.pod | 185 The parameter I<provctx> is the provider context generated during provider 186 initialisation (see L<provider(7)>). The I<propq> parameter is a property query 191 context in the I<ctx> parameter. 195 the I<ctx> parameter and return the duplicate copy. 200 signature context in the I<ctx> parameter, and a pointer to a provider key object 201 in the I<provkey> parameter. 210 parameter. 211 The data to be signed is pointed to be the I<tbs> parameter which is I<tbslen> 214 to by the I<sig> parameter and it should not exceed I<sigsize> bytes in length. 222 a provider side signature context in the I<ctx> parameter, and a pointer to a [all …]
|
| H A D | EVP_MAC-HMAC.pod | 30 The following parameter can be set with EVP_MAC_CTX_set_params(): 37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>. 46 This must be given together with the digest naming parameter ("digest", or 64 =for comment The "flags" parameter is passed directly to HMAC_CTX_set_flags(). 66 The following parameter can be retrieved with EVP_MAC_CTX_get_params(): 72 The "size" parameter can also be retrieved with EVP_MAC_CTX_get_mac_size(). 73 The length of the "size" parameter is equal to that of an B<unsigned int>. 81 Gets the MAC block size. The "block-size" parameter can also be retrieved with
|
| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A D | main.cf | 4 # of all parameters. For the syntax, and for a complete parameter 7 # TIP: use the command "postconf -n" to view main.cf parameter 8 # settings, "postconf parametername" to view a specific parameter, 9 # and "postconf 'parametername=value'" to set a specific parameter. 43 # The soft_bounce parameter provides a limited safety net for 45 # would otherwise bounce. This parameter disables locally-generated 61 # The command_directory parameter specifies the location of all 66 # The daemon_directory parameter specifies the location of all Postfix 72 # The data_directory parameter specifies the location of Postfix-writable 80 # The mail_owner parameter specifies the owner of the Postfix queue [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | postconf.html.prolog | 32 <li> <p> Each logical line is in the form "parameter = value". 42 <li> <p> A parameter value may refer to other parameters. </p> 47 replaced with the value of the named parameter. The parameter name 49 An undefined parameter value is replaced with the empty value. </p> 52 replaced with "value" when "$name" is non-empty. The parameter name 58 replaced with "value" when "$name" is empty. The parameter name must 66 "value2". The parameter name must contain only characters from the 77 <li> <p> Each "value" is subject to recursive named parameter and 89 <li> <p> When the same parameter is defined multiple times, only 92 <li> <p> Otherwise, the order of main.cf parameter definitions does [all …]
|
| H A D | mysql_table | 95 # This parameter supports the following '%' expansions: 115 # \fBquery\fR parameter identically to their lower-case counter-parts. 116 # With the \fBresult_format\fR parameter (see below), they expand the 128 # The \fBdomain\fR parameter described below limits the input 130 # parameter is non-empty, SQL queries for unqualified addresses 134 # This parameter is available with Postfix 2.2. In prior releases 149 # parameter is not specified. 151 # NOTE: DO NOT put quotes around the query parameter. 154 # to append (or prepend) text to the result. This parameter supports 184 # and parameter explained below allows one to restrict the number [all …]
|
| /netbsd-src/sbin/iscsictl/ |
| H A D | iscsic_daemonif.c | 76 res = (iscsid_add_target_rsp_t *)(void *)rsp->parameter; in do_add_target() 151 GET_SYM_ID(req.id.id, rsp->parameter); in do_remove_target() 204 GET_SYM_ID(req.id[0], rsp->parameter); in do_refresh() 328 res = (iscsid_add_portal_rsp_t *)(void *)rsp->parameter; in add_portal() 365 targ = (iscsid_get_target_rsp_t *)(void *)trsp->parameter; in show_target() 386 port = (iscsid_get_portal_rsp_t *)(void *)prsp->parameter; in show_target() 431 list = (iscsid_get_list_rsp_t *)(void *)rsp->parameter; in do_list_targets() 534 res = (iscsid_add_isns_server_rsp_t *)(void *)rsp->parameter; in add_isns_server() 572 GET_SYM_ID(req.id, rsp->parameter); in remove_isns_server() 636 list = (iscsid_get_list_rsp_t *)(void *)rsp->parameter; in list_isns_servers() [all …]
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/man/man8/ |
| H A D | tpm_nvwrite.pod | 55 =item B<-i, --index> (optional parameter) 58 The parameter may either be a decimal number or a hexadecimal number starting with '0x'. 62 The number of bytes to write to the NVRAM area. This parameter may be used to truncating 64 The parameter may either be a decimal number or a hexadecimal number starting with '0x'. 66 =item B<-n, --offset> (optional parameter) 69 The parameter may either be a decimal number or a hexadecimal number starting with '0x'. 71 =item B<-f, --filename> (optional parameter) 75 =item B<-d, --data> (optional parameter) 79 =item B<-m, --fill-value> (optional parameter)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
| H A D | cms_pwri.c | 98 encalg->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password() 99 if (!encalg->parameter) { in CMS_add0_recipient_password() 103 if (EVP_CIPHER_param_to_asn1(ctx, encalg->parameter) <= 0) { in CMS_add0_recipient_password() 132 pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password() 133 if (pwri->keyEncryptionAlgorithm->parameter == NULL) in CMS_add0_recipient_password() 137 &pwri->keyEncryptionAlgorithm->parameter-> in CMS_add0_recipient_password() 140 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password() 305 algtmp->parameter); in cms_RecipientInfo_pwri_crypt() 329 if (EVP_CIPHER_asn1_to_param(kekctx, kekalg->parameter) <= 0) { in cms_RecipientInfo_pwri_crypt() 341 algtmp->parameter, kekctx, en_de) < 0) { in cms_RecipientInfo_pwri_crypt()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
| H A D | cms_dh.c | 109 if (alg->parameter->type != V_ASN1_SEQUENCE) in dh_cms_set_shared_info() 112 p = alg->parameter->value.sequence->data; in dh_cms_set_shared_info() 113 plen = alg->parameter->value.sequence->length; in dh_cms_set_shared_info() 130 if (EVP_CIPHER_asn1_to_param(kekctx, kekalg->parameter) <= 0) in dh_cms_set_shared_info() 282 wrap_alg->parameter = ASN1_TYPE_new(); in dh_cms_encrypt() 283 if (wrap_alg->parameter == NULL) in dh_cms_encrypt() 285 if (EVP_CIPHER_param_to_asn1(ctx, wrap_alg->parameter) <= 0) in dh_cms_encrypt() 287 if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) { in dh_cms_encrypt() 288 ASN1_TYPE_free(wrap_alg->parameter); in dh_cms_encrypt() 289 wrap_alg->parameter = NULL; in dh_cms_encrypt()
|