Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 32) 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()
Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp()
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/upstream-freebsd/lib/libc/string/
Dwcscmp.c50 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
Dwcscpy.c42 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
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()
Dwcscasecmp.c36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
Dwmemcmp.c42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
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
De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
De_lgammaf_r.c70 s1 = 2.69987404e-01, /* 0x3e8a3bca */ variable
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgethex.c47 CONST unsigned char *decpt, *s0, *s, *s1; local
/bionic/benchmarks/
Dstring_benchmark.cpp235 std::vector<char> s1; in BM_string_strcmp() local
256 std::vector<char> s1; in BM_string_strncmp() local

12