| /NextBSD/contrib/gdb/include/ |
| HD | hp-symtab.h | 148 unsigned int extension: 1; member 164 unsigned int extension: 1; member 307 unsigned int extension: 1; member 334 unsigned int extension: 1; member 384 unsigned int extension: 1; member 421 unsigned int extension: 1; member 446 unsigned int extension: 1; member 482 unsigned int extension: 1; member 522 unsigned int extension: 1; member 561 unsigned int extension: 1; member [all …]
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set_custom_cli_ext.pod | 5 SSL_CTX_add_client_custom_ext, SSL_CTX_add_server_custom_ext - custom TLS extension handling 42 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS client 43 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 46 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS server 47 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 50 In both cases the extension type must not be handled by OpenSSL internally 53 SSL_extension_supported() returns 1 if the extension B<ext_type> is handled 58 The callback B<add_cb> is called to send custom extension data to be 60 B<ext_type> parameter is set to the extension type which will be added and 61 B<add_arg> to the value set when the extension handler was added. [all …]
|
| HD | SSL_CTX_use_serverinfo.pod | 5 SSL_CTX_use_serverinfo, SSL_CTX_use_serverinfo_file - use serverinfo extension 19 A "serverinfo" extension is returned in response to an empty ClientHello 24 sequence of bytes. Each extension must consist of a 2-byte Extension Type, 28 B<file> into B<ctx>. The extensions must be in PEM format. Each extension 30 bytes of extension_data. Each PEM extension name must begin with the phrase
|
| /NextBSD/crypto/openssl/apps/ |
| HD | oid.cnf | 1 2.99999.1 SET.ex1 SET x509v3 extension 1 2 2.99999.2 SET.ex2 SET x509v3 extension 2 3 2.99999.3 SET.ex3 SET x509v3 extension 3 4 2.99999.4 SET.ex4 SET x509v3 extension 4 5 2.99999.5 SET.ex5 SET x509v3 extension 5 6 2.99999.6 SET.ex6 SET x509v3 extension 6
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | x509v3_config.pod | 7 x509v3_config - X509 V3 certificate extension configuration format 14 Typically the application will contain an option to point to an extension 15 section. Each line of the extension section takes the form: 19 If B<critical> is present then the extension will be critical. 23 There are four main types of extension: I<string> extensions, I<multi-valued> 49 The syntax of raw extensions is governed by the extension code: it can 51 use is defined by the extension code itself: check out the certificate 52 policies extension for an example. 54 If an extension type is unsupported then the I<arbitrary> extension syntax 59 The following sections describe each supported extension in detail. [all …]
|
| HD | x509.pod | 420 extension section format. 629 retain default extension behaviour: attempt to print out unsupported certificate extensions. 741 name extension. Only unique email addresses will be printed out: it will 754 The basicConstraints extension CA flag is used to determine whether the 759 If the basicConstraints extension is absent then the certificate is 770 If the keyUsage extension is present then additional restraints are 772 keyCertSign bit set if the keyUsage extension is present. 774 The extended key usage extension places additional restrictions on the 775 certificate uses. If this extension is present (whether critical or not) 787 The extended key usage extension must be absent or include the "web client [all …]
|
| /NextBSD/crypto/openssl/doc/ |
| HD | openssl.txt | 6 OpenSSL X509V3 extension configuration 12 OpenSSL X509V3 extension configuration 15 OpenSSL X509V3 extension configuration: preliminary documentation. 19 For OpenSSL 0.9.2 the extension code has be considerably enhanced. It is now 43 will give information in the extension printout, for example: 59 The OpenSSL utilities 'ca' and 'req' can now have extension sections listing 65 extension section is used when the -x509 option is present to create a 82 You can add any extension to a CRL but of the supported extensions only 92 several extension sections used for different purposes you can have a line: 104 the use of the critical option makes the extension critical. Extreme caution [all …]
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | functional | 57 * This file is a GNU extension to the Standard C++ Library (possibly 79 * standard; SGI provided them as an extension. Its argument is an 87 /// An \link SGIextensions SGI extension \endlink. 93 /// An \link SGIextensions SGI extension \endlink. 100 /** As an extension to the binders, SGI provided composition functors and 126 /// An \link SGIextensions SGI extension \endlink. 145 /// An \link SGIextensions SGI extension \endlink. 151 /// An \link SGIextensions SGI extension \endlink. 172 /// An \link SGIextensions SGI extension \endlink. 181 /** As an extension, SGI provided a functor called @c identity. When a [all …]
|
| D | algorithm | 57 * This file is a GNU extension to the Standard C++ Library (possibly 114 * This is an SGI extension. 197 * This is an SGI extension. 222 // in the HP STL, and is retained as an extension for backward compatibility. 261 * This is an SGI extension. 295 * This is an SGI extension. 383 * This is an SGI extension. 405 * This is an SGI extension. 430 * This is an SGI extension. 449 * This is an SGI extension. [all …]
|
| D | numeric | 57 * This file is a GNU extension to the Standard C++ Library (possibly 108 * This is an SGI extension. 112 // Alias for the internal name __power. Note that power is an extension, 120 * This is an SGI extension. 130 * This is an SGI extension. 134 // iota is not part of the C++ standard. It is an extension.
|
| /NextBSD/contrib/tcsh/nls/french/ |
| HD | set9 | 4 1 AddXkey: touche d'extension nulle pas autorisé.\n 6 3 DeleteXkey: touche d'extension nulle pas autorisé.\n 7 4 Touche d'extension pas définie "%S"\n 8 5 Certaines touches d'extension trop longues pour tampon d'impression interne
|
| /NextBSD/libexec/rtld-aout/ |
| HD | shlib.c | 274 char *extension; in search_lib_dir() local 282 extension = dp->d_name + 3 + namelen + 1; /* a or so.* */ in search_lib_dir() 284 if(strncmp(extension, "so.", 3) == 0) { in search_lib_dir() 288 cur_ndewey = getdewey(cur_dewey, extension+3); in search_lib_dir() 310 } else if(do_dot_a && strcmp(extension, "a") == 0) in search_lib_dir()
|
| /NextBSD/contrib/tcsh/ |
| HD | tw.color.c | 102 Str extension; /* file extension */ member 228 if (getstring(&c, &v, &e->extension, '=') && in parseLS_COLORS() 229 0 < e->extension.len) { in parseLS_COLORS() 309 if (len >= extensions[i].extension.len in print_color() 310 && strncmp(last - extensions[i].extension.len, in print_color() 311 extensions[i].extension.s, in print_color() 312 extensions[i].extension.len) == 0) { in print_color()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticParseKinds.td | 48 "extra ';' outside of a function is a C++11 extension">, 61 "complex integer types are a GNU extension">, InGroup<GNUComplexInteger>; 69 "type nullability specifier %0 is a Clang extension">, 70 InGroup<DiagGroup<"nullability-extension">>; 90 "commas at the end of enumerator lists are a C++11 extension">, 100 "enumeration types with a fixed underlying type are a C++11 extension">, 103 "enumeration types with a fixed underlying type are a Microsoft extension">, 112 "%0 applied to an expression is a GNU extension">, InGroup<GNUAlignofExpression>; 137 "use of GNU indirect-goto extension">, InGroup<GNULabelsAsValue>; 139 "use of GNU address-of-label extension">, InGroup<GNULabelsAsValue>; [all …]
|
| /NextBSD/contrib/unbound/libunbound/python/doc/ |
| HD | install.rst | 20 You need GNU make to compile sources; SWIG and Python devel libraries to compile extension module. 25 If the compilation is successful, you can test the python LDNS extension module by:: 31 …In contrib/examples you can find simple applications written in Python using the Unbound extension.
|
| /NextBSD/contrib/byacc/ |
| HD | configure.in | 40 AC_MSG_CHECKING(if backtracking extension is wanted) 43 [turn on support for the btyacc backtracking extension (default: no)])]) 46 AC_DEFINE(YYBTYACC,1,[Define to 1 to enable backtracking extension])
|
| /NextBSD/crypto/openssl/crypto/dso/ |
| HD | dso_dl.c | 308 static const char extension[] = ".sl"; variable 310 static const char extension[] = ".so"; variable 322 rsize += strlen(extension); /* The length of ".s?" */ in dl_name_converter() 333 sprintf(translated, "lib%s%s", filename, extension); in dl_name_converter() 335 sprintf(translated, "%s%s", filename, extension); in dl_name_converter()
|
| /NextBSD/contrib/gcc/ |
| HD | see.c | 671 see_get_extension_reg (rtx extension, bool return_dest_reg) in see_get_extension_reg() argument 678 if (GET_CODE (PATTERN (extension)) == PARALLEL) in see_get_extension_reg() 681 set = single_set (extension); in see_get_extension_reg() 719 see_get_extension_data (rtx extension, enum machine_mode *source_mode) in see_get_extension_data() argument 723 if (!extension || !INSN_P (extension)) in see_get_extension_data() 727 if (GET_CODE (PATTERN (extension)) == PARALLEL) in see_get_extension_data() 730 set = single_set (extension); in see_get_extension_data() 770 rtx extension = NULL; in see_gen_normalized_extension() local 779 extension = gen_rtx_SIGN_EXTEND (GET_MODE (reg), subreg); in see_gen_normalized_extension() 781 extension = gen_rtx_ZERO_EXTEND (GET_MODE (reg), subreg); in see_gen_normalized_extension() [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL | 107 2.1. connection: Channel write close extension "eow@openssh.com" 121 OpenSSH implements a channel extension message to perform this 146 2.2. connection: disallow additional sessions extension 174 2.3. connection: Tunnel forward extension "tun@openssh.com" 250 3.2. sftp: Server extension announcement in SSH_FXP_VERSION 253 standard extension announcement mechanism in the SSH_FXP_VERSION server 265 Each extension reports its integer version number as an ASCII encoded 266 string, e.g. "1". The version will be incremented if the extension is 268 extension with multiple versions (though this is unlikely). Clients MUST 269 check the version number before attempting to use the extension. [all …]
|
| /NextBSD/cddl/contrib/dtracetoolkit/Php/ |
| HD | Readme | 4 DTrace extension module to be installed and enabled. 15 1. Download the extension library from the URL above 18 extension="dtrace.so"
|
| /NextBSD/sys/dev/hyperv/netvsc/ |
| HD | hv_rndis_filter.c | 334 rndis_dev = net_dev->extension; in hv_rf_send_offload_request() 465 if (net_dev->extension == NULL) { in hv_rf_on_receive() 470 rndis_dev = (rndis_device *)net_dev->extension; in hv_rf_on_receive() 852 net_dev->extension = rndis_dev; in hv_rf_on_device_add() 903 rndis_device *rndis_dev = (rndis_device *)net_dev->extension; in hv_rf_on_device_remove() 910 net_dev->extension = NULL; in hv_rf_on_device_remove() 927 return (hv_rf_open_device((rndis_device *)net_dev->extension)); in hv_rf_on_open() 939 return (hv_rf_close_device((rndis_device *)net_dev->extension)); in hv_rf_on_close()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | windows | 171 !:mime application/x-wine-extension-ini 181 #!:mime application/x-wine-extension-inf 188 !:mime application/x-wine-extension-ini 192 !:mime application/x-wine-extension-ini 194 !:mime application/x-wine-extension-ini 198 !:mime application/x-wine-extension-ini 201 !:mime application/x-wine-extension-ini 204 !:mime application/x-wine-extension-ini 207 !:mime application/x-wine-extension-ini 236 #!:mime application/x-wine-extension-ini
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | X509_STORE_CTX_get_error.pod | 218 extension does not permit certificate signing. This is only set if issuer check 222 =item B<X509_V_ERR_INVALID_EXTENSION: invalid or inconsistent certificate extension> 224 A certificate extension had an invalid value (for example an incorrect 228 =item B<X509_V_ERR_INVALID_POLICY_EXTENSION: invalid or inconsistent certificate policy extension> 230 A certificate policies extension had an invalid value (for example an incorrect 243 =item B<X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE: Unsupported extension feature> 245 Some feature of a certificate extension is not supported. Unused. 257 A certificate name constraints extension included a minimum or maximum field: 269 a garbage extension or some new feature not currently supported.
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-arc.texi | 160 This specifies an extension auxiliary register called @emph{mulhi} 180 Specifies an extension core register @var{name} for the application. 205 This defines an extension core register mlo with the value 57 which 210 The ARCtangent A4 allows the user to specify extension instructions. 211 The extension instructions are not macros. The assembler creates 217 Name of the extension instruction 231 conditional suffixes and flag setting by the extension instruction. 283 The above specifies an extension instruction called mp64 which has 3 operands,
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | ssl_rsa.c | 942 unsigned char *extension = 0; in SSL_CTX_use_serverinfo_file() local 968 if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) in SSL_CTX_use_serverinfo_file() 995 || (extension[2] << 8) + extension[3] != extension_length - 4) { in SSL_CTX_use_serverinfo_file() 1006 memcpy(serverinfo + serverinfo_length, extension, extension_length); in SSL_CTX_use_serverinfo_file() 1013 OPENSSL_free(extension); in SSL_CTX_use_serverinfo_file() 1014 extension = NULL; in SSL_CTX_use_serverinfo_file() 1022 OPENSSL_free(extension); in SSL_CTX_use_serverinfo_file()
|