Searched refs:args_for_counting (Results 1 – 1 of 1) sorted by relevance
47 va_list args_for_counting; in string_stream_vadd() local50 va_copy(args_for_counting, args); in string_stream_vadd()53 buf_len = vsnprintf(NULL, 0, fmt, args_for_counting); in string_stream_vadd()55 va_end(args_for_counting); in string_stream_vadd()