| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | check_makefile_deps.sh | 57 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 D | check_makefile_deps.sh | 57 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 D | Makefile | 37 ${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 D | LLVMProcessSources.cmake | 68 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 D | t-vxworks | 29 # 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 D | msgs.c | 152 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 D | curl.d | 247 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 D | curl.d | 262 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 D | cleanup_milter.in13h | 6 chg_from m@porcupine.org { ret=hdrs envid=env-for-m }
|
| H A D | cleanup_milter.in13i | 6 chg_from m@porcupine.org { ret=hdrs envid=env-for-m }
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | asn_mime.c | 58 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 D | asn_mime.c | 59 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 D | http.c | 930 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 D | Makefile.in | 1805 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 D | FSFChangeLog.11 | 30 * 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 D | Makefile.in | 1729 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 D | FSFChangeLog.11 | 30 * 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 D | FSFChangeLog.10 | 5039 (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 D | if_vioif.c | 1281 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 D | stop.spell-cc | 547 hdrs
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldlang.c | 8669 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 D | ChangeLog-9197 | 2288 * 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 D | ldlang.c | 8896 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 D | ChangeLog-9197 | 2288 * 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 D | mm-viet.comp.po | 337 #: ../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 …]
|