Searched defs:s2 (Results 1 - 25 of 74) sorted by relevance

123

/barrelfish-master/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 Dstrcoll.c51 strcoll_l(const char *s, const char *s2, locale_t locale) argument
114 strcoll(const char *s, const char *s2) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A Dtest.c68 char *s,*s2; local
/barrelfish-master/lib/libc/tests/string/
H A Dstrxfrm_test.c40 const char s2[] = { 0xa1, 0 }; local
/barrelfish-master/lib/libc/locale/
H A Dcollcmp.c45 char s1[2], s2[2]; local
56 wchar_t s1[2], s2[2]; local
/barrelfish-master/kernel/
H A Dmemmove.c15 void *memmove(void *s1, const void *s2, size_t n) argument
/barrelfish-master/lib/msun/src/
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-master/lib/openssl-1.0.0d/crypto/bf/
H A Dbfs.cpp40 unsigned long s1,s2,e1,e2; local
/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcasts.cpp40 unsigned long s1,s2,e1,e2; local
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local

Completed in 270 milliseconds

123