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

123456789

/src/sys/arch/hpc/stand/libsa/
H A Dstricmp.cpp40 stricmp(const char *s1, const char *s2) argument
/src/lib/libc/string/
H A DLint_strcmp.c12 strcmp(const char *s1, const char *s2) argument
H A DLint_strncmp.c12 strncmp(const char *s1, const char *s2, size_t len) argument
H A Dwcscat.c40 wcscat(wchar_t *s1, const wchar_t *s2) argument
H A Dwcscmp.c52 wcscmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcscpy.c40 wcscpy(wchar_t *s1, const wchar_t *s2) argument
H A Dwcsncat.c40 wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwcsncmp.c46 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwcsncpy.c40 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwmemcmp.c41 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dstrcoll.c64 strcoll_l(const char *s1, const char *s2, locale_t loc) argument
H A Dwcscasecmp.c56 wcscasecmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcsncasecmp.c58 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
/src/common/lib/libc/string/
H A Dstrcmp.c57 strcmp(const char *s1, const char *s2) argument
H A Dstrncmp.c49 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dbcmp.c87 bcmp(const void *s1, const void *s2, size_t n) argument
H A Dmemcmp.c87 memcmp(const void *s1, const void *s2, size_t n) argument
/src/lib/libc/locale/
H A Dwcscoll.c45 wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) argument
53 wcscoll(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcsxfrm.c45 wcsxfrm_l(wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc) argument
68 wcsxfrm(wchar_t *s1, const wchar_t *s2, size_t n) argument
/src/distrib/utils/libhack/
H A Dstrcasecmp.c14 strcasecmp(const char *s1, const char *s2) argument
/src/sys/arch/ia64/stand/common/
H A Dstrspn.c49 strspn(const char *s1, const char *s2) argument
/src/tests/include/sys/
H A Dt_bitops.c117 uint8_t i, s1, s2; local in function:ATF_TC_BODY
[all...]
/src/lib/libm/src/
H A Ds_atanf.c66 float w,s1,s2,z; local in function:atanf
H A Ds_atanl.c55 long double w,s1,s2,z; local in function:atanl
/src/usr.bin/systat/
H A Dcmds.c157 prefix(const char *s1, const char *s2) argument

Completed in 9 milliseconds

123456789