Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/locale/
Dlocale.c569 if (strcasecmp (charset, "UTF-8") && strcasecmp (charset, "UTF8")) in __loadlocale()
579 if (strcasecmp (charset, "JIS")) in __loadlocale()
593 if (!strcasecmp (c, "JP")) in __loadlocale()
605 if (strcasecmp (charset, "SJIS")) in __loadlocale()
730 if (strcasecmp (charset, "ASCII")) in __loadlocale()
745 if (strcasecmp (c, "PS")) in __loadlocale()
764 if (strcasecmp (charset, "PT154")) in __loadlocale()
/picolibc-latest/newlib/libc/string/
Dstrcasecmp.c55 strcasecmp (const char *s1, in strcasecmp() function
Dstrings.tex42 * Function strcasecmp:: Compare strings ignoring case
128 @include string/strcasecmp.def
DCMakeLists.txt60 strcasecmp.c
Dmeson.build60 'strcasecmp.c',
/picolibc-latest/newlib/libc/include/
Dstrings.h76 int strcasecmp(const char *, const char *) __pure;
/picolibc-latest/newlib/
DChangeLog-20151454 * libc/include/string.h: Correct guard for strcasecmp().
4007 libc/string/strcasecmp.c, libc/string/strncasecmp.c:
4026 * libc/string/strcasecmp.c: Include <strings.h> for "strcasecmp".
6309 * libc/string/strcasecmp.c: Optimized rewrite.
12345 * libc/string/strcasecmp.c: Likewise.
21507 strcasecmp and strncasecmp.
21686 * libc/string/strcasecmp.c (strcasecmp): Adhere to standard
26023 * libc/string/strcasecmp.c, libc/string/strncasecmp.c: new
26027 strcasecmp.
/picolibc-latest/
DCOPYING.picolibc3956 newlib/libc/string/strcasecmp.c