Searched refs:strncasecmp (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | strncasecmp.c | 13 # define strncasecmp wcsncasecmp macro 30 int strncasecmp(register const Wchar *s1, register const Wchar *s2, size_t n) in strncasecmp() function 35 libc_hidden_def(strncasecmp) 40 int __XL_NPP(strncasecmp)(register const Wchar *s1, register const Wchar *s2, 68 libc_hidden_def(__XL_NPP(strncasecmp))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | tst-fnmatch.c | 279 if (strncasecmp (str, "PATHNAME", 8) == 0 in convert_flags() 285 else if (strncasecmp (str, "NOESCAPE", 8) == 0 in convert_flags() 291 else if (strncasecmp (str, "PERIOD", 6) == 0 in convert_flags() 298 else if (strncasecmp (str, "LEADING_DIR", 11) == 0 in convert_flags() 306 else if (strncasecmp (str, "CASEFOLD", 8) == 0 in convert_flags() 314 else if (strncasecmp (str, "EXTMATCH", 8) == 0 in convert_flags()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | tester.c | 1487 check(strncasecmp("a", "a", 5) == 0, 1); in test_strncasecmp() 1488 check(strncasecmp("a", "A", 5) == 0, 2); in test_strncasecmp() 1489 check(strncasecmp("A", "a", 5) == 0, 3); in test_strncasecmp() 1490 check(strncasecmp("a", "b", 5) < 0, 4); in test_strncasecmp() 1491 check(strncasecmp("c", "b", 5) > 0, 5); in test_strncasecmp() 1492 check(strncasecmp("abc", "AbC", 5) == 0, 6); in test_strncasecmp() 1495 check(strncasecmp("AbC", "", 5) > 0, 9); in test_strncasecmp() 1496 check(strncasecmp("AbC", "A", 5) > 0, 10); in test_strncasecmp() 1497 check(strncasecmp("AbC", "Ab", 5) > 0, 11); in test_strncasecmp() 1498 check(strncasecmp("AbC", "ab", 5) > 0, 12); in test_strncasecmp() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | strings.h | 89 extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) 91 libc_hidden_proto(strncasecmp)
|
A D | string.h | 398 extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) 400 libc_hidden_proto(strncasecmp)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | strings.SUSv4.syms | 3 strncasecmp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | ruserpass.c | 151 strncasecmp(host, tokval, tmp - host) == 0 && in ruserpass()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | mconf.c | 425 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
A D | nconf.c | 720 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | contrib_files.mk | 193 strncasecmp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 1554 if (!__XL_NPP(strncasecmp)(buf, o, strlen(o) __LOCALE_ARG) && *o) {
|
Completed in 16 milliseconds