HomeSort by relevance Sort by last modified time
    Searched refs:debug_log (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 36 if (ctx->debug_log == NULL)
39 write_timestamp(ctx->debug_log);
41 vfprintf(ctx->debug_log, fmt, ap);
44 fprintf(ctx->debug_log, "\n");
52 if (ctx->debug_log == NULL)
58 write_timestamp(ctx->debug_log);
59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str);
150 if (ctx.debug_log)
152 ctx.debug_log = fopen(optarg, "a");
153 if (ctx.debug_log == NULL)
    [all...]
spp_server.h 16 FILE *debug_log; member in struct:hs20_svc
  /bionic/libc/bionic/
malloc_debug_common.h 115 #define debug_log(format, ...) \ macro
malloc_debug_leak.cpp 113 //debug_log("backtrace: %p, entry: %p entry->backtrace: %p\n",
135 debug_log("malloc_debug: allocation %zx exceeds bit width\n", size);
364 debug_log("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",
405 debug_log("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",
433 debug_log("WARNING bad header guard: '0x%x'! and invalid entry: %p\n",

Completed in 91 milliseconds