Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrcasestr.c85 # define CMP_FUNC strncasecmp
110 } while (strncasecmp(s, find, len) != 0); in strcasestr()
Dstrncasecmp.c56 strncasecmp (const char *s1, in strncasecmp() function
Dstrings.tex55 * Function strncasecmp:: Compare strings ignoring case
167 @include string/strncasecmp.def
DCMakeLists.txt78 strncasecmp.c
Dmeson.build77 'strncasecmp.c',
/picolibc-latest/newlib/libc/locale/
Dlocale.c588 if (strncasecmp (charset, "EUC", 3)) in __loadlocale()
616 if (strncasecmp (charset, "ISO", 3)) in __loadlocale()
621 if (strncasecmp (c, "8859", 4)) in __loadlocale()
697 if (strncasecmp (charset, "KOI8", 4)) in __loadlocale()
740 if (!strncasecmp (charset, "GEORGIAN", 8)) in __loadlocale()
779 if (strncasecmp (charset, "TIS", 3)) in __loadlocale()
/picolibc-latest/newlib/libc/include/
Dstrings.h77 int strncasecmp(const char *, const char *, size_t) __pure;
/picolibc-latest/newlib/libm/test/
Dconvert.c60 if (strncasecmp(pd->string, "0x", 2) == 0) in test_strtod()
/picolibc-latest/newlib/
DChangeLog-20154007 libc/string/strcasecmp.c, libc/string/strncasecmp.c:
4028 * libc/string/strncasecmp.c: Include <strings.h> for "strncasecmp".
4056 * libc/string/strcasestr.c: Include <strings.h> for "strncasecmp".
4057 * libc/time/strptime.c: Include <strings.h> for "strncasecmp".
6310 * libc/string/strncasecmp.c: Fix description.
6596 * libc/string/strncasecmp.c: Optimized rewrite.
12349 * libc/string/strncasecmp.c: Likewise.
21507 strcasecmp and strncasecmp.
21689 * libc/string/strncasecmp.c (strncasecmp): Ditto.
26023 * libc/string/strcasecmp.c, libc/string/strncasecmp.c: new
[all …]
/picolibc-latest/
DCOPYING.picolibc3967 newlib/libc/string/strncasecmp.c