Home | History | Annotate | Download | only in ulinux

Lines Matching defs:ap

128     va_list ap;
130 va_start(ap, fmt);
131 vfprintf(stderr, fmt, ap);
134 va_end(ap);