Home
last modified time | relevance | path

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

12345678910>>...15

/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dstricmp.c55 strcasecmp(char *s1, char *s2) in strcasecmp() argument
66 strncasecmp(char *s1, char *s2, int n) in strncasecmp() argument
80 stricmp(char *s1, char *s2) in stricmp() argument
86 strnicmp(char *s1, char *s2, int n) in strnicmp() argument
[all...]
/titanic_52/usr/src/lib/libc/port/locale/
H A Dwcscasecmp.c44 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) in wcscasecmp_l() argument
59 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp() argument
65 wcsncasecmp_l(const wchar_t * s1,const wchar_t * s2,size_t n,locale_t loc) wcsncasecmp_l() argument
80 wcsncasecmp(const wchar_t * s1,const wchar_t * s2,size_t n) wcsncasecmp() argument
[all...]
H A Dstrcasecmp.c44 strcasecmp_l(const char *s1, const char *s2, locale_t loc) in strcasecmp_l() argument
70 strcasecmp(const char *s1, const char *s2) in strcasecmp() argument
H A Dstrcasestr.c47 strcasestr_l(const char *s1, const char *s2, locale_t loc) in strcasestr_l() argument
76 strcasestr(const char *s1, const char *s2) in strcasestr() argument
H A Dstrncasecmp.c44 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t loc) in strncasecmp_l() argument
72 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument
H A Dstrcoll.c50 strcoll_l(const char *s1, const char *s2, locale_t loc) in strcoll_l() argument
112 strcoll(const char *s1, const char *s2) in strcoll() argument
/titanic_52/usr/src/psm/promif/ieee1275/common/
H A Dprom_string.c41 prom_strncpy(register char *s1, register char *s2, size_t n) in prom_strncpy() argument
58 prom_strcpy(register char *s1, register char *s2) in prom_strcpy() argument
72 prom_strncmp(register char *s1, register char *s2, register size_t n) in prom_strncmp() argument
87 prom_strcmp(register char *s1, register char *s2) in prom_strcmp() argument
128 prom_strcat(register char * s1,register char * s2) prom_strcat() argument
[all...]
/titanic_52/usr/src/lib/libc/port/i18n/
H A Dwscpy.c45 wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() argument
55 wscpy(wchar_t *s1, const wchar_t *s2) in wscpy() argument
61 wcpcpy(wchar_t *s1, const wchar_t *s2) in wcpcpy() argument
H A Dwsncpy.c41 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncpy() argument
55 wsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wsncpy() argument
65 wcpncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcpncpy() argument
H A Dstrtows.c36 strtows(wchar_t *s1, char *s2) in strtows() argument
49 wstostr(char *s1, wchar_t *s2) in wstostr() argument
H A Dwscmp.c44 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp() argument
56 wscmp(const wchar_t *s1, const wchar_t *s2) in wscmp() argument
H A Dwscat.c45 wcscat(wchar_t *s1, const wchar_t *s2) in wcscat() argument
58 wscat(wchar_t *s1, const wchar_t *s2) in wscat() argument
H A Dwsxfrm.c40 wsxfrm(wchar_t *s1, const wchar_t *s2, size_t n) in wsxfrm() argument
46 wscoll(const wchar_t *s1, const wchar_t *s2) in wscoll() argument
H A Dwsncmp.c45 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() argument
58 wsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wsncmp() argument
H A Dwsncat.c46 wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncat() argument
63 wsncat(wchar_t *s1, const wchar_t *s2, size_t n) in wsncat() argument
/titanic_52/usr/src/cmd/sh/
H A Derror.c51 failed_body(unsigned char *s1, const char *s2, unsigned char *s3, int gflag) in failed_body() argument
66 failed_real(unsigned char *s1, const char *s2, unsigned char *s3) in failed_real() argument
73 failure_real(unsigned char *s1, const char *s2, int gflag) in failure_real() argument
/titanic_52/usr/src/common/util/
H A Dmemstr.c42 memmove(void *s1, const void *s2, size_t n) in memmove() argument
68 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument
85 memcpy(void *s1, const void *s2, size_t n) in memcpy() argument
H A Dstring.c353 strcat(char *s1, const char *s2) in strcat() argument
376 strcmp(const char *s1, const char *s2) in strcmp() argument
385 strncmp(const char *s1, const char *s2, size_t n) in strncmp() argument
432 strcasecmp(const char *s1, const char *s2) in strcasecmp() argument
445 strncasecmp(const char * s1,const char * s2,size_t n) strncasecmp() argument
460 strcpy(char * s1,const char * s2) strcpy() argument
470 strncpy(char * s1,const char * s2,size_t n) strncpy() argument
499 const char *s1, *s2; strstr() local
541 strncat(char * s1,const char * s2,size_t n) strncat() argument
[all...]
/titanic_52/usr/src/cmd/sendmail/libsm/
H A Dstrrevcmp.c35 sm_strrevcasecmp(s1, s2) in sm_strrevcasecmp() argument
77 sm_strrevcmp(s1,s2) sm_strrevcmp() argument
[all...]
H A Dstrcasecmp.c72 sm_strcasecmp(s1,s2) sm_strcasecmp() argument
89 sm_strncasecmp(s1,s2,n) sm_strncasecmp() argument
/titanic_52/usr/src/boot/lib/libstand/
H A Dstrcasecmp.c42 strcasecmp(s1, s2) in strcasecmp() argument
56 strncasecmp(s1, s2, n) in strncasecmp() argument
/titanic_52/usr/src/lib/libc/port/gen/
H A Dstrstr.c45 const char *s1, *s2; in strstr() local
84 const char *s1, *s2; in strnstr() local
[all...]
/titanic_52/usr/src/lib/libresolv2/common/bsd/
H A Dstrcasecmp.c94 strcasecmp(const char *s1, const char *s2) { in strcasecmp() argument
106 strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp() argument
/titanic_52/usr/src/cmd/bnu/
H A Dutility.c47 assert(s1, s2, i1, file, line) in assert() argument
60 errent(s1, s2, i1, file, line) in errent() argument
70 logError(s1, s2, i1, type, file, line) in logError() argument
[all...]
/titanic_52/usr/src/lib/libnsl/dial/
H A Ddial.c136 assert(const char *s1, const char *s2, int i1, const char *s3, int i2) in assert() argument
142 logent(const char *s1, const char *s2) in logent() argument

12345678910>>...15