Searched refs:fmt_orig (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c70 check_plain (const char *want, const char *fmt_orig, ...) argument
78 va_start (ap, fmt_orig);
83 fmtsize = strlen (fmt_orig) + 1;
86 for (p = fmt_orig, q = fmt; *p != '\0'; p++)
96 if (p > fmt_orig && *(p-1) == '.')

Completed in 131 milliseconds