Searched defs:s1 (Results 1 - 25 of 75) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/string/
H A Dstrcmp.c45 strcmp(const char *s1, const char *s2) argument
H A Dstrncmp.c39 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dwcscat.c40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
H A Dwcscmp.c48 wcscmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
H A Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) argument
H A Dwcsncmp.c42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwmemcmp.c40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwcscasecmp.c34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcsncasecmp.c34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) argument
H A Dstrpbrk.c42 strpbrk(const char *s1, const char *s2) argument
H A Dstrcasecmp.c46 strcasecmp_l(const char *s1, const char *s2, locale_t locale) argument
59 strcasecmp(const char *s1, const char *s2) argument
65 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) argument
84 strncasecmp(const char *s1, const char *s2, size_t n) argument
H A Dstrcspn.c44 const char *s1; local
H A Dstrspn.c44 const char *s1; local
/barrelfish-2018-10-04/lib/libc/tests/string/
H A Dstrxfrm_test.c39 char s1[8]; local
H A Dwcsnlen_test.c60 wchar_t *s1; local
/barrelfish-2018-10-04/lib/libc/locale/
H A Dcollcmp.c45 char s1[2], s2[2]; local
56 wchar_t s1[2], s2[2]; local
/barrelfish-2018-10-04/kernel/
H A Dmemmove.c15 void *memmove(void *s1, const void *s2, size_t n) argument
/barrelfish-2018-10-04/lib/msun/src/
H A De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; local
H A Ds_atanl.c36 long double w,s1,s2,z; local
H A Ds_atan.c76 double w,s1,s2,z; local
H A Ds_atanf.c51 float w,s1,s2,z; local
/barrelfish-2018-10-04/lib/gdtoa/
H A Dgethex.c47 CONST unsigned char *decpt, *s0, *s, *s1; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbfs.cpp40 unsigned long s1,s2,e1,e2; local

Completed in 188 milliseconds

123