Searched refs:bufexp (Results 1 – 2 of 2) sorted by relevance
24 #define show(expr, nexp, bufexp) \ argument30 if (res != nexp || dst != (char *) (bufexp)) \33 (bufexp) - (unsigned char *) buf); \
24 #define show(expr, nexp, srcexp, bufexp) \ argument31 if (res != nexp || src != (srcexp) || dst != (char *) (bufexp)) \34 (srcexp) - srcbuf, (bufexp) - (unsigned char *) buf); \