Home
last modified time | relevance | path

Searched refs:bufexp (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/localedata/
Dtst-mbswcs5.c24 #define show(expr, nexp, bufexp) \ argument
30 if (res != nexp || dst != (char *) (bufexp)) \
33 (bufexp) - (unsigned char *) buf); \
Dtst-mbswcs3.c24 #define show(expr, nexp, srcexp, bufexp) \ argument
31 if (res != nexp || src != (srcexp) || dst != (char *) (bufexp)) \
34 (srcexp) - srcbuf, (bufexp) - (unsigned char *) buf); \