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

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dcs_strncmp.c38 cs_strncmp( char * s1, char * s2, int n ) argument
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strrevcmp.c26 char *s2; local
[all...]
/opensolaris-onvv-gate/usr/src/common/util/
H A Dbcmp.c47 bcmp(const void *s1, const void *s2, size_t len) argument
H A Dbcopy.c51 bcopy(const void *s1, void *s2, size_t len) argument
H A Dmemcmp.c51 memcmp(const void *s1, const void *s2, size_t n) argument
H A Dmemcpy.c61 const char *s2 = s0; local
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dbcmp.c30 bcmp(char *s1, char *s2, int len) argument
H A Dstrncat.c36 strncat(char *s1, char *s2, int n) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dstpcpy.c38 stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2) argument
H A Dstrcat.c41 strcat(char *s1, const char *s2) argument
H A Dstrcmp.c40 strcmp(const char *s1, const char *s2) argument
H A Dstrcpy.c41 strcpy(char *s1, const char *s2) argument
H A Dstrdup.c48 char *s2 = malloc(strlen(s1) + 1); local
H A Dstrncmp.c41 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dstrndup.c38 char *s2; local
H A Dstpncpy.c39 stpncpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2, size_t n) argument
H A Dstrncat.c42 strncat(char *s1, const char *s2, size_t n) argument
H A Dstrncpy.c41 strncpy(char *s1, const char *s2, size_t n) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dwsdup.c44 wchar_t *s2; local
H A Dstrtows.c36 strtows(wchar_t *s1, char *s2) argument
49 wstostr(char *s1, wchar_t *s2) argument
H A Dwscasecmp.c40 wcscasecmp(const wchar_t *s1, const wchar_t *s2) argument
52 wscasecmp(const wchar_t *s1, const wchar_t *s2) argument
/opensolaris-onvv-gate/usr/src/lib/libmail/common/
H A Dcasncmp.c49 casncmp(char *s1, char *s2, ssize_t n) argument
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dbcmp.c50 bcmp(char *s1, char *s2, int len) argument
H A Dbcopy.c53 bcopy(char *s1, char *s2, int len) argument
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dtest.c68 char *s,*s2; local

Completed in 117 milliseconds

1234567891011>>