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

/linux-master/scripts/dtc/
H A Dutil.c51 va_list ap_copy; local
57 va_copy(ap_copy, ap);
58 n = vsnprintf(NULL, 0, fmt, ap_copy) + 1;
59 va_end(ap_copy);
/linux-master/lib/
H A Dtest_scanf.c34 va_list ap, ap_copy; local
40 va_copy(ap_copy, ap);
41 ret = vsscanf(string, fmt, ap_copy);
42 va_end(ap_copy);

Completed in 691 milliseconds