| /src/sys/arch/usermode/include/ |
| H A D | Makefile.headers | 1 # $NetBSD: Makefile.headers,v 1.1 2011/09/03 14:23:49 jmcneill Exp $ 3 headers:
|
| /src/usr.bin/ldd/ |
| H A D | Makefile.elf | 8 headers.c paths.c tls.c symver.c
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 67 TraceHeader headers[kTraceParts]; member in struct:__tsan::Trace
|
| /src/sys/dev/microcode/siop/ |
| H A D | Makefile | 11 headers: esiop.out siop.out osiop.out oosiop.out target
|
| /src/libexec/httpd/ |
| H A D | printenv.lua | 21 function printenv(env, headers, query) 26 -- output headers using httpd.write() 51 for k, v in pairs(headers) do
|
| H A D | cgi-bozo.c | 120 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 D | interception_win.cc | 880 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 D | sys.mk | 59 # 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 D | bsd.sys.mk | 27 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 D | configure.ac | 49 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 D | defs.mk.in | 46 # Use the installed (TOOLDIR) version of the library and headers by default
|
| H A D | nbtool_config.h.in | 909 /* 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 D | sb1250_defs.h | 52 * 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 D | CMakeLists.txt | 51 # HEADERS <extra headers list>)
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 98 * @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 D | zlib-streams.ads | 78 -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers.
|
| H A D | zlib.adb | 115 -- 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 D | cmd1.c | 100 headers(void *v) function in typeref:typename:PUBLIC int 179 return headers(cur);
|
| H A D | extern.h | 45 int headers(void *);
|
| H A D | cmdtab.c | 115 { "headers", headers, S, CMP(n) T|MSGLIST, 0, MMNDEL },
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-nanopi-a64.dts | 100 /* i2c1 connected with gpio headers like pine64, bananapi */
|
| /src/usr.bin/make/ |
| H A D | test-variants.mk | 122 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 D | dove-sbc-a510.dts | 182 /* UART2 on pin headers */
|
| H A D | meson8b-ec100.dts | 454 /* exposed through the pin headers labeled "URDUG1" on the top of the PCB */
|
| /src/common/dist/zlib/ |
| H A D | CMakeLists.txt | 12 set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for headers")
|