Searched refs:strncasecmp (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | strcasestr.c | 85 # define CMP_FUNC strncasecmp 110 } while (strncasecmp(s, find, len) != 0); in strcasestr()
|
D | strncasecmp.c | 56 strncasecmp (const char *s1, in strncasecmp() function
|
D | strings.tex | 55 * Function strncasecmp:: Compare strings ignoring case 167 @include string/strncasecmp.def
|
D | CMakeLists.txt | 78 strncasecmp.c
|
D | meson.build | 77 'strncasecmp.c',
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.c | 588 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/ |
D | strings.h | 77 int strncasecmp(const char *, const char *, size_t) __pure;
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 60 if (strncasecmp(pd->string, "0x", 2) == 0) in test_strtod()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4007 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/ |
D | COPYING.picolibc | 3967 newlib/libc/string/strncasecmp.c
|