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