Home | History | Annotate | Download | only in i18n

Lines Matching defs:ap

55   va_list ap;
56 va_start(ap, pat);
57 vfprintf(stderr, pat, ap);