Home | History | Annotate | Download | only in i18n

Lines Matching defs:ap

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