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

12345

/freebsd-11-stable/contrib/amd/
H A Dbootstrap30 if [ ! -f m4/macros/HEADER ]; then
31 echo No m4/macros/HEADER file found!
42 for i in HEADER *.m4; do
/freebsd-11-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},
/freebsd-11-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-11-stable/contrib/sendmail/src/
H A Dsm_resolve.h121 typedef int HEADER; /* will never be used */ typedef
126 HEADER dns_r_h;
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A DMakefile27 HEADER= $(EXHEADER) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-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);
/freebsd-11-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-11-stable/lib/libc/resolv/
H A Dres_mkquery.c106 HEADER *hp;
124 hp = (HEADER *) buf;
214 HEADER *hp;
223 hp = (HEADER *) buf;
H A Dres_send.c231 int qdcount = ntohs(((const HEADER*)buf)->qdcount);
269 int qdcount = ntohs(((const HEADER*)buf1)->qdcount);
278 if ((((const HEADER *)buf1)->opcode == ns_o_update) &&
279 (((const HEADER *)buf2)->opcode == ns_o_update))
282 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
624 const HEADER *hp = (const HEADER *) buf;
625 HEADER *anhp = (HEADER *) ans;
830 const HEADER *h
[all...]
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile26 HEADER= idea_lcl.h $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile27 HEADER= md4_locl.h $(EXHEADER) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A DMakefile26 HEADER= rc2_locl.h $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A DMakefile31 HEADER= rc5_locl.h $(EXHEADER) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A DMakefile31 HEADER= rmd_locl.h rmdconst.h $(EXHEADER) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A DMakefile26 HEADER= $(EXHEADER) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile31 HEADER= wp_locl.h $(EXHEADER) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)

Completed in 223 milliseconds

12345