Home
last modified time | relevance | path

Searched refs:dfsan_strchr_with_label (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp120 static char *dfsan_strchr_with_label(const char *s, int c, size_t *bytes_read, in dfsan_strchr_with_label() function
146 return dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, in __dfsw_strchr()
156 dfsan_strchr_with_label(s, c, &bytes_read, s_label, c_label, ret_label); in __dfso_strchr()