Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Dutil.c40 va_list ap_copy; in xavsprintf_append() local
46 va_copy(ap_copy, ap); in xavsprintf_append()
47 n = vsnprintf(NULL, 0, fmt, ap_copy) + 1; in xavsprintf_append()
48 va_end(ap_copy); in xavsprintf_append()
/linux/lib/
A 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()

Completed in 6 milliseconds