| /freebsd-12-stable/contrib/gdb/include/ |
| D | 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 …]
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_extension_supported.pod | 9 - custom TLS extension handling 72 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server 73 for all supported protocol versions with extension type B<ext_type> and 76 which messages and under what conditions the extension will be added/parsed (see 79 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client 80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 88 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server 89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 95 RFC5246 et al. It is B<not> a NID. In all cases the extension type must not be 98 SSL_extension_supported() returns 1 if the extension B<ext_type> is handled [all …]
|
| D | X509V3_get_d2i.pod | 9 X509_REVOKED_add1_ext_i2d - X509 extension decode and encode functions 41 X509V3_get_ext_d2i() looks for an extension with OID B<nid> in the extensions 43 occurrence of an extension is permissible otherwise the first extension after 44 index B<*idx> is returned and B<*idx> updated to the location of the extension. 46 extension occurs multiple times (this is only returned if B<idx> is B<NULL>), 47 -1 if the extension could not be found, 0 if the extension is found and is 48 not critical and 1 if critical. A pointer to an extension specific structure 51 X509V3_add1_i2d() adds extension B<value> to STACK B<*x> (allocating a new 55 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension 56 B<ext> and returns a pointer to an extension specific structure or B<NULL> [all …]
|
| D | X509_EXTENSION_set_object.pod | 8 X509_EXTENSION_get_critical, X509_EXTENSION_get_data - extension utility 30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The 34 B<crit> is zero the extension in non-critical otherwise it is critical. 36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The 39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>, 40 criticality B<crit> using data B<data>. The created extension is returned and 41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex> 46 except it creates and extension using B<obj> instead of a NID. 48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an 52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it [all …]
|
| D | X509v3_get_ext_by_NID.pod | 14 X509_REVOKED_add_ext - extension stack utility functions 62 X509v3_get_ext() retrieves extension B<loc> from B<x>. The index B<loc> 64 extension is an internal pointer which B<must not> be freed up by the 67 X509v3_get_ext_by_NID() and X509v3_get_ext_by_OBJ() look for an extension 68 with B<nid> or B<obj> from extension stack B<x>. The search starts from the 69 extension after B<lastpos> or from the beginning if <lastpos> is B<-1>. If 70 the extension is found its index is returned otherwise B<-1> is returned. 73 looks for an extension of criticality B<crit>. A zero value for B<crit> 74 looks for a non-critical extension a nonzero value looks for a critical 75 extension. [all …]
|
| D | X509_get_extension_flags.pod | 15 X509_get_proxy_pathlen - retrieve certificate extension data 37 X509_get_pathlen() retrieves the path length extension from a certificate. 38 This extension is used to limit the length of a cert chain that may be 52 The certificate contains a basic constraints extension. 68 The subject and issuer names match and extension values imply it is self 73 The freshest CRL extension is present in the certificate. 77 The certificate contains an unhandled critical extension. 81 Some certificate extension values are invalid or inconsistent. 94 The NID_certificate_policies certificate extension is invalid or 102 The certificate contains a key usage extension. The value can be retrieved [all …]
|
| D | SSL_CTX_use_serverinfo.pod | 8 - use serverinfo extension 26 "serverinfo" extension is returned in response to an empty ClientHello 37 extensions to be added to a Certificate message, then the extension will only 55 B<file> into B<ctx>. The extensions must be in PEM format. Each extension 57 PEM extension name must begin with the phrase "BEGIN SERVERINFOV2 FOR " for 61 SSL_CTX_use_certificate(), the serverinfo extension will be loaded into the 63 loaded serverinfo extension data will be loaded for that certificate. To 64 use the serverinfo extension for multiple certificates,
|
| D | OPENSSL_ia32cap.pod | 51 =item bit #57 denoting AES-NI instruction set extension; 58 =item bit #60 denoting AVX extension; 98 =item bit #64+16 denoting availability of AVX512F extension; 105 aka AVX512IFMA extension; 107 =item bit #64+29 denoting availability of SHA extension; 109 =item bit #64+30 denoting availability of AVX512BW extension; 111 =item bit #64+31 denoting availability of AVX512VL extension; 113 =item bit #64+41 denoting availability of VAES extension; 115 =item bit #64+42 denoting availability of VPCLMULQDQ extension; 125 extension code paths are actually assembled depends on current assembler [all …]
|
| /freebsd-12-stable/contrib/sendmail/libsmdb/ |
| D | smdb.c | 270 smdb_add_extension(full_name, max_full_name_len, db_name, extension) in smdb_add_extension() argument 274 char *extension; 279 if (full_name == NULL || db_name == NULL || extension == NULL) 282 extension_len = strlen(extension); 290 strcmp(&db_name[db_name_len - extension_len], extension) != 0) 292 db_name, extension); 315 smdb_lock_file(lock_fd, db_name, mode, sff, extension) in smdb_lock_file() argument 320 char *extension; 326 extension); 429 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info) in smdb_setup_file() argument [all …]
|
| /freebsd-12-stable/crypto/openssl/doc/man5/ |
| D | x509v3_config.pod | 5 x509v3_config - X509 V3 certificate extension configuration format 12 Typically the application will contain an option to point to an extension 13 section. Each line of the extension section takes the form: 17 If B<critical> is present then the extension will be critical. 21 There are four main types of extension: I<string> extensions, I<multi-valued> 47 The syntax of raw extensions is governed by the extension code: it can 49 use is defined by the extension code itself: check out the certificate 50 policies extension for an example. 52 If an extension type is unsupported then the I<arbitrary> extension syntax 57 The following sections describe each supported extension in detail. [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | OpenCLExtensions.def | 1 //===--- OpenCLExtensions.def - OpenCL extension list -----------*- C++ -*-===// 17 // an extension is core or optional core and minimum OpenCL version 18 // when an extension becomes available, 20 // ext - name of the extension or optional core feature. 21 // pragma - true if extension needs pragmas or false otherwise. 22 // NOTE: extension pragma without any documentation detailing 26 // core - OpenCL versions mask when the extension becomes core feature. 28 // opt - OpenCL versions mask when the extension becomes optional core 32 // define OPENCLEXTNAME(ext) where ext is the name of the extension. 38 // extension is defined if and only it either: [all …]
|
| D | BuiltinsRISCV.def | 20 // Zbb extension 24 // Zbc extension 29 // Zbe extension 38 // Zbp extension 52 // Zbr extension
|
| D | DiagnosticParseKinds.td | 48 "extra ';' outside of a function is a C++11 extension">, 86 "type nullability specifier %0 is a Clang extension">, 87 InGroup<DiagGroup<"nullability-extension">>; 101 "commas at the end of enumerator lists are a C++11 extension">, 111 "enumeration types with a fixed underlying type are a C++11 extension">, 114 "enumeration types with a fixed underlying type are a Microsoft extension">, 117 "enumeration types with a fixed underlying type are a Clang extension">, 118 InGroup<DiagGroup<"fixed-enum-extension">>; 133 "scoped enumerations are a C++11 extension">, InGroup<CXX11>; 145 "%0 applied to an expression is a GNU extension">, InGroup<GNUAlignofExpression>; [all …]
|
| /freebsd-12-stable/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.
|
| /freebsd-12-stable/contrib/tcsh/nls/french/ |
| D | set9 | 3 1 AddXkey: touche d'extension nulle pas autorisé.\n 5 3 DeleteXkey: touche d'extension nulle pas autorisé.\n 6 4 Touche d'extension pas définie "%S"\n 7 5 Certaines touches d'extension trop longues pour tampon d'impression interne
|
| /freebsd-12-stable/contrib/bearssl/src/ssl/ |
| D | ssl_hs_client.t0 | 357 \ Length of the Secure Renegotiation extension. This is 5 for the 359 \ extension), or 0 if we know that the server does not support the 360 \ extension. 364 \ Length of SNI extension. 368 \ Length of Maximum Fragment Length extension. 372 \ Length of Signatures extension. 394 \ Length of Supported Curves extension. 405 \ Length of Supported Point Formats extension. 409 \ Length of ALPN extension. 429 \ This does not take padding extension into account. [all …]
|
| /freebsd-12-stable/contrib/googletest/googletest/src/ |
| D | gtest-filepath.cc | 122 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() 123 const std::string dot_extension = std::string(".") + extension; in RemoveExtension() 184 const char* extension) { in MakeFileName() argument 187 file = base_name.string() + "." + extension; in MakeFileName() 190 + "." + extension; in MakeFileName() 286 const char* extension) { in GenerateUniqueFileName() argument 290 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
| /freebsd-12-stable/libexec/rtld-aout/ |
| D | shlib.c | 276 char *extension; in search_lib_dir() local 284 extension = dp->d_name + 3 + namelen + 1; /* a or so.* */ in search_lib_dir() 286 if(strncmp(extension, "so.", 3) == 0) { in search_lib_dir() 290 cur_ndewey = getdewey(cur_dewey, extension+3); in search_lib_dir() 312 } else if(do_dot_a && strcmp(extension, "a") == 0) in search_lib_dir()
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/ |
| D | gtest-filepath.h | 93 const char* extension); 111 const char* extension); 141 FilePath RemoveExtension(const char* extension) const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVScheduleB.td | 11 // Zba extension 15 // Zbb extension 31 // Zba extension 35 // Zbb extension
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tw.color.c | 151 Str extension; /* file extension */ member 368 if (getstring(&c, &v, &e->extension, '=') && in parseLS_COLORS() 369 0 < e->extension.len) { in parseLS_COLORS() 449 if (len >= extensions[i].extension.len in print_color() 450 && strncmp(last - extensions[i].extension.len, in print_color() 451 extensions[i].extension.s, in print_color() 452 extensions[i].extension.len) == 0) { in print_color()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kInstrInfo.td | 274 // word of extension. The address of the operand is the sum of the address in 276 // extension word. The reference is classified as a data reference with the 288 // of extension. The address of the operand is the sum of the address in the 290 // bits of the extension word, and the contents of the index register. 302 // ABSOLUTE SHORT ADDRESS. This addressing mode requires one word of extension. 303 // The address of the operand is the extension word. The 16-bit address is sign 311 // ABSOLUTE LONG ADDRESS. This addressing mode requires two words of extension. 312 // The address of the operand is developed by the concatenation of the extension 313 // words. The high order part of the address is the first extension word; the low 314 // order part of the address is the second extension word. The reference is [all …]
|
| /freebsd-12-stable/contrib/byacc/ |
| D | 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])
|