Searched refs:HEADER (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DXCore.cpp24 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
25 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
H A DHexagon.cpp158 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
159 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
H A DMips.cpp26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
27 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
H A DNVPTX.cpp27 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
28 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
H A DWebAssembly.cpp28 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
29 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
H A Derr.copyoutbadaddr.ksh2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
H A Derr.copyoutstrbadaddr.ksh2 * CDDL HEADER START
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
19 * CDDL HEADER END
/freebsd-13-stable/contrib/sendmail/src/
H A Dsm_resolve.h121 typedef int HEADER; /* will never be used */ typedef
126 HEADER dns_r_h;
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbitdomain.c37 HEADER qb1;
214 HEADER *hp;
268 hp = (HEADER *) &answer;
269 ap = (u_char *) &answer + sizeof(HEADER);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkquery.c108 HEADER *hp;
126 hp = (HEADER *) buf;
216 HEADER *hp;
225 hp = (HEADER *) buf;
H A Dres_send.c233 int qdcount = ntohs(((const HEADER*)buf)->qdcount);
271 int qdcount = ntohs(((const HEADER*)buf1)->qdcount);
280 if ((((const HEADER *)buf1)->opcode == ns_o_update) &&
281 (((const HEADER *)buf2)->opcode == ns_o_update))
284 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
626 const HEADER *hp = (const HEADER *) buf;
627 HEADER *anhp = (HEADER *) ans;
832 const HEADER *h
[all...]
H A Dres_query.c120 HEADER *hp = (HEADER *) answer;
221 HEADER *hp = (HEADER *) answer;
330 * ((HEADER *)answer)->rcode may not be set
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_errmsg.c46 DEFINE_ERROR(HEADER, "Missing or malformed ELF header"),
H A Dlibelf_chdr.c60 LIBELF_SET_ERROR(HEADER, 0);
H A Dlibelf_ehdr.c55 LIBELF_SET_ERROR(HEADER, 0);
60 LIBELF_SET_ERROR(HEADER, 0);
147 LIBELF_SET_ERROR(HEADER, 0);
193 LIBELF_SET_ERROR(HEADER, 0);
H A Dlibelf_phdr.c81 LIBELF_SET_ERROR(HEADER, 0);
86 LIBELF_SET_ERROR(HEADER, 0);
/freebsd-13-stable/usr.sbin/pkg/
H A Ddns_utils.c40 HEADER hdr;
128 len < (int)sizeof(HEADER))
135 p = q.buf + sizeof(HEADER);
/freebsd-13-stable/usr.bin/nl/
H A Dnl.c73 #define HEADER 2 macro
74 #define NP_LAST HEADER
177 parse_numbering(optarg, HEADER);
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c172 HEADER *hptr;
186 hptr = (HEADER *)&buf;
351 char buf[sizeof(HEADER) + MAXPACKET];
355 HEADER *hptr;
379 hptr = (HEADER *)&buf;
/freebsd-13-stable/include/arpa/
H A Dnameser_compat.h98 } HEADER; typedef in typeref:struct:__anon7319
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h') variable
319 GenerateFile(HEADER,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, LANGS) \
27 { #ID, TYPE, ATTRS, HEADER, LANGS, nullptr },
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c194 enum { RESPONSE, HEADER, BODY } state; enumerator in enum:__anon6696
222 if (state == HEADER || state == RESPONSE) {
243 state = HEADER;
/freebsd-13-stable/lib/libc/net/
H A Dhesiod.c372 HEADER *hp;
394 hp = (HEADER *) (void *) abuf;
397 p = abuf + sizeof(HEADER);

Completed in 130 milliseconds

12