Searched refs:call_log (Results 1 – 1 of 1) sorted by relevance
25 #define LOGCALL(fmt, args...) sprintf(call_log + strlen(call_log), fmt, ##args)26 #define TEST_CALLS(expect_log) TEST_STR_EQ(call_log, expect_log, " calls")43 static char call_log[4096]; variable105 *call_log = 0; in ResetCallLog()