Home
last modified time | relevance | path

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

12345678910>>...90

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/
H A Dstdheader.cc21 Map headers; variable
26 headers["algo.h"] = "algorithm"; in init_map()
27 headers["algobase.h"] = "algorithm"; in init_map()
28 headers["algorithm.h"] = "algorithm"; in init_map()
29 headers["heap.h"] = "algorithm"; in init_map()
30 headers["bitset.h"] = "bitset"; in init_map()
31 headers["complex.h"] = "complex"; in init_map()
33 headers["deque.h"] = "deque"; in init_map()
34 headers["deque.tcc"] = "deque"; in init_map()
35 headers["fstream.h"] = "fstream"; in init_map()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
H A Dstdheader.cc25 std::map<std::string_view, std::string_view> headers; variable
33 headers["atomic_base.h"] = "atomic"; in init_map()
34 headers["atomic_lockfree_defines.h"] = "atomic"; in init_map()
35 headers["atomic_timed_wait.h"] = "atomic"; in init_map()
36 headers["atomic_wait.h"] = "atomic"; in init_map()
37 headers["algorithmfwd.h"] = "algorithm"; in init_map()
38 headers["algo.h"] = "algorithm"; in init_map()
39 headers["algobase.h"] = "algorithm"; in init_map()
40 headers["ranges_algo.h"] = "algorithm"; in init_map()
41 headers["ranges_algobase.h"] = "algorithm"; in init_map()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dfile.c78 hx509_pem_header *headers, FILE *f, in hx509_pem_write() argument
89 while (headers) { in hx509_pem_write()
91 headers->header, headers->value, in hx509_pem_write()
92 headers->next ? "" : "\n"); in hx509_pem_write()
93 headers = headers->next; in hx509_pem_write()
125 hx509_pem_add_header(hx509_pem_header **headers, in hx509_pem_add_header() argument
145 h->next = *headers; in hx509_pem_add_header()
146 *headers = h; in hx509_pem_add_header()
152 hx509_pem_free_header(hx509_pem_header *headers) in hx509_pem_free_header() argument
155 while (headers) { in hx509_pem_free_header()
[all …]
/netbsd-src/external/bsd/unbound/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A DCMakeLists.txt231 add_custom_target(generate-cxx-headers ALL DEPENDS ${_all_includes})
233 add_library(cxx-headers INTERFACE)
234 add_dependencies(cxx-headers generate-cxx-headers ${LIBCXX_CXX_ABI_HEADER_TARGET})
237 target_compile_options(cxx-headers INTERFACE /I${LIBCXX_GENERATED_INCLUDE_DIR}
240 target_compile_options(cxx-headers INTERFACE -I${LIBCXX_GENERATED_INCLUDE_DIR}
249 COMPONENT cxx-headers
258 COMPONENT cxx-headers)
261 add_custom_target(install-cxx-headers
262 DEPENDS cxx-headers
264 -DCMAKE_INSTALL_COMPONENT=cxx-headers
[all …]
/netbsd-src/external/cddl/osnet/sys/sys/
H A DREADME6 1. "infrastructure" headers that provide base definitions and
7 other stuff that other headers use (systm.h)
8 2. "feature" headers that provide a specific feature (proc.h).
29 Now there cases where the solaris headers expose more stuff than ours,
30 so we need to include more of our system headers from theirs. When that
33 Their infrastructure headers should not include our feature headers,
34 but can include our infrastructure headers, otherwise we end up with
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A DREADME27 gcc-order-headers
29 This will reorder any primary backend headers files known to the tool into a
31 Any unknown headers will simply be placed after the recognized files, and
42 ex.: gcc-order-headers tree-ssa.cc c/c-decl.cc
44 -s will list all of the known headers in their canonical order. It does not
45 show which of those headers include other headers, just the final canonical
59 show-headers
62 is indented, and when any duplicate headers are seen, they have their
65 -i may be used to specify additional search directories for headers to parse.
66 -s specifies headers to look for and emphasize in the output.
[all …]
H A DChangeLog24 * reduce-headers: Likewise.
35 * reduce-headers: Likewise.
39 * count-headers: Initial file.
40 * gcc-order-headers: Initial file.
46 * reduce-headers: Initial file.
48 * show-headers: Initial file.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A DREADME27 gcc-order-headers
29 This will reorder any primary backend headers files known to the tool into a
31 Any unknown headers will simply be placed after the recognized files, and
42 ex.: gcc-order-headers tree-ssa.c c/c-decl.c
44 -s will list all of the known headers in their canonical order. It does not
45 show which of those headers include other headers, just the final canonical
59 show-headers
62 is indented, and when any duplicate headers are seen, they have their
65 -i may be used to specify additional search directories for headers to parse.
66 -s specifies headers to look for and emphasize in the output.
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c325 parse_headers(const char *buf, const char *buf_end, struct phr_header *headers, in parse_headers() argument
346 &headers[*num_headers].name, in parse_headers()
347 &headers[*num_headers].name_len, in parse_headers()
352 if (headers[*num_headers].name_len == 0) { in parse_headers()
364 headers[*num_headers].name = NULL; in parse_headers()
365 headers[*num_headers].name_len = 0; in parse_headers()
382 headers[*num_headers].value = value; in parse_headers()
383 headers[*num_headers].value_len = value_end - value; in parse_headers()
391 int *minor_version, struct phr_header *headers, in parse_request() argument
436 return parse_headers(buf, buf_end, headers, num_header in parse_request()
443 phr_parse_request(const char * buf_start,size_t len,const char ** method,size_t * method_len,const char ** path,size_t * path_len,int * minor_version,struct phr_header * headers,size_t * num_headers,size_t last_len) phr_parse_request() argument
475 parse_response(const char * buf,const char * buf_end,int * minor_version,int * status,const char ** msg,size_t * msg_len,struct phr_header * headers,size_t * num_headers,size_t max_headers,int * ret) parse_response() argument
528 phr_parse_response(const char * buf_start,size_t len,int * minor_version,int * status,const char ** msg,size_t * msg_len,struct phr_header * headers,size_t * num_headers,size_t last_len) phr_parse_response() argument
557 phr_parse_headers(const char * buf_start,size_t len,struct phr_header * headers,size_t * num_headers,size_t last_len) phr_parse_headers() argument
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn_mime.c381 STACK_OF(MIME_HEADER) *headers = NULL; in SMIME_read_ASN1()
391 if ((headers = mime_parse_hdr(bio)) == NULL) { in SMIME_read_ASN1()
396 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1()
398 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
409 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
414 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
424 if ((headers = mime_parse_hdr(asnin)) == NULL) { in SMIME_read_ASN1()
432 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1()
434 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
444 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn_mime.c402 STACK_OF(MIME_HEADER) *headers = NULL; in SMIME_read_ASN1_ex()
412 if ((headers = mime_parse_hdr(bio)) == NULL) { in SMIME_read_ASN1_ex()
417 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1_ex()
419 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1_ex()
430 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1_ex()
435 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1_ex()
445 if ((headers = mime_parse_hdr(asnin)) == NULL) { in SMIME_read_ASN1_ex()
453 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1_ex()
455 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1_ex()
465 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_ASN1_ex()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcompare-debug80 for s in `objdump --section-headers "$file" | awk '{ print $2 }'`; do
118 $cmd --section-headers "$1.$suf1" | grep '\.eh_frame' > /dev/null
121 $cmd --section-headers "$2.$suf2" | grep '\.eh_frame' > /dev/null
132 $cmd --section-headers "$1.$suf1" | grep '.gnu.lto_' > /dev/null ||
133 $cmd --section-headers "$2.$suf2" | grep '.gnu.lto_' > /dev/null ; then
150 …seclist="$seclist "`{ $cmd --section-headers "$1.$suf1"; $cmd --section-headers "$2.$suf2"; } | se…
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcompare-debug80 for s in `objdump --section-headers "$file" | awk '{ print $2 }'`; do
118 $cmd --section-headers "$1.$suf1" | grep '\.eh_frame' > /dev/null
121 $cmd --section-headers "$2.$suf2" | grep '\.eh_frame' > /dev/null
132 $cmd --section-headers "$1.$suf1" | grep '.gnu.lto_' > /dev/null ||
133 $cmd --section-headers "$2.$suf2" | grep '.gnu.lto_' > /dev/null ; then
150 …seclist="$seclist "`{ $cmd --section-headers "$1.$suf1"; $cmd --section-headers "$2.$suf2"; } | se…
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td18 def all_headers : Flag<["--"], "all-headers">,
20 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">;
25 def archive_headers : Flag<["--"], "archive-headers">,
29 HelpText<"Alias for --archive-headers">;
74 def file_headers : Flag<["--"], "file-headers">,
77 HelpText<"Alias for --file-headers">;
123 def private_headers : Flag<["--"], "private-headers">,
124 HelpText<"Display format specific file headers">;
126 HelpText<"Alias for --private-headers">;
135 def section_headers : Flag<["--"], "section-headers">,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-objdump.rst24 .. option:: -a, --archive-headers
26 Display the information contained within an archive's headers.
48 .. option:: -f, --file-headers
56 .. option:: -h, --headers, --section-headers
58 Display summaries of the headers for each section.
64 .. option:: -p, --private-headers
66 Display format-specific file headers.
101 .. option:: -x, --all-headers
104 :option:`--archive-headers`, :option:`--file-headers`,
105 :option:`--private-headers`, :option:`--reloc`, :option:`--section-headers`,
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c318 pgp_headers_t headers; member
544 find_header(pgp_headers_t *headers, const char *key) in find_header() argument
548 for (n = 0; n < headers->headerc; ++n) { in find_header()
549 if (strcmp(headers->headers[n].key, key) == 0) { in find_header()
550 return headers->headers[n].value; in find_header()
565 if ((dest->headers = calloc(src->headerc, sizeof(*dest->headers))) == NULL) { in dup_headers()
570 dest->headers[n].key = netpgp_strdup(src->headers[n].key); in dup_headers()
571 dest->headers[n].value = netpgp_strdup(src->headers[n].value); in dup_headers()
599 hashstr = find_header(&dearmour->headers, "Hash"); in process_dash_escaped()
727 n = dearmour->headers.headerc; in add_header()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DMultiDistributionExample.cmake37 # We want to include the C++ headers in our distribution.
39 cxx-headers
43 # include cxx-headers explicitly here (in addition to it being added to
48 clang-resource-headers
49 cxx-headers
67 llvm-headers
72 clang-headers
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-200755 * testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
59 * testsuite/19_diagnostics/headers/system_error/34538.cc: New.
181 and _Sp_counted_* classes to new headers.
185 * include/std/memory, include/tr1/memory: Include new headers.
326 * testsuite/18_support/headers/cstddef/macros.cc: Likewise.
331 * testsuite/26_numerics/headers/cmath/25913.cc: Likewise.
395 * testsuite/17_intro/headers/c++200x/all.cc: Same.
555 * testsuite/26_numerics/headers/cmath/25913.cc: New.
1137 * testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
1150 * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCMakeLists.txt94 # libclang requires headers which need _ALL_SOURCE to build on AIX
105 clang-resource-headers
157 COMPONENT libclang-headers
164 # component and an install-component target, so add a dummy libclang-headers
166 add_custom_target(libclang-headers)
167 set_target_properties(libclang-headers PROPERTIES FOLDER "Misc")
170 add_llvm_install_targets(install-libclang-headers
171 COMPONENT libclang-headers)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-nacl.c73 struct elf_segment_map **headers = NULL; in nacl_modify_segment_map() local
178 else if (headers == NULL in nacl_modify_segment_map()
181 headers = m; in nacl_modify_segment_map()
186 if (headers != NULL) in nacl_modify_segment_map()
204 if (headers == &seg->next) in nacl_modify_segment_map()
205 headers = m; in nacl_modify_segment_map()
215 seg = *headers; in nacl_modify_segment_map()
219 if (last_load != NULL && first_load != last_load && first_load != headers) in nacl_modify_segment_map()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-nacl.c73 struct elf_segment_map **headers = NULL; in nacl_modify_segment_map() local
178 else if (headers == NULL in nacl_modify_segment_map()
181 headers = m; in nacl_modify_segment_map()
186 if (headers != NULL) in nacl_modify_segment_map()
204 if (headers == &seg->next) in nacl_modify_segment_map()
205 headers = m; in nacl_modify_segment_map()
215 seg = *headers; in nacl_modify_segment_map()
219 if (last_load != NULL && first_load != last_load && first_load != headers) in nacl_modify_segment_map()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in36 # short Subject header, but none of the other headers. Like test #1,
10 # Add a recipient and update all headers in reverse order.
19 # Delete the recipient added above, and update headers in reverse
20 # order, twice. This tests repeated updates of short headers, but
36 # the duplicate filter won't suppress it. Update the headers in the
46 # Delete the recipient and update the headers again.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A DCMakeLists.txt215 add_custom_target(clang-resource-headers ALL DEPENDS ${out_files})
216 set_target_properties(clang-resource-headers PROPERTIES
225 COMPONENT clang-resource-headers)
230 COMPONENT clang-resource-headers)
235 COMPONENT clang-resource-headers)
240 COMPONENT clang-resource-headers)
243 add_llvm_install_targets(install-clang-resource-headers
244 DEPENDS clang-resource-headers
245 COMPONENT clang-resource-headers)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dt-vxworks9 # This ensures that the correct target headers are used; some VxWorks
10 # system headers have names that collide with GCC's internal (host)
11 # headers, e.g. regs.h. Make sure the local libgcc headers still

12345678910>>...90