Searched refs:ap_copy (Results 1 – 1 of 1) sorted by relevance
34 va_list ap, ap_copy; in _test() local40 va_copy(ap_copy, ap); in _test()41 ret = vsscanf(string, fmt, ap_copy); in _test()42 va_end(ap_copy); in _test()