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 | 312 typedef struct __aslclient *aslclient; typedef 314 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format_… 315 void test_asl(aslclient asl) { in test_asl()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_log.c | 42 static aslclient aslc;
|
/external/libchrome/base/ |
D | logging.cc | 671 aslclient get() const { return client_; } in ~LogMessage() 674 aslclient client_; in ~LogMessage()
|