Home | History | Annotate | Download | only in i18n

Lines Matching defs:ap

36   va_list ap;
37 va_start(ap, pat);
38 vfprintf(stderr, pat, ap);