Lines Matching refs:strchrnul
706 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) {707 SCOPED_TSAN_INTERCEPTOR(strchrnul, s, c);708 char *res = REAL(strchrnul)(s, c);2590 TSAN_INTERCEPT(strchrnul);