Lines Matching defs:args
269 va_list args;280 va_start(args, msg);281 vfprintf(trace_ctx->trace_fp_log, msg, args);282 va_end(args);