Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dprintf-tests.c58 va_list aap; in test() local
59 va_copy(aap, ap); in test()
107 an = vasprintf(&abuf, fmt, aap); in test()
113 va_end(aap); in test()
167 va_list aap; in testw() local
168 va_copy(aap, ap); in testw()