Home
last modified time | relevance | path

Searched refs:ap_copy (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_scanf.c34 va_list ap, ap_copy; in _test() local
40 va_copy(ap_copy, ap); in _test()
41 ret = vsscanf(string, fmt, ap_copy); in _test()
42 va_end(ap_copy); in _test()