Home
last modified time | relevance | path

Searched refs:nexp (Results 1 – 5 of 5) sorted by relevance

/localedata/
A Dtst-mbswcs4.c24 #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 Dtst-mbswcs1.c24 #define show(expr, nexp, wcexp) \ argument
28 if (n != (size_t) nexp || wc != wcexp) \
30 printf (", expected %zu and %lu", (size_t) nexp, \
A Dtst-mbswcs2.c24 #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 Dtst-mbswcs5.c24 #define show(expr, nexp, bufexp) \ argument
30 if (res != nexp || dst != (char *) (bufexp)) \
32 printf (", expected %zu and buf+%td", (size_t) nexp, \
A Dtst-mbswcs3.c24 #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