Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp349 static int dfsan_strncasecmp(const char *s1, const char *s2, size_t n, in dfsan_strncasecmp() function
369 int r = dfsan_strncasecmp(s1, s2, 0, &bytes_read); in __dfsw_strcasecmp()
379 int r = dfsan_strncasecmp(s1, s2, 0, &bytes_read); in __dfso_strcasecmp()
443 int r = dfsan_strncasecmp(s1, s2, n, &bytes_read); in __dfsw_strncasecmp()
459 int r = dfsan_strncasecmp(s1, s2, n, &bytes_read); in __dfso_strncasecmp()