HomeSort by: relevance | last modified time | path
    Searched defs:BOOL (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/ipwctl/
ipwctl.c 151 #define BOOL 4
283 { 157, "Card disabled", BOOL },
306 { 185, "Antenna diversity disabled", BOOL },
319 { 198, "Management frame capability", BOOL },
323 { 202, "International mode", BOOL },
352 case BOOL:
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc 20 typedef int BOOL;
192 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) {
  /src/usr.bin/tip/
tip.h 112 #define BOOL 02 /* true-false value */
  /src/usr.bin/xlint/common/
lint.h 66 BOOL, /* _Bool */
118 bool tt_is_integer:1; /* integer type */
120 bool tt_is_uinteger:1; /* unsigned integer type */
121 bool tt_is_floating:1; /* floating point type */
122 bool tt_is_arithmetic:1; /* arithmetic type */
123 bool tt_is_scalar:1; /* scalar type */
124 bool tt_is_complex:1; /* complex type */
164 static inline bool
170 static inline bool
176 static inline bool
    [all...]

Completed in 103 milliseconds