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

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dcs_strcmp.c37 cs_strcmp( char * s1, char * s2 ) argument
[all...]
H A Dcs_strncmp.c38 cs_strncmp( char * s1, char * s2, int n ) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strrevcmp.c25 char *s1; 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
/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.c46 strdup(const char *s1) argument
H A Dstrncmp.c41 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dstrndup.c36 strndup(const char *s1, size_t n) argument
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.c42 wcsdup(const wchar_t *s1) argument
51 wsdup(const wchar_t *s1) argument
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
[all...]
/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/cmd/mdb/common/kmdb/kctl/
H A Dkctl_string.c48 char *s1 = kobj_alloc(strlen(s) + 1, KM_SLEEP); local

Completed in 101 milliseconds

1234567891011>>