Searched refs:nexp (Results 1 – 5 of 5) 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)) \ 31 printf (", expected %zu and %lu and buf+%td", (size_t) nexp, \
|
A D | tst-mbswcs1.c | 24 #define show(expr, nexp, wcexp) \ argument 28 if (n != (size_t) nexp || wc != wcexp) \ 30 printf (", expected %zu and %lu", (size_t) nexp, \
|
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)) \ 31 printf (", expected %zu and %lu and buf+%td", (size_t) nexp, \
|
A D | tst-mbswcs5.c | 24 #define show(expr, nexp, bufexp) \ argument 30 if (res != nexp || dst != (char *) (bufexp)) \ 32 printf (", expected %zu and buf+%td", (size_t) nexp, \
|
A D | tst-mbswcs3.c | 24 #define show(expr, nexp, srcexp, bufexp) \ argument 31 if (res != nexp || src != (srcexp) || dst != (char *) (bufexp)) \ 33 printf (", expected %zu and srcbuf+%td and buf+%td", (size_t) nexp, \
|
Completed in 4 milliseconds