Home | History | Annotate | Download | only in ulinux

Lines Matching defs:ap

127     va_list ap;
129 va_start(ap, fmt);
130 vfprintf(stderr, fmt, ap);
133 va_end(ap);