Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/
Dbench-strncasecmp.c26 static int simple_strncasecmp (const char *, const char *, size_t);
28 IMPL (simple_strncasecmp, 0)
32 simple_strncasecmp (const char *s1, const char *s2, size_t n) in simple_strncasecmp() function
/glibc-2.36/string/
Dtest-strncasecmp.c31 static int simple_strncasecmp (const char *, const char *, size_t);
37 simple_strncasecmp (const char *s1, const char *s2, size_t n) in simple_strncasecmp() function
291 exp_result = simple_strncasecmp (s1, s2, n); in bz12205()