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 40 typedef struct __aslclient *aslclient;
42 aslclient asl_open(const char *ident, const char *facility, uint32_t opts);
43 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
54 static aslclient client;
  /external/clang/test/Sema/
format-strings.c 277 typedef struct __aslclient *aslclient; typedef in typeref:struct:__aslclient
279 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
280 void test_asl(aslclient asl) {

Completed in 68 milliseconds