Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dprintf-tests.c59 va_list aap; in test() local
60 va_copy(aap, ap); in test()
150 an = vasprintf(&abuf, fmt, aap); in test()
156 va_end(aap); in test()
210 va_list aap; in testw() local
211 va_copy(aap, ap); in testw()