Home | History | Annotate | Download | only in i18n

Lines Matching refs:pat

34 static void debug_astro_msg(const char *pat, ...)
37 va_start(ap, pat);
38 vfprintf(stderr, pat, ap);