Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dstdheader.cc20 Map headers; variable
25 headers["algo.h"] = "algorithm"; in init_map()
26 headers["algobase.h"] = "algorithm"; in init_map()
27 headers["algorithm.h"] = "algorithm"; in init_map()
28 headers["heap.h"] = "algorithm"; in init_map()
29 headers["bitset.h"] = "bitset"; in init_map()
30 headers["complex.h"] = "complex"; in init_map()
32 headers["deque.h"] = "deque"; in init_map()
33 headers["deque.tcc"] = "deque"; in init_map()
34 headers["fstream.h"] = "fstream"; in init_map()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Dstdheader.cc20 Map headers; variable
25 headers["algo.h"] = "algorithm"; in init_map()
26 headers["algobase.h"] = "algorithm"; in init_map()
27 headers["algorithm.h"] = "algorithm"; in init_map()
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()
32 headers["basic_string.tcc"] = "string"; in init_map()
33 headers["bitset.h"] = "bitset"; in init_map()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A DCMakeLists.txt1 # core_files list contains the headers shared by all platforms.
2 # Please consider adding new platform specific headers
338 # Add headers to target specific lists
363 # Check if the generated headers are included in a target specific lists
364 # Currently, all generated headers are target specific.
373 "target specific header lists! The resource-headers "
385 # The catch-all clang-resource-headers target
386 add_custom_target("clang-resource-headers" ALL DEPENDS ${out_files})
387 set_target_properties("clang-resource-headers" PROPERTIES
390 add_dependencies("clang-resource-headers"
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-bout.c118 obj_header_append (where, headers) in obj_header_append() argument
120 object_headers *headers;
124 headers->header.a_talign = section_alignment[SEG_TEXT];
127 if (headers->header.a_talign < 2)
129 headers->header.a_talign = 2;
132 headers->header.a_dalign = section_alignment[SEG_DATA];
133 headers->header.a_balign = section_alignment[SEG_BSS];
135 headers->header.a_tload = 0;
136 headers->header.a_dload =
137 md_section_align (SEG_DATA, H_GET_TEXT_SIZE (headers));
[all …]
H A Dobj-aout.c269 obj_header_append (where, headers) in obj_header_append() argument
271 object_headers *headers;
273 tc_headers_hook (headers);
276 md_number_to_chars (*where, headers->header.a_info, sizeof (headers->header.a_info));
277 *where += sizeof (headers->header.a_info);
278 md_number_to_chars (*where, headers->header.a_text, sizeof (headers->header.a_text));
279 *where += sizeof (headers->header.a_text);
280 md_number_to_chars (*where, headers->header.a_data, sizeof (headers->header.a_data));
281 *where += sizeof (headers->header.a_data);
282 md_number_to_chars (*where, headers->header.a_bss, sizeof (headers->header.a_bss));
[all …]
H A Dobj-hp300.c25 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-src/sys/net/
H A Dpfkeyv2.c473 pfkeyv2_sendmessage(void **headers, int mode, struct socket *so, in pfkeyv2_sendmessage() argument
487 if (headers[i]) in pfkeyv2_sendmessage()
488 j += ((struct sadb_ext *)headers[i])->sadb_ext_len * in pfkeyv2_sendmessage()
499 bcopy(headers[0], p, sizeof(struct sadb_msg)); in pfkeyv2_sendmessage()
505 if (headers[i]) { in pfkeyv2_sendmessage()
506 ((struct sadb_ext *) headers[i])->sadb_ext_type = i; in pfkeyv2_sendmessage()
507 bcopy(headers[i], p, EXTLEN(headers[i])); in pfkeyv2_sendmessage()
508 p += EXTLEN(headers[i]); in pfkeyv2_sendmessage()
638 pfkeyv2_policy(struct ipsec_acquire *ipa, void **headers, voi argument
785 pfkeyv2_get(struct tdb * tdb,void ** headers,void ** buffer,int * lenp,int * lenused) pfkeyv2_get() argument
1006 void *headers[SADB_EXT_MAX+1], *buffer; pfkeyv2_dump_walker() local
1134 void *headers[SADB_EXT_MAX + 1]; pfkeyv2_dosend() local
2153 void *p, *headers[SADB_EXT_MAX + 1], *buffer = NULL; pfkeyv2_acquire() local
2358 void *p, *headers[SADB_EXT_MAX+1], *buffer = NULL; pfkeyv2_expire() local
2464 void *headers[SADB_EXT_MAX+1]; pfkeyv2_sysctl_walker() local
2510 pfkeyv2_dump_policy(struct ipsec_policy * ipo,void ** headers,void ** buffer,int * lenp) pfkeyv2_dump_policy() argument
2625 void *headers[SADB_EXT_MAX + 1]; pfkeyv2_sysctl_policydumper() local
[all...]
/openbsd-src/gnu/llvm/compiler-rt/include/
H A DCMakeLists.txt60 # Copy compiler-rt headers to the build tree.
72 add_custom_target(compiler-rt-headers ALL DEPENDS ${out_files})
73 add_dependencies(compiler-rt compiler-rt-headers)
74 set_target_properties(compiler-rt-headers PROPERTIES FOLDER "Compiler-RT Misc")
76 # Install sanitizer headers.
78 COMPONENT compiler-rt-headers
81 # Install fuzzer headers.
83 COMPONENT compiler-rt-headers
86 # Install memprof headers.
89 COMPONENT compiler-rt-headers
[all …]
/openbsd-src/gnu/llvm/libcxx/cmake/Modules/
H A DHandleLibCXXABI.cmake5 # - libcxx-abi-headers: An interface target that allows getting access to the
6 # headers of the selected ABI library.
21 # This function copies the provided headers to a private directory and adds that
23 # get access to those headers (and only those).
26 # the ABI headers might live side-by-side with an actual C++ Standard Library
27 # installation. For that reason, we can't just add `-I <path-to-ABI-headers>`,
29 # the search path. Instead, what we do is copy just the ABI library headers to
31 function(import_private_headers target include_dirs headers)
32 foreach(header ${headers})
41 set(dst "${LIBCXX_BINARY_DIR}/private-abi-headers/${dstdir}/${header_file}")
[all …]
/openbsd-src/gnu/llvm/libcxxabi/include/
H A DCMakeLists.txt16 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-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm23 #pod * C<default_headers> — A hashref of default headers to apply to requests
262 my $headers = {};
263 while ( my ($key, $value) = each %{$args->{headers} || {}} ) {
264 $headers->{lc $key} = $value;
268 # Any existing 'headers' key in $args will be overridden with a
272 headers => {
273 %$headers,
292 #pod $options->{headers} >> hash.
308 if ( exists $args->{headers} ) {
309 my $headers
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm279 my(@headers) = grep(!/^-I/,@_);
282 for $h (@headers) {
308 grep($_,@headers);
475 my($code,@headers) = @_;
476 return scalar(ApplyHeadersAndLibs $code, map(($_,""),@headers))
478 split(/\s+/,(ApplyHeadersAndLibs $code, map(($_,""),@headers))[0]);
518 my($structname,@headers) = @_;
519 ApplyHeaders("main(){ struct $structname s;}",@headers);
532 my($structname,$fieldname,@headers) = @_;
534 s1.$fieldname = s2.$fieldname; }",@headers);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D160_cookies.t36 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 D020_headers.t47 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 D104_post.t27 my %headers;
28 for my $line ( @{ $case->{headers} } ) {
30 $headers{$k} = $v;
32 $options{headers} = \%headers if %headers;
H A D101_head.t27 my %headers;
28 for my $line ( @{ $case->{headers} } ) {
30 $headers{$k} = $v;
32 $options{headers} = \%headers if %headers;
/openbsd-src/gnu/llvm/libunwind/include/
H A DCMakeLists.txt12 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-src/usr.sbin/unbound/testcode/
H A Ddohclient.c149 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()
187 headers[1].value = (uint8_t*)h2_stream->path; in submit_query()
188 headers[2].name = (uint8_t*)":scheme"; in submit_query()
190 headers[2].value = (uint8_t*)"https"; in submit_query()
192 headers[2].value = (uint8_t*)"http"; in submit_query()
193 headers[3].name = (uint8_t*)":authority"; in submit_query()
[all …]
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DHeaderRemovalPolicy.rst8 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-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DHEADER_POLICY6 headers it defines. It offers no advice on how to arrange headers
47 The number of standard headers makes testing all permutations of
49 In any case, for some standard headers (as for the above) no ordering
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
64 Standard substitute headers <bits/std_xxx.h> that have any complexity
65 may sub-include other headers. When they sub-include non-standard
66 headers, they first include all the headers required for that
70 intended for standard headers among two or more files, and then
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DHEADER_POLICY6 headers it defines. It offers no advice on how to arrange headers
47 The number of standard headers makes testing all permutations of
49 In any case, for some standard headers (as for the above) no ordering
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
64 Standard substitute headers <bits/std_xxx.h> that have any complexity
65 may sub-include other headers. When they sub-include non-standard
66 headers, they first include all the headers required for that
70 intended for standard headers among two or more files, and then
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/
H A DBUILD.gn25 # 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-src/gnu/llvm/clang/tools/include-mapping/
H A Dcppreference_parser.py22 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-src/gnu/llvm/lldb/cmake/modules/
H A DLLDBFramework.cmake71 # 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-src/lib/libcrypto/asn1/
H A Dasn_mime.c354 /* MIME headers */ in SMIME_write_ASN1()
432 STACK_OF(MIME_HEADER) *headers = NULL; in SMIME_read_ASN1()
442 if (!(headers = mime_parse_hdr(bio))) { in SMIME_read_ASN1()
447 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_ASN1()
448 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
459 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
464 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
474 if (!(headers = mime_parse_hdr(asnin))) { in SMIME_read_ASN1()
482 if (!(hdr = mime_hdr_find(headers, "content-type")) || in SMIME_read_ASN1()
484 sk_MIME_HEADER_pop_free(headers, mime_hdr_fre in SMIME_read_ASN1()
[all...]

12345678910>>...38