HomeSort by relevance Sort by last modified time
    Searched full:boolean_t (Results 1 - 13 of 13) sorted by null

  /external/selinux/libselinux/src/
audit2why.c 32 struct boolean_t { struct
37 static struct boolean_t **boollist = NULL;
56 boollist[boolcnt] = malloc(sizeof(struct boolean_t));
63 static int check_booleans(struct boolean_t **bools)
150 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
151 struct boolean_t *b = *bools;
317 struct boolean_t *bools;
396 struct boolean_t *b = bools;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_malloc_mac.inc 258 boolean_t mi_check(malloc_zone_t *zone) {
262 void mi_print(malloc_zone_t *zone, boolean_t verbose) {
282 boolean_t mi_zone_locked(malloc_zone_t *zone) {
  /external/libxml2/
trio.c 114 #define BOOLEAN_T int
786 static BOOLEAN_T internalDigitsUnconverted = TRUE;
789 static BOOLEAN_T internalCollationUnconverted = TRUE;
818 TRIO_PRIVATE BOOLEAN_T
965 TRIO_PRIVATE BOOLEAN_T
1203 BOOLEAN_T positional; /* Does the specifier have a positional? */
1204 BOOLEAN_T gotSticky = FALSE; /* Are there any sticky modifiers at all? */
    [all...]
triostr.c 51 #if !defined(BOOLEAN_T)
52 # define BOOLEAN_T int
1293 TRIO_STRING_PRIVATE BOOLEAN_T
1299 BOOLEAN_T status = FALSE;
1326 TRIO_STRING_PRIVATE BOOLEAN_T
    [all...]
  /external/libpcap/
pcap-libdlpi.c 57 static boolean_t list_interfaces(const char *, void *);
73 static boolean_t
  /external/valgrind/coregrind/m_mach/
mach_traps-amd64-darwin.S 87 // boolean_t swtch_pri(int)
mach_traps-x86-darwin.S 82 // boolean_t swtch_pri(int)
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 170 extern boolean_t exc_server();
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 170 extern boolean_t exc_server();
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 125 boolean_t exc_server(mach_msg_header_t* request,
148 boolean_t breakpad_exc_server(mach_msg_header_t* InHeadP,
205 boolean_t breakpad_exc_server(mach_msg_header_t* request,
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/valgrind/include/vki/
vki-solaris.h 74 #define vki_boolean_t boolean_t
    [all...]
  /external/valgrind/coregrind/
m_main.c     [all...]

Completed in 1614 milliseconds