Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 98) sorted by relevance

1234

/glibc-2.36/wcsmbs/
Dwmemcpy.c23 __wmemcpy (wchar_t *s1, const wchar_t *s2, size_t n) in __wmemcpy()
Dwmemmove.c23 __wmemmove (wchar_t *s1, const wchar_t *s2, size_t n) in __wmemmove()
Dwmempcpy.c23 __wmempcpy (wchar_t *s1, const wchar_t *s2, size_t n) in __wmempcpy()
Dwcscmp.c28 WCSCMP (const wchar_t *s1, const wchar_t *s2) in WCSCMP()
Dwmemcmp.c25 __wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n) in __wmemcmp()
/glibc-2.36/debug/
Dwmemcpy_chk.c23 __wmemcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemcpy_chk()
Dwmemmove_chk.c23 __wmemmove_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemmove_chk()
Dwmempcpy_chk.c23 __wmempcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmempcpy_chk()
Dstrncpy_chk.c23 __strncpy_chk (char *s1, const char *s2, size_t n, size_t s1len) in __strncpy_chk()
Dstrcat_chk.c26 char *s1 = dest; in __strcat_chk() local
Dwcscat_chk.c25 wchar_t *s1 = dest; in __wcscat_chk() local
Dstrncat_chk.c24 __strncat_chk (char *s1, const char *s2, size_t n, size_t s1len) in __strncat_chk()
/glibc-2.36/string/
Dtest-strcasestr.c32 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
Dstrncpy.c27 STRNCPY (char *s1, const char *s2, size_t n) in STRNCPY()
Dstrcoll.c31 STRCOLL (const STRING_TYPE *s1, const STRING_TYPE *s2) in STRCOLL()
Dtest-strncmp.c49 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 …]
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()
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
Dtest-strncasecmp.c37 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/
Dbench-strncmp.c36 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
Dbench-memcmp.c34 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
Dbench-strcasecmp.c32 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
Dbench-strncasecmp.c32 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
Dbench-strcmp.c38 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/
Dtst_strcoll.c14 const char *s1, *s2; in tst_strcoll() local
/glibc-2.36/sysdeps/ia64/
Dstrcmp.S31 #define s1 in0 macro

1234