/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/ |
H A D | stdheader.cc | 20 Map headers; variable 29 headers["bitset.h"] = "bitset"; in init_map() 32 headers["deque.h"] = "deque"; in init_map() 33 headers["deque.tcc"] = "deque"; in init_map() 39 headers["basic_ios.h"] = "ios"; in init_map() 40 headers["basic_ios.tcc"] = "ios"; in init_map() 41 headers["ios.h"] = "ios"; in init_map() 60 headers["map.h"] = "map"; in init_map() 61 headers["multimap.h"] = "map"; in init_map() 148 Map::iterator word = headers.find(p); in do_word() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
H A D | stdheader.cc | 20 Map headers; variable 28 headers["alloc.h"] = "memory"; in init_map() 29 headers["basic_ios.h"] = "ios"; in init_map() 30 headers["basic_ios.tcc"] = "ios"; in init_map() 31 headers["basic_string.h"] = "string"; in init_map() 45 headers["ios.h"] = "ios"; in init_map() 58 headers["map.h"] = "map"; in init_map() 60 headers["multimap.h"] = "map"; in init_map() 61 headers["multiset.h"] = "set"; in init_map() 130 Map::iterator word = headers.find(p); in do_word() [all …]
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | CMakeLists.txt | 413 # Core/common headers 470 COMPONENT core-resource-headers) 482 COMPONENT arm-resource-headers) 494 COMPONENT cuda-resource-headers) 500 COMPONENT cuda-resource-headers) 512 COMPONENT hip-resource-headers) 524 COMPONENT mips-resource-headers) 530 COMPONENT ppc-resource-headers) 536 COMPONENT ppc-resource-headers) 560 COMPONENT ve-resource-headers) [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-bout.c | 120 object_headers *headers; 135 headers->header.a_tload = 0; 136 headers->header.a_dload = 142 md_number_to_chars (*where, headers->header.a_magic, sizeof (headers->header.a_magic)); 144 md_number_to_chars (*where, headers->header.a_text, sizeof (headers->header.a_text)); 146 md_number_to_chars (*where, headers->header.a_data, sizeof (headers->header.a_data)); 148 md_number_to_chars (*where, headers->header.a_bss, sizeof (headers->header.a_bss)); 150 md_number_to_chars (*where, headers->header.a_syms, sizeof (headers->header.a_syms)); 152 md_number_to_chars (*where, headers->header.a_entry, sizeof (headers->header.a_entry)); 158 md_number_to_chars (*where, headers->header.a_tload, sizeof (headers->header.a_tload)); [all …]
|
H A D | obj-aout.c | 271 object_headers *headers; 273 tc_headers_hook (headers); 276 md_number_to_chars (*where, headers->header.a_info, sizeof (headers->header.a_info)); 278 md_number_to_chars (*where, headers->header.a_text, sizeof (headers->header.a_text)); 280 md_number_to_chars (*where, headers->header.a_data, sizeof (headers->header.a_data)); 282 md_number_to_chars (*where, headers->header.a_bss, sizeof (headers->header.a_bss)); 284 md_number_to_chars (*where, headers->header.a_syms, sizeof (headers->header.a_syms)); 286 md_number_to_chars (*where, headers->header.a_entry, sizeof (headers->header.a_entry)); 295 append (where, (char *) &headers->header, sizeof (headers->header)); 444 object_headers *headers; in obj_crawl_symbol_chain() [all …]
|
H A D | obj-hp300.c | 25 hp300_header_append (where, headers) in hp300_header_append() argument 27 object_headers *headers; 29 tc_headers_hook (headers); 33 md_number_to_chars (*where, headers->header.FIELD, sizeof (headers->header.FIELD)); \ 34 *where += sizeof (headers->header.FIELD); \
|
/openbsd/sys/net/ |
H A D | pfkeyv2.c | 487 if (headers[i]) in pfkeyv2_sendmessage() 507 bcopy(headers[i], p, EXTLEN(headers[i])); in pfkeyv2_sendmessage() 1013 bzero(headers, sizeof(headers)); in pfkeyv2_dump_walker() 1152 bzero(headers, sizeof(headers)); in pfkeyv2_dosend() 2190 bzero(headers, sizeof(headers)); in pfkeyv2_acquire() 2194 headers[0] = p; in pfkeyv2_acquire() 2390 bzero(headers, sizeof(headers)); in pfkeyv2_expire() 2394 headers[0] = p; in pfkeyv2_expire() 2467 bzero(headers, sizeof(headers)); in pfkeyv2_sysctl_walker() 2604 headers); in pfkeyv2_dump_policy() [all …]
|
/openbsd/gnu/llvm/compiler-rt/include/ |
H A D | CMakeLists.txt | 76 # Install sanitizer headers. 78 COMPONENT compiler-rt-headers 81 # Install fuzzer headers. 83 COMPONENT compiler-rt-headers 86 # Install memprof headers. 93 # Install xray headers. 95 COMPONENT compiler-rt-headers 98 # Install ORC headers. 100 COMPONENT compiler-rt-headers 103 # Install profile headers. [all …]
|
/openbsd/gnu/llvm/libcxx/cmake/Modules/ |
H A D | HandleLibCXXABI.cmake | 6 # headers of the selected ABI library. 23 # get access to those headers (and only those). 32 foreach(header ${headers}) 86 add_library(libcxx-abi-headers INTERFACE) 99 add_library(libcxx-abi-headers INTERFACE) 112 add_library(libcxx-abi-headers INTERFACE) 113 target_link_libraries(libcxx-abi-headers INTERFACE cxxabi-headers) 134 add_library(libcxx-abi-headers INTERFACE) 154 add_library(libcxx-abi-headers INTERFACE) 168 add_library(libcxx-abi-headers INTERFACE) [all …]
|
/openbsd/gnu/llvm/libcxxabi/include/ |
H A D | CMakeLists.txt | 16 add_custom_target(generate-cxxabi-headers ALL DEPENDS ${_all_includes}) 18 add_library(cxxabi-headers INTERFACE) 19 add_dependencies(cxxabi-headers generate-cxxabi-headers) 20 target_include_directories(cxxabi-headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}") 27 COMPONENT cxxabi-headers 32 add_custom_target(install-cxxabi-headers 33 DEPENDS cxxabi-headers 35 -DCMAKE_INSTALL_COMPONENT=cxxabi-headers 37 # Stripping is a no-op for headers 38 add_custom_target(install-cxxabi-headers-stripped DEPENDS install-cxxabi-headers)
|
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/ |
H A D | Tiny.pm | 262 my $headers = {}; 272 headers => { 273 %$headers, 309 my $headers = {}; 313 $args->{headers} = $headers; 481 headers => { 643 headers => {}, 794 headers => { 947 my $headers = $response->{headers}; 1299 $headers ||= {}; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | Configure.pm | 282 for $h (@headers) { 308 grep($_,@headers); 475 my($code,@headers) = @_; 573 my($symbol,@headers) = @_; 667 my(@headers) = @_; 668 @headers = FindHeader(@headers); 671 map($seen{$_}=1,@headers); 672 while(@headers) { 673 $_=shift(@headers); 826 @headers = CheckHSymbol($function,@headers); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
H A D | 160_cookies.t | 36 my %headers = hashify( $case->{headers} ); 39 if( exists $headers{Cookie} ) { 40 my $cookies = delete $headers{Cookie}; 44 if( exists $headers{'No-Cookie-Jar'} ) { 45 delete $headers{'No-Cookie-Jar'}; 50 $options{headers} = \%headers if %headers;
|
H A D | 020_headers.t | 47 my $headers = { foo => ['Foo', 'Baz'], bar => 'Bar' }; 48 $handle->write_header_lines($headers); 50 is_deeply($handle->read_header_lines, $headers, "roundtrip header lines"); 56 my $headers = { foo => ['Foo', 'Baz'], bar => 'Bar', baz => '' }; 57 $handle->write_header_lines($headers); 59 is_deeply($handle->read_header_lines, $headers, "roundtrip header lines");
|
H A D | 101_head.t | 27 my %headers; 28 for my $line ( @{ $case->{headers} } ) { 30 $headers{$k} = $v; 32 $options{headers} = \%headers if %headers;
|
H A D | 103_delete.t | 27 my %headers; 28 for my $line ( @{ $case->{headers} } ) { 30 $headers{$k} = $v; 32 $options{headers} = \%headers if %headers;
|
/openbsd/gnu/llvm/libunwind/include/ |
H A D | CMakeLists.txt | 12 add_library(unwind-headers INTERFACE) 13 target_include_directories(unwind-headers INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) 20 COMPONENT unwind-headers 26 add_custom_target(install-unwind-headers 27 DEPENDS unwind-headers 29 -DCMAKE_INSTALL_COMPONENT=unwind-headers 31 add_custom_target(install-unwind-headers-stripped DEPENDS install-unwind-headers)
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 149 nghttp2_nv headers[5]; in submit_query() local 181 headers[0].name = (uint8_t*)":method"; in submit_query() 183 headers[0].value = (uint8_t*)"POST"; in submit_query() 185 headers[0].value = (uint8_t*)"GET"; in submit_query() 186 headers[1].name = (uint8_t*)":path"; in submit_query() 192 headers[2].value = (uint8_t*)"http"; in submit_query() 199 for(i=0; i<sizeof(headers)/sizeof(headers[0]); i++) { in submit_query() 200 headers[i].namelen = strlen((char*)headers[i].name); in submit_query() 201 headers[i].valuelen = strlen((char*)headers[i].value); in submit_query() 203 printf("%s: %s\n", headers[i].name, headers[i].value); in submit_query() [all …]
|
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | HeaderRemovalPolicy.rst | 8 Libc++ is in the process of splitting larger headers into smaller modular 9 headers. This makes it possible to remove these large headers from other 10 headers. For example, instead of including ``<algorithm>`` entirely it is 11 possible to only include the headers for the algorithms used. When the 12 Standard indirectly adds additional header includes, using the smaller headers 13 aids reducing the growth of top-level headers. For example ``<atomic>`` uses 15 requires ``<format>`` which adds several other headers (like ``<string>``, 18 The benefit of using minimal headers is that the size of libc++'s top-level 19 headers becomes smaller. This improves the compilation time when users include 21 to port headers to platforms with reduced functionality. [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | HEADER_POLICY | 6 headers it defines. It offers no advice on how to arrange headers 47 The number of standard headers makes testing all permutations of 56 Therefore, headers used in building the library are always of the 60 Standard headers <xxx> are all placed under directory std/, and 61 are ignored except during installation. These headers simply 66 headers, they first include all the headers required for that 70 intended for standard headers among two or more files, and then 147 Of course splitting up standard headers this way creates 151 Another reason to split up headers is for support of separate 161 Only standard headers <bits/std_xxxx.h> should sub-include [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | HEADER_POLICY | 6 headers it defines. It offers no advice on how to arrange headers 47 The number of standard headers makes testing all permutations of 56 Therefore, headers used in building the library are always of the 60 Standard headers <xxx> are all placed under directory std/, and 61 are ignored except during installation. These headers simply 66 headers, they first include all the headers required for that 70 intended for standard headers among two or more files, and then 147 Of course splitting up standard headers this way creates 151 Another reason to split up headers is for support of separate 161 Only standard headers <bits/std_xxxx.h> should sub-include [all …]
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/ |
H A D | BUILD.gn | 25 # This target reaches into the internal headers of LLVM's AArch64 library. 27 # tblgen-generated headers used only in internal headers (...which this 29 # those headers here. 39 # This target reaches into the internal headers of LLVM's X86 library. 41 # tblgen-generated headers used only in internal headers (...which this 43 # those headers here.
|
/openbsd/gnu/llvm/clang/tools/include-mapping/ |
H A D | cppreference_parser.py | 22 def __init__(self, name, namespace, headers): argument 29 self.headers = headers 50 headers = set() 70 headers.update(current_headers) 85 return headers or all_headers 158 for name, headers in sorted(symbol_headers.items(), key=lambda t : t[0]): 159 symbols.append(Symbol(name, namespace, list(headers)))
|
/openbsd/gnu/llvm/lldb/cmake/modules/ |
H A D | LLDBFramework.cmake | 71 # At configuration time, collect headers for the framework bundle and copy them 95 add_custom_target(liblldb-resource-headers DEPENDS ${lldb_staged_headers}) 96 set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "lldb misc") 97 add_dependencies(liblldb liblldb-resource-headers) 99 # At build time, copy the staged headers into the framework bundle (and do 104 COMMENT "LLDB.framework: copy framework headers" 107 # Copy vendor-specific headers from clang (without staging). 109 if (TARGET clang-resource-headers) 110 add_dependencies(liblldb clang-resource-headers) 111 … set(clang_resource_headers_dir $<TARGET_PROPERTY:clang-resource-headers,RUNTIME_OUTPUT_DIRECTORY>) [all …]
|
/openbsd/lib/libcrypto/asn1/ |
H A D | asn_mime.c | 432 STACK_OF(MIME_HEADER) *headers = NULL; in SMIME_read_ASN1() 442 if (!(headers = mime_parse_hdr(bio))) { in SMIME_read_ASN1() 474 if (!(headers = mime_parse_hdr(asnin))) { in SMIME_read_ASN1() 577 STACK_OF(MIME_HEADER) *headers; in SMIME_text() 580 if (!(headers = mime_parse_hdr(in))) { in SMIME_text() 676 STACK_OF(MIME_HEADER) *headers; in STACK_OF() 679 headers = sk_MIME_HEADER_new(mime_hdr_cmp); in STACK_OF() 680 if (!headers) in STACK_OF() 715 if (sk_MIME_HEADER_push(headers, in STACK_OF() 770 if (sk_MIME_HEADER_push(headers, mhdr) == 0) in STACK_OF() [all …]
|