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

  /external/clang/test/Analysis/
blocks.m 37 typedef struct __aslclient *aslclient;
39 aslclient asl_open(const char *ident, const char *facility, uint32_t opts);
40 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
51 static aslclient client;
  /external/clang/test/Sema/
format-strings.c 246 typedef struct __aslclient *aslclient; typedef in typeref:struct:__aslclient
248 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
249 void test_asl(aslclient asl) {

Completed in 457 milliseconds