Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 23 of 23) sorted by relevance

/string/
A Dtest-strcasestr.c32 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()
90 char *s2 = (char *) (buf2 + align2); in do_test() local
129 const char s2[] = "OK"; in check1() local
A Dtest-strncmp.c46 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
245 do_page_test (size_t offset1, size_t offset2, CHAR *s2) in do_page_test()
364 CHAR *s2 = (CHAR *) (buf1 + 0xfd8); in check1() local
390 CHAR *s1, *s2; in check2() local
[all …]
A Dtest-strncasecmp.c34 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
280 char *s2 = gotrel + 0xcbe; in bz12205() local
A Dtest-strcmp.c52 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
300 CHAR *s2 = (CHAR *) (buf1 + 0xfd8); in check() local
370 CHAR *s2 = (CHAR *) (buf2 + (BUF1PAGES - 1) * page_size); in check2() local
398 CHAR *s1, *s2; in check3() local
A Dtest-memcmp.c43 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
474 CHAR *s2 = (CHAR *) buf2 + max_length - length; in check2() local
A Dtest-strcasecmp.c34 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 Dstrncpy.c27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY()
A Dstrcoll.c31 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2) in STRCOLL()
A Dtest-strstr.c31 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()
90 char *s2 = (char *) (buf2 + align2); in do_test() local
130 const char s2[] = "_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD"; in check1() local
A Dstrncmp.c32 STRNCMP (const char *s1, const char *s2, size_t n) in STRNCMP()
A Dstrncat.c27 STRNCAT (char *s1, const char *s2, size_t n) in STRNCAT()
A Dstrcmp.c33 const unsigned char *s2 = (const unsigned char *) p2; in STRCMP() local
A Dstrncase.c49 __strncasecmp (const char *s1, const char *s2, size_t n LOCALE_PARAM) in __strncasecmp()
A Dstrverscmp.c42 __strverscmp (const char *s1, const char *s2) in __strverscmp()
A Dtest-strncat.c107 CHAR *s1, *s2; in do_test() local
141 CHAR *s1, *s2; in do_overflow_tests() local
A Dtest-strncpy.c131 CHAR *s1, *s2; in do_test() local
160 CHAR *s1, *s2; in do_page_tests() local
A Dtest-memcpy-support.h88 char *s1, *s2; in do_test() local
A Dtest-memccpy.c83 char *s1, *s2; in do_test() local
A Dtest-strcpy.c99 CHAR *s1, *s2; in do_test() local
A Dtest-strcat.c97 CHAR *s1, *s2; in do_test() local
A Dmemcmp.c301 MEMCMP (const void *s1, const void *s2, size_t len) in MEMCMP()
A Dtest-memmove.c101 char *s1, *s2; in do_test() local
A Dstrcoll_l.c257 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2, locale_t l) in STRCOLL()

Completed in 35 milliseconds