Searched refs:dfsan_strchr_with_label (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 124 static char *dfsan_strchr_with_label(const char *s, int c, size_t *bytes_read, in dfsan_strchr_with_label() function 150 return dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, in __dfsw_strchr() 160 dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, ret_label); in __dfso_strchr()
|