Searched refs:args_for_counting (Results 1 – 1 of 1) sorted by relevance
48 va_list args_for_counting; in string_stream_vadd() local51 va_copy(args_for_counting, args); in string_stream_vadd()54 len = vsnprintf(NULL, 0, fmt, args_for_counting) + 1; in string_stream_vadd()56 va_end(args_for_counting); in string_stream_vadd()