Home
last modified time | relevance | path

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

/string/
A Dstrncase.c28 # define __strncasecmp strncasecmp macro
33 # define __strncasecmp __strncasecmp_l macro
49 __strncasecmp (const char *s1, const char *s2, size_t n LOCALE_PARAM) in __strncasecmp() function
67 #ifndef __strncasecmp
68 weak_alias (__strncasecmp, strncasecmp)
A Dstrcasestr.c47 __strncasecmp ((const char *) (p1), (const char *) (p2), l)
A Dtest-strcasestr.c26 #define __strncasecmp strncasecmp macro

Completed in 6 milliseconds