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

12

/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DXCore.cpp24 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
25 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, ALL_LANGUAGES},
H A DHexagon.cpp204 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
205 {#ID, TYPE, ATTRS, nullptr, HEADER, ALL_LANGUAGES},
H A DMips.cpp26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
27 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, ALL_LANGUAGES},
H A DWebAssembly.cpp28 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
29 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, ALL_LANGUAGES},
H A DNVPTX.cpp26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
27 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, ALL_LANGUAGES},
/freebsd-current/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.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
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
/freebsd-current/contrib/sendmail/src/
H A Dsm_resolve.h121 typedef int HEADER; /* will never be used */ typedef
126 HEADER dns_r_h;
/freebsd-current/contrib/elftoolchain/libelf/
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_chdr.c60 LIBELF_SET_ERROR(HEADER, 0);
H A Delf_errmsg.c46 DEFINE_ERROR(HEADER, "Missing or malformed ELF header"),
H A Dlibelf_phdr.c81 LIBELF_SET_ERROR(HEADER, 0);
86 LIBELF_SET_ERROR(HEADER, 0);
/freebsd-current/contrib/sendmail/contrib/
H A Dbitdomain.c37 HEADER qb1;
214 HEADER *hp;
268 hp = (HEADER *) &answer;
269 ap = (u_char *) &answer + sizeof(HEADER);
/freebsd-current/lib/libc/resolv/
H A Dres_mkquery.c101 HEADER *hp;
119 hp = (HEADER *) buf;
209 HEADER *hp;
218 hp = (HEADER *) buf;
H A Dres_send.c226 int qdcount = ntohs(((const HEADER*)buf)->qdcount);
264 int qdcount = ntohs(((const HEADER*)buf1)->qdcount);
273 if ((((const HEADER *)buf1)->opcode == ns_o_update) &&
274 (((const HEADER *)buf2)->opcode == ns_o_update))
277 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
619 const HEADER *hp = (const HEADER *) buf;
620 HEADER *anhp = (HEADER *) ans;
825 const HEADER *h
[all...]
H A Dres_query.c113 HEADER *hp = (HEADER *) answer;
214 HEADER *hp = (HEADER *) answer;
323 * ((HEADER *)answer)->rcode may not be set
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp23 #define HEADER(ID, NAME) \ macro
27 #undef HEADER macro
39 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, LANGS) \
40 {#ID, TYPE, ATTRS, nullptr, HeaderDesc::HEADER, LANGS},
/freebsd-current/contrib/dialog/package/debian/
H A Drules28 HEADER = /usr/include macro
98 dh_install -p${DEV_PACKAGE} $(HEADER)
/freebsd-current/usr.sbin/pkg/
H A Ddns_utils.c38 HEADER hdr;
126 len < (int)sizeof(HEADER))
133 p = q.buf + sizeof(HEADER);
/freebsd-current/usr.bin/nl/
H A Dnl.c65 #define HEADER 2 macro
66 #define NP_LAST HEADER
169 parse_numbering(optarg, HEADER);
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c170 HEADER *hptr;
184 hptr = (HEADER *)&buf;
345 char buf[sizeof(HEADER) + MAXPACKET];
349 HEADER *hptr;
373 hptr = (HEADER *)&buf;
/freebsd-current/lib/libc/net/
H A Dhesiod.c348 HEADER *hp;
370 hp = (HEADER *) (void *) abuf;
373 p = abuf + sizeof(HEADER);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h53 #define HEADER(ID, NAME) ID, macro
55 #undef HEADER macro
/freebsd-current/crypto/heimdal/appl/test/
H A Dhttp_client.c194 enum { RESPONSE, HEADER, BODY } state; enumerator in enum:__anon6656
222 if (state == HEADER || state == RESPONSE) {
243 state = HEADER;

Completed in 288 milliseconds

12