/string/ |
A D | test-strcasestr.c | 32 stupid_strcasestr (const char *s1, const char *s2) in stupid_strcasestr() 62 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() 78 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test() 89 char *s1 = (char *) (buf1 + align1); in do_test() local 128 const char s1[] = "AOKB"; in check1() local
|
A D | test-strncmp.c | 46 simple_wcsncmp (const CHAR *s1, const CHAR *s2, size_t n) in simple_wcsncmp() 61 stupid_wcsncmp (const CHAR *s1, const CHAR *s2, size_t n) in stupid_wcsncmp() 95 simple_strncmp (const char *s1, const char *s2, size_t n) in simple_strncmp() 105 stupid_strncmp (const char *s1, const char *s2, size_t n) in stupid_strncmp() 144 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t n, in do_one_test() 156 CHAR *s1, *s2; in do_test_limit() local 207 CHAR *s1, *s2; in do_test() local 247 CHAR *s1; in do_page_test() local 363 CHAR *s1 = (CHAR *) (buf1 + 0xb2c); in check1() local 390 CHAR *s1, *s2; in check2() local [all …]
|
A D | test-strncasecmp.c | 34 simple_strncasecmp (const char *s1, const char *s2, size_t n) in simple_strncasecmp() 53 stupid_strncasecmp (const char *s1, const char *s2, size_t max) in stupid_strncasecmp() 74 check_result (impl_t *impl, const char *s1, const char *s2, size_t n, in check_result() 92 do_one_test (impl_t *impl, const char *s1, const char *s2, size_t n, in do_one_test() 104 char *s1, *s2; in do_test() local 142 char *s1, *s2; in do_page_tests() local 279 char *s1 = cp + 0xffa; in bz12205() local
|
A D | test-strcmp.c | 52 simple_wcscmp (const wchar_t *s1, const wchar_t *s2) in simple_wcscmp() 68 stupid_wcscmp (const wchar_t *s1, const wchar_t *s2) in stupid_wcscmp() 108 simple_strcmp (const char *s1, const char *s2) in simple_strcmp() 117 stupid_strcmp (const char *s1, const char *s2) in stupid_strcmp() 139 const CHAR *s1, const CHAR *s2, in check_result() 158 const CHAR *s1, const CHAR *s2, in do_one_test() 171 CHAR *s1, *s2; in do_test() local 299 CHAR *s1 = (CHAR *) (buf1 + 0xb2c); in check() local 369 CHAR *s1 = (CHAR *) (buf1 + (BUF1PAGES - 1) * page_size); in check2() local 398 CHAR *s1, *s2; in check3() local
|
A D | test-memcmp.c | 43 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() 71 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() 92 check_result (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in check_result() 108 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in do_one_test() 119 CHAR *s1, *s2; in do_test() local 214 CHAR s1[116], s2[116]; in check1() local 473 CHAR *s1 = (CHAR *) buf1 + max_length - length; in check2() local
|
A D | test-strcasecmp.c | 34 simple_strcasecmp (const char *s1, const char *s2) in simple_strcasecmp() 46 stupid_strcasecmp (const char *s1, const char *s2) in stupid_strcasecmp() 64 do_one_test (impl_t *impl, const char *s1, const char *s2, int exp_result) in do_one_test() 83 char *s1, *s2; in do_test() local
|
A D | strncpy.c | 27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY()
|
A D | strcoll.c | 31 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2) in STRCOLL()
|
A D | test-strstr.c | 31 stupid_strstr (const char *s1, const char *s2) in stupid_strstr() 61 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() 78 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test() 89 char *s1 = (char *) (buf1 + align1); in do_test() local 128 const char s1[] = in check1() local
|
A D | strncmp.c | 32 STRNCMP (const char *s1, const char *s2, size_t n) in STRNCMP()
|
A D | strncat.c | 27 STRNCAT (char *s1, const char *s2, size_t n) in STRNCAT()
|
A D | strcmp.c | 32 const unsigned char *s1 = (const unsigned char *) p1; in STRCMP() local
|
A D | strcasecmp.c | 46 __strcasecmp (const char *s1, const char *s2 LOCALE_PARAM) in __strcasecmp()
|
A D | strncase.c | 49 __strncasecmp (const char *s1, const char *s2, size_t n LOCALE_PARAM) in __strncasecmp()
|
A D | strverscmp.c | 42 __strverscmp (const char *s1, const char *s2) in __strverscmp()
|
A D | test-strncat.c | 107 CHAR *s1, *s2; in do_test() local 141 CHAR *s1, *s2; in do_overflow_tests() local
|
A D | test-strncpy.c | 131 CHAR *s1, *s2; in do_test() local 160 CHAR *s1, *s2; in do_page_tests() local
|
A D | test-memcpy-support.h | 88 char *s1, *s2; in do_test() local
|
A D | test-memccpy.c | 83 char *s1, *s2; in do_test() local
|
A D | test-strcpy.c | 99 CHAR *s1, *s2; in do_test() local
|
A D | test-strcat.c | 97 CHAR *s1, *s2; in do_test() local
|
A D | memcmp.c | 301 MEMCMP (const void *s1, const void *s2, size_t len) in MEMCMP()
|
A D | test-memmove.c | 101 char *s1, *s2; in do_test() local
|
A D | strcoll_l.c | 257 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2, locale_t l) in STRCOLL()
|