Home
last modified time | relevance | path

Searched defs:BOOL (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dobjc.h55 typedef unsigned char BOOL; typedef
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc.h55 typedef unsigned char BOOL; typedef
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dcnvlist.c97 CNVLIST_GET(bool, bool, BOOL) in CNVLIST_GET() argument
H A Dnvlist.c1926 NVLIST_GET(bool,bool,BOOL) NVLIST_GET() argument
1961 NVLIST_GET_ARRAY(const bool *,bool,BOOL) NVLIST_GET_ARRAY() argument
2030 NVLIST_TAKE_ARRAY(bool *,bool,BOOL) NVLIST_TAKE_ARRAY() argument
/netbsd-src/usr.sbin/ipwctl/
H A Dipwctl.c151 #define BOOL 4 macro
/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_utils.h46 #define BOOL int macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_win.cc20 typedef int BOOL; typedef
192 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) { in INTERCEPTOR_WINAPI() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_win.cc18 typedef int BOOL; typedef
185 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) { in INTERCEPTOR_WINAPI() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_win.cpp27 typedef int BOOL; typedef
254 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) { in INTERCEPTOR_WINAPI() argument
431 INTERCEPTOR_WINAPI(BOOL, RtlFreeHeap, HANDLE HeapHandle, DWORD Flags, in INTERCEPTOR_WINAPI() argument
/netbsd-src/external/bsd/less/dist/
H A Doption.h18 #define BOOL 01 /* Boolean option: 0 or 1 */ macro
/netbsd-src/usr.bin/tip/
H A Dtip.h112 #define BOOL 02 /* true-false value */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d69 alias int WINBOOL, BOOL, INT, LONG, HFILE, HRESULT; variable
/netbsd-src/usr.bin/xlint/common/
H A Dlint.h66 BOOL, /* _Bool */ enumerator
/netbsd-src/external/bsd/libpcap/dist/
H A Dpcap-dos.h17 typedef int BOOL; typedef
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h65 #define BOOL 1 /* function argument */ macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h41 #define BOOL(x) ((x) == 0) ? FALSE : TRUE macro