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

12

/src/sys/arch/usermode/include/
H A DMakefile.headers1 # $NetBSD: Makefile.headers,v 1.1 2011/09/03 14:23:49 jmcneill Exp $
3 headers:
/src/usr.bin/ldd/
H A DMakefile.elf8 headers.c paths.c tls.c symver.c
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_trace.h67 TraceHeader headers[kTraceParts]; member in struct:__tsan::Trace
/src/sys/dev/microcode/siop/
H A DMakefile11 headers: esiop.out siop.out osiop.out oosiop.out target
/src/libexec/httpd/
H A Dprintenv.lua21 function printenv(env, headers, query)
26 -- output headers using httpd.write()
51 for k, v in pairs(headers) do
H A Dcgi-bozo.c120 SIMPLEQ_HEAD(, bozoheaders) headers;
125 SIMPLEQ_INIT(&headers);
160 SIMPLEQ_INSERT_TAIL(&headers, hdr, h_next);
174 "%s: writing delayed HTTP headers ..", __func__));
175 SIMPLEQ_FOREACH_SAFE(hdr, &headers, h_next, nhdr) {
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc880 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); local in function:__interception::InternalGetProcAddress
882 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0"
883 headers->FileHeader.SizeOfOptionalHeader <
889 &headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT];
960 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); local in function:__interception::OverrideImportedFunction
962 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0"
963 headers->FileHeader.SizeOfOptionalHeader <
969 &headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT];
/src/share/mk/
H A Dsys.mk59 # Remove -Wsystem-headers because C++ headers aren't clean of warnings
60 CXXFLAGS?= ${CFLAGS:N-Wno-traditional:N-Wstrict-prototypes:N-Wmissing-prototypes:N-Wno-pointer-sign:N-ffreestanding:N-std=gnu[0-9][0-9]:N-Wold-style-definition:N-Wno-format-zero-length:N-Wsystem-headers}
H A Dbsd.sys.mk27 CPPFLAGS+= -Wp,-fno-canonical-system-headers
84 # Don't suppress warnings coming from constructs in system headers.
85 # Our system headers should be clean and we want to warn about things like:
87 CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wsystem-headers :}
/src/tools/compat/
H A Dconfigure.ac49 AC_DEFINE([_POSIX_SOURCE], 1, [Define for NetBSD headers.])
50 AC_DEFINE([_POSIX_C_SOURCE], 200112L, [Define for NetBSD headers.])
51 AC_DEFINE([_XOPEN_SOURCE], 600, [Define for NetBSD headers.])],
73 # Make sure certain required headers are available.
83 # Find headers that may not be available.
348 dnl Disable use of pre-compiled headers on Darwin.
H A Ddefs.mk.in46 # Use the installed (TOOLDIR) version of the library and headers by default
H A Dnbtool_config.h.in909 /* Define to 1 if all of the C89 standard headers exist (not just the ones
926 /* Define for NetBSD headers. */
929 /* Define for NetBSD headers. */
932 /* Define for NetBSD headers. */
/src/sys/arch/mips/sibyte/include/
H A Dsb1250_defs.h52 * These headers require ANSI C89 string concatenation, and GCC or other
56 #error SiByte headers require ANSI C89 support
65 * which is to be exposed by the headers. If undefined, it defaults to
228 * Note: you'll need to define uint32_t and uint64_t in your headers.
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/
H A DCMakeLists.txt51 # HEADERS <extra headers list>)
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c98 * @header: Pool of DMA memory for device command buffer headers.
100 * @dheaders: Pool of DMA memory for device command buffer headers with trailing
133 struct dma_pool *headers; member in struct:vmw_cmdbuf_man
281 dma_pool_free(man->headers, header->cb_header,
900 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL,
1375 man->headers = dma_pool_create("vmwgfx cmdbuf",
1383 if (!man->headers) {
1427 dma_pool_destroy(man->headers);
1490 dma_pool_destroy(man->headers);
/src/common/dist/zlib/contrib/ada/
H A Dzlib-streams.ads78 -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers.
H A Dzlib.adb115 -- translate routine without additional headers.
214 -- For the GZip CRC calculation and make headers.
337 -- Inflate data without headers determined
/src/usr.bin/mail/
H A Dcmd1.c100 headers(void *v) function in typeref:typename:PUBLIC int
179 return headers(cur);
H A Dextern.h45 int headers(void *);
H A Dcmdtab.c115 { "headers", headers, S, CMP(n) T|MSGLIST, 0, MMNDEL },
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-nanopi-a64.dts100 /* i2c1 connected with gpio headers like pine64, bananapi */
/src/usr.bin/make/
H A Dtest-variants.mk122 CFLAGS.c90-plain= -std=c90 -ansi -pedantic -Wno-system-headers
131 CFLAGS.c90-stdbool= -std=c90 -ansi -pedantic -Wno-system-headers
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Ddove-sbc-a510.dts182 /* UART2 on pin headers */
H A Dmeson8b-ec100.dts454 /* exposed through the pin headers labeled "URDUG1" on the top of the PCB */
/src/common/dist/zlib/
H A DCMakeLists.txt12 set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for headers")

Completed in 36 milliseconds

12