Home
last modified time | relevance | path

Searched defs:s1 (Results 51 – 75 of 414) sorted by relevance

12345678910>>...17

/titanic_51/usr/src/cmd/lp/lib/lp/
H A Dcs_strncmp.c39 char * s1, in cs_strncmp() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dbcmp.c30 bcmp(char *s1, char *s2, int len) in bcmp() argument
H A Dmemcmp.c32 memcmp(s1, s2, n) in memcmp() argument
H A Dstrncat.c36 strncat(char *s1, char *s2, int n) in strncat() argument
H A Dstrstr.c37 _strstr(s1, s2) in _strstr() argument
H A Dmemccpy.c34 memccpy(s1, s2, c, n) in memccpy() argument
/titanic_51/usr/src/boot/lib/libc/string/
H A Dstrncmp.c39 strncmp(const char *s1, const char *s2, size_t n) in strncmp() argument
H A Dmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument
H A Dstrpbrk.c42 strpbrk(const char *s1, const char *s2) in strpbrk() argument
/titanic_51/usr/src/lib/libc/port/gen/
H A Dstpncpy.c39 stpncpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2, size_t n) in stpncpy() argument
H A Dstrncat.c42 strncat(char *s1, const char *s2, size_t n) in strncat() argument
H A Dstrncpy.c41 strncpy(char *s1, const char *s2, size_t n) in strncpy() argument
H A Dascii_strcasecmp.c47 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() argument
H A Dascii_strncasecmp.c47 ascii_strncasecmp(const char *s1, const char *s2, size_t n) in ascii_strncasecmp() argument
/titanic_51/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h73 #define DDI_STRSAME(s1, s2) ((*(s1) == *(s2)) && (strcmp((s1), (s2)) == 0)) argument
/titanic_51/usr/src/cmd/acct/lib/
H A Dcopyn.c36 copyn(s1, s2, n) in copyn() argument
/titanic_51/usr/src/uts/sun4/os/
H A Dbcmp.c49 const char *s1 = s1_arg; in bcmp() local
/titanic_51/usr/src/lib/libc/port/locale/
H A Dcollcmp.c40 wchar_t s1[2], s2[2]; in _collate_range_cmp() local
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1038 grub_memcmp (const char *s1, const char *s2, int n) in grub_memcmp() argument
1057 grub_strncat (char *s1, const char *s2, int n) in grub_strncat() argument
1087 grub_strcmp (const char *s1, cons argument
1103 grub_strncmp(const char * s1,const char * s2,int n) grub_strncmp() argument
1234 substring(const char * s1,const char * s2) substring() argument
1254 grub_strstr(const char * s1,const char * s2) grub_strstr() argument
[all...]
/titanic_51/usr/src/common/util/
H A Dmemcmp.c51 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument
H A Dmemmove.c59 char *s1 = s; in memmove() local
H A Dmemcpy.c60 char *s1 = s; in memcpy() local
H A Dmemccpy.c51 unsigned char *s1 = s; in memccpy() local
/titanic_51/usr/src/lib/libgen/common/
H A Dstrfind.c43 const char *s1, *s2; in strfind() local
/titanic_51/usr/src/cmd/bnu/
H A Duuglist.c178 assert (s1, s2, i1, s3, i2) in assert() argument
186 errent(s1, s2, i1, file, line) in errent() argument

12345678910>>...17