Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dstrings_l.cpp32 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()
Dstring_l.cpp32 int strcoll_l(const char* s1, const char* s2, locale_t) { in strcoll_l()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp()
91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dstrcoll.c40 strcoll(const char *s1, const char *s2) in strcoll()
Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) in strpbrk()
Dstrspn.c37 strspn(const char *s1, const char *s2) in strspn()
Dstrcspn.c40 strcspn(const char *s1, const char *s2) in strcspn()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcscoll.c37 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll()
/bionic/libc/arch-riscv64/string/
Dstrcmp.c41 strcmp_gc(const char *s1, const char *s2) in strcmp_gc()
Dmemcmp.c41 memcmp_gc(const void *s1, const void *s2, size_t n) in memcmp_gc()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcscpy.c42 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
Dwcscmp.c50 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
Dwcsncmp.c44 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
Dwcscat.c42 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
Dwmemcmp.c42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
Dwcscasecmp.c36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
Dwcsncasecmp.c36 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
Dwcsncat.c42 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_atanl.c36 long double w,s1,s2,z; in atanl() local
Ds_atanf.c51 float w,s1,s2,z; in atanf() local
Ds_atan.c76 double w,s1,s2,z; in atan() local
/bionic/benchmarks/
Dstring_benchmark.cpp234 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/
Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c152 long double s2, s_h, s_l, t_h, t_l; in powl() local

12