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

  /external/clang/test/Analysis/
blocks.m 46 typedef struct __aslmsg *aslmsg;
48 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
73 dispatch_async(logQueue, ^{ asl_log(client, ((aslmsg)0), 4, "%s", [str UTF8String]); });
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_log.c 75 aslmsg msg;
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 75 aslmsg msg;
  /external/chromium_org/testing/iossim/
iossim.mm 286 aslmsg query = asl_new(ASL_TYPE_QUERY);
298 aslmsg entry;
  /external/clang/test/Sema/
format-strings.c 278 typedef struct __aslmsg *aslmsg; typedef in typeref:struct:__aslmsg
279 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));

Completed in 631 milliseconds