Searched refs:aslclient (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Analysis/ |
D | blocks.m | 45 typedef struct __aslclient *aslclient; typedef 47 aslclient asl_open(const char *ident, const char *facility, uint32_t opts); 48 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format_… 59 static aslclient client;
|
/external/clang/test/Sema/ |
D | format-strings.c | 277 typedef struct __aslclient *aslclient; typedef 279 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format_… 280 void test_asl(aslclient asl) { in test_asl()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_log.c | 41 static aslclient aslc;
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_glx_log.c | 41 static aslclient aslc;
|