Home | History | Annotate | Download | only in i18n

Lines Matching defs:ap

41   va_list ap;
42 va_start(ap, pat);
43 vfprintf(stderr, pat, ap);