/glibc-2.36/wcsmbs/ |
D | wmemcpy.c | 23 __wmemcpy (wchar_t *s1, const wchar_t *s2, size_t n) in __wmemcpy()
|
D | wmemmove.c | 23 __wmemmove (wchar_t *s1, const wchar_t *s2, size_t n) in __wmemmove()
|
D | wmempcpy.c | 23 __wmempcpy (wchar_t *s1, const wchar_t *s2, size_t n) in __wmempcpy()
|
D | wcscmp.c | 28 WCSCMP (const wchar_t *s1, const wchar_t *s2) in WCSCMP()
|
D | wmemcmp.c | 25 __wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n) in __wmemcmp()
|
/glibc-2.36/debug/ |
D | wmemcpy_chk.c | 23 __wmemcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemcpy_chk()
|
D | wmemmove_chk.c | 23 __wmemmove_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemmove_chk()
|
D | wmempcpy_chk.c | 23 __wmempcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmempcpy_chk()
|
D | strncpy_chk.c | 23 __strncpy_chk (char *s1, const char *s2, size_t n, size_t s1len) in __strncpy_chk()
|
D | strcat_chk.c | 26 char *s1 = dest; in __strcat_chk() local
|
D | wcscat_chk.c | 25 wchar_t *s1 = dest; in __wcscat_chk() local
|
D | strncat_chk.c | 24 __strncat_chk (char *s1, const char *s2, size_t n, size_t s1len) in __strncat_chk()
|
/glibc-2.36/string/ |
D | test-strcasestr.c | 32 simple_strcasestr (const char *s1, const char *s2) in simple_strcasestr() 61 check_result (impl_t *impl, const char *s1, const char *s2, in check_result() 77 do_one_test (impl_t *impl, const char *s1, const char *s2, char *exp_result) in do_one_test() 88 char *s1 = (char *) (buf1 + align1); in do_test() local 127 const char s1[] = "AOKB"; in check1() local
|
D | strncpy.c | 27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY()
|
D | strcoll.c | 31 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2) in STRCOLL()
|
D | test-strncmp.c | 49 simple_wcsncmp (const CHAR *s1, const CHAR *s2, size_t n) in simple_wcsncmp() 78 simple_strncmp (const char *s1, const char *s2, size_t n) in simple_strncmp() 95 check_result (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t n, in check_result() 113 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t n, in do_one_test() 125 CHAR *s1, *s2; in do_test_limit() local 176 CHAR *s1, *s2, *s1_end, *s2_end; in do_test_n() local 236 CHAR *s1; in do_page_test() local 352 CHAR *s1 = (CHAR *) (buf1 + 0xb2c); in check1() local 379 CHAR *s1, *s2; in check2() local 402 CHAR *s1 = (CHAR *) (buf1 + (BUF1PAGES - 1) * page_size); in check3() local [all …]
|
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() 91 check_result (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in check_result() 107 do_one_test (impl_t *impl, const CHAR *s1, const CHAR *s2, size_t len, in do_one_test() 118 CHAR *s1, *s2; in do_test() local 213 CHAR s1[116], s2[116]; in check1() local 472 CHAR *s1 = (CHAR *) buf1 + max_length - length; in check2() local
|
D | test-strncasecmp.c | 37 simple_strncasecmp (const char *s1, const char *s2, size_t n) in simple_strncasecmp() 56 check_result (impl_t *impl, const char *s1, const char *s2, size_t n, in check_result() 74 do_one_test (impl_t *impl, const char *s1, const char *s2, size_t n, in do_one_test() 86 char *s1, *s2; in do_test() local 146 char *s1, *s2; in do_page_tests() local 283 char *s1 = cp + 0xffa; in bz12205() local
|
/glibc-2.36/benchtests/ |
D | bench-strncmp.c | 36 simple_wcsncmp (const CHAR *s1, const CHAR *s2, size_t n) in simple_wcsncmp() 57 simple_strncmp (const char *s1, const char *s2, size_t n) in simple_strncmp() 75 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s1, const CHAR in do_one_test() 98 CHAR *s1, *s2; in do_test_limit() local 148 CHAR *s1, *s2; in do_test() local 196 do_one_test_page_boundary (json_ctx_t *json_ctx, CHAR *s1, CHAR *s2, in do_one_test_page_boundary() 221 CHAR *s1 = (CHAR *) (buf1 + (BUF1PAGES - 1) * page_size); in do_test_page_boundary() local 253 CHAR *s1; in do_one_test_page() local 299 CHAR *s1, *s2; in do_test_page() local
|
D | bench-memcmp.c | 34 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() 48 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() 65 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s1, in do_one_test() 88 CHAR *s1, *s2; in do_test() local
|
D | bench-strcasecmp.c | 32 simple_strcasecmp (const char *s1, const char *s2) in simple_strcasecmp() 44 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const char *s1, in do_one_test() 77 char *s1, *s2; in do_test() local
|
D | bench-strncasecmp.c | 32 simple_strncasecmp (const char *s1, const char *s2, size_t n) in simple_strncasecmp() 51 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const char *s1, in do_one_test() 74 char *s1, *s2; in do_test() local
|
D | bench-strcmp.c | 38 simple_wcscmp (const wchar_t *s1, const wchar_t *s2) in simple_wcscmp() 64 simple_strcmp (const char *s1, const char *s2) in simple_strcmp() 83 const CHAR *s1, const CHAR *s2, in do_one_test() 107 CHAR *s1, *s2; in do_test() local 157 do_one_test_page_boundary (json_ctx_t *json_ctx, CHAR *s1, CHAR *s2, in do_one_test_page_boundary() 181 CHAR *s1 = (CHAR *) (buf1 + (BUF1PAGES - 1) * page_size); in do_test_page_boundary() local
|
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_strcoll.c | 14 const char *s1, *s2; in tst_strcoll() local
|
/glibc-2.36/sysdeps/ia64/ |
D | strcmp.S | 31 #define s1 in0 macro
|