Home | History | Annotate | Download | only in msan

Lines Matching full:__strndup

211 INTERCEPTOR(char *, __strndup, char *src, SIZE_T n) {
214 char *res = REAL(__strndup)(src, n);
1196 INTERCEPT_FUNCTION(__strndup);