Searched refs:wcexp (Results 1 – 3 of 3) sorted by relevance
/localedata/ |
A D | tst-mbswcs4.c | 24 #define show(expr, nexp, wcexp, end) \ argument 29 if (n != (size_t) nexp || wc != wcexp || src != (const char *) (end)) \ 32 (unsigned long int) wcexp, (end) - buf); \
|
A D | tst-mbswcs1.c | 24 #define show(expr, nexp, wcexp) \ argument 28 if (n != (size_t) nexp || wc != wcexp) \ 31 (unsigned long int) wcexp); \
|
A D | tst-mbswcs2.c | 24 #define show(expr, nexp, wcexp, end) \ argument 29 if (n != (size_t) nexp || wc != wcexp || src != (const char *) (end)) \ 32 (unsigned long int) wcexp, (end) - buf); \
|
Completed in 3 milliseconds