Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh57 hdrs=`cat depfile`
58 for hdr in $hdrs; do
65 LC_ALL=C sort -u > hdrs
79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_makefile_deps.sh57 hdrs=`cat depfile`
58 for hdr in $hdrs; do
65 LC_ALL=C sort -u > hdrs
79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/netbsd-src/external/ibm-public/postfix/sbin/postconf/
H A DMakefile37 ${GENSRCS}: postconf-hdrs.stamp
38 CLEANFILES+= postconf-hdrs.stamp
39 postconf-hdrs.stamp: ${DIST}/../global/mail_params.h ${DIST}/../global/mail_params.c
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMProcessSources.cmake68 find_all_header_files(hdrs "${ARG_ADDITIONAL_HEADER_DIRS}")
69 if (hdrs)
70 set_source_files_properties(${hdrs} PROPERTIES HEADER_FILE_ONLY ON)
73 list(APPEND sources ${ARG_ADDITIONAL_HEADERS} ${hdrs})
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dt-vxworks29 # stmp-int-hdrs removes it (because it was told we don't provide it).
33 install-stdint.h: stmp-int-hdrs
57 stmp-int-hdrs: subst-glimits.h
70 restore-glimits.h: stmp-int-hdrs
/netbsd-src/usr.bin/msgs/
H A Dmsgs.c152 bool hdrs = NO; variable
211 hdrs = YES; in main()
497 if (already && !hdrs) in main()
533 if (hdrs) { in main()
690 if (hdrs) in onintr()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d247 string hdrs; in version() local
272 auto hdrs = cast(string) buf[0 .. $ - bdy.length]; in version() local
275 if (auto m = hdrs.matchFirst(ctRegex!(`Content-Length: ([0-9]+)`, "i"))) in version()
278 if (hdrs.asUpperCase.canFind("EXPECT: 100-CONTINUE")) in version()
294 bdy = buf[hdrs.length + 4 .. $]; in version()
295 return typeof(return)(hdrs, cast(immutable(T)[])bdy); in version()
441 assert(s.recvReq.hdrs.canFind("GET /"));
519 assert(req.hdrs.canFind("PUT /path"));
584 assert(s.recvReq.hdrs.canFind("GET /path"));
638 assert(req.hdrs.canFind("POST /path"));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d262 string hdrs; in version() local
287 auto hdrs = cast(string) buf[0 .. $ - bdy.length]; in version() local
290 if (auto m = hdrs.matchFirst(ctRegex!(`Content-Length: ([0-9]+)`, "i"))) in version()
293 if (hdrs.asUpperCase.canFind("EXPECT: 100-CONTINUE")) in version()
309 bdy = buf[hdrs.length + 4 .. $]; in version()
310 return typeof(return)(hdrs, cast(immutable(T)[])bdy); in version()
456 assert(s.recvReq.hdrs.canFind("GET /"));
534 assert(req.hdrs.canFind("PUT /path"));
599 assert(s.recvReq.hdrs.canFind("GET /path"));
653 assert(req.hdrs.canFind("POST /path"));
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in13h6 chg_from m@porcupine.org { ret=hdrs envid=env-for-m }
H A Dcleanup_milter.in13i6 chg_from m@porcupine.org { ret=hdrs envid=env-for-m }
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn_mime.c58 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
888 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in mime_hdr_find() argument
897 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()
898 return sk_MIME_HEADER_value(hdrs, idx); in mime_hdr_find()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn_mime.c59 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
934 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in mime_hdr_find() argument
943 idx = sk_MIME_HEADER_find(hdrs, &htmp); in mime_hdr_find()
944 return sk_MIME_HEADER_value(hdrs, idx); in mime_hdr_find()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c930 nghttp2_nv hdrs[] = { in client_submit_request()
947 session->ngsession, NULL, hdrs, in client_submit_request()
948 sizeof(hdrs) / sizeof(hdrs[0]), &dp, stream); in client_submit_request()
952 nghttp2_nv hdrs[] = { in client_submit_request()
968 session->ngsession, NULL, hdrs, in client_submit_request()
969 sizeof(hdrs) / sizeof(hdrs[0]), &dp, stream); in client_submit_request()
2293 const nghttp2_nv hdrs[] = { MAKE_NV2(":status", "200"), in isc__nm_http_read()
2302 sock->h2->stream_id, hdrs, in isc__nm_http_read()
924 nghttp2_nv hdrs[] = { client_submit_request() local
946 nghttp2_nv hdrs[] = { client_submit_request() local
2245 const nghttp2_nv hdrs[] = { MAKE_NV2(":status", "200"), server_httpsend() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DMakefile.in1805 SELFTEST_DEPS = $(GCC_PASSES) stmp-int-hdrs
2170 libgcc-support: libgcc.mvars stmp-int-hdrs $(TCONFIG_H) \
3301 -mv stmp-int-hdrs tmp-stmp-int-hdrs 2>/dev/null
3310 $(MAKE) $(FLAGS_TO_PASS) stmp-int-hdrs
3311 -mv tmp-stmp-int-hdrs stmp-int-hdrs 2>/dev/null
3950 install-headers-tar: stmp-int-hdrs install-include-dir
3964 install-headers-cpio: stmp-int-hdrs install-include-dir
3972 install-headers-cp: stmp-int-hdrs install-include-dir
3989 install-mkheaders: stmp-int-hdrs install-itoolsdirs \
H A DFSFChangeLog.1130 * Makefile.in (stmp-int-hdrs): Add "touch".
5060 * Makefile.in (LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove
10378 * Makefile.in (stmp-int-hdrs): Don't cd to srcdir before copying
10609 (stmp-int-hdrs): Don't hardwire ginclude.
12299 * sparc/t-sol2 (gmon.o): Depend on stmp-int-hdrs.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in1729 SELFTEST_DEPS = $(GCC_PASSES) stmp-int-hdrs
2081 libgcc-support: libgcc.mvars stmp-int-hdrs $(TCONFIG_H) \
3213 -mv stmp-int-hdrs tmp-stmp-int-hdrs 2>/dev/null
3222 $(MAKE) $(FLAGS_TO_PASS) stmp-int-hdrs
3223 -mv tmp-stmp-int-hdrs stmp-int-hdrs 2>/dev/null
3849 install-headers-tar: stmp-int-hdrs install-include-dir
3863 install-headers-cpio: stmp-int-hdrs install-include-dir
3871 install-headers-cp: stmp-int-hdrs install-include-dir
3888 install-mkheaders: stmp-int-hdrs install-itoolsdirs \
H A DFSFChangeLog.1130 * Makefile.in (stmp-int-hdrs): Add "touch".
5060 * Makefile.in (LANGUAGES, COMPILERS, .PHONY, stmp-int-hdrs): Remove
10378 * Makefile.in (stmp-int-hdrs): Don't cd to srcdir before copying
10609 (stmp-int-hdrs): Don't hardwire ginclude.
12299 * sparc/t-sol2 (gmon.o): Depend on stmp-int-hdrs.
H A DFSFChangeLog.105039 (stmp-int-hdrs): Handle USER_H being empty.
7330 (bc_all.list, ./vax.md, objc-objs.opt, objc-hdrs.list): New files
/netbsd-src/sys/dev/pci/
H A Dif_vioif.c1281 struct virtio_net_hdr *hdrs; in vioif_alloc_mems() local
1289 hdrs = netq->netq_maps_kva; in vioif_alloc_mems()
1293 maps[i].vnm_hdr = &hdrs[i]; in vioif_alloc_mems()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc547 hdrs
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c8669 bool hdrs; in lang_new_phdr() local
8680 hdrs = n->type == 1 && (phdrs || filehdr); in lang_new_phdr()
8683 if (hdrs in lang_new_phdr()
8689 hdrs = false; in lang_new_phdr()
H A DChangeLog-91972288 * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr
2292 * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.c8896 bool hdrs; in lang_new_phdr() local
8907 hdrs = n->type == 1 && (phdrs || filehdr); in lang_new_phdr()
8910 if (hdrs in lang_new_phdr()
8916 hdrs = false; in lang_new_phdr()
H A DChangeLog-91972288 * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr
2292 * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po337 #: ../libbalsa/identity.c:908 ../composer/e-msg-composer-hdrs.c:654
338 #: ../composer/e-msg-composer-hdrs.c:656
2608 #: ../src/sendmsg-window.c:2818 ../composer/e-msg-composer-hdrs.c:646
2622 #: ../composer/e-msg-composer-hdrs.c:650 ../composer/e-msg-composer-hdrs.c:652
30583 #: ../composer/e-msg-composer-hdrs.c:558 ../composer/e-msg-composer-hdrs.c:559
30587 #: ../composer/e-msg-composer-hdrs.c:559 ../composer/e-msg-composer-hdrs.c:560
30591 #: ../composer/e-msg-composer-hdrs.c:593 ../composer/e-msg-composer-hdrs.c:594
30595 #: ../composer/e-msg-composer-hdrs.c:623 ../composer/e-msg-composer-hdrs.c:624
30599 #: ../composer/e-msg-composer-hdrs.c:630 ../composer/e-msg-composer-hdrs.c:631
30603 #: ../composer/e-msg-composer-hdrs.c:647 ../composer/e-msg-composer-hdrs.c:649
[all …]

12