Home | History | Annotate | Download | only in qemu

Lines Matching defs:ap

1697     va_list ap;
1700 va_start(ap, fmt);
1701 va_copy(ap2, ap);
1703 vfprintf(stderr, fmt, ap);
1723 va_end(ap);