/bionic/libc/bionic/ |
D | strings_l.cpp | 32 int strcasecmp_l(const char* s1, const char* s2, locale_t) { in strcasecmp_l() 36 int strncasecmp_l(const char* s1, const char* s2, size_t n, locale_t) { in strncasecmp_l()
|
D | string_l.cpp | 32 int strcoll_l(const char* s1, const char* s2, locale_t) { in strcoll_l()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
D | strcoll.c | 40 strcoll(const char *s1, const char *s2) in strcoll()
|
D | strncmp.c | 35 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
D | strpbrk.c | 37 strpbrk(const char *s1, const char *s2) in strpbrk()
|
D | strspn.c | 37 strspn(const char *s1, const char *s2) in strspn()
|
D | strcspn.c | 40 strcspn(const char *s1, const char *s2) in strcspn()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcscoll.c | 37 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll()
|
/bionic/libc/arch-riscv64/string/ |
D | strcmp.c | 41 strcmp_gc(const char *s1, const char *s2) in strcmp_gc()
|
D | memcmp.c | 41 memcmp_gc(const void *s1, const void *s2, size_t n) in memcmp_gc()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcscpy.c | 42 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
|
D | wcscmp.c | 50 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
|
D | wcsncmp.c | 44 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
|
D | wcscat.c | 42 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
|
D | wmemcmp.c | 42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
|
D | wcscasecmp.c | 36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
|
D | wcsncasecmp.c | 36 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
|
D | wcsncat.c | 42 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_atanl.c | 36 long double w,s1,s2,z; in atanl() local
|
D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local
|
D | s_atan.c | 76 double w,s1,s2,z; in atan() local
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 234 std::vector<char> s2; in BM_string_strcmp() local 254 std::vector<char> s2; in BM_string_strncmp() local
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | dtoa.c | 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_powl.c | 152 long double s2, s_h, s_l, t_h, t_l; in powl() local
|