Home | History | Annotate | Download | only in msan

Lines Matching refs:strxfrm

503 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) {
506 SIZE_T res = REAL(strxfrm)(dest, src, n);
1585 INTERCEPT_FUNCTION(strxfrm);