Home | History | Annotate | Download | only in msan

Lines Matching refs:strxfrm_l

505 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T n,
509 SIZE_T res = REAL(strxfrm_l)(dest, src, n, loc);
1533 INTERCEPT_FUNCTION(strxfrm_l);