Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 399) sorted by path

12345678910>>...16

/illumos-gate/usr/src/boot/common/
H A Dutil.c59 strcmp(const char *s1, const char *s2) in strcmp()
68 strncmp(const char *s1, const char *s2, size_t len) in strncmp()
/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c476 smbios_match_str(const char* s1, const char* s2) in smbios_match_str()
H A Dstrcasecmp.c37 strcasecmp(const char *s1, const char *s2) in strcasecmp()
49 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
/illumos-gate/usr/src/boot/libsa/string/
H A Dmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
H A Dstrcmp.c45 strcmp(const char *s1, const char *s2) in strcmp()
H A Dstrcspn.c44 const char *s1; in strcspn() local
H A Dstrncmp.c39 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
H A Dstrpbrk.c42 strpbrk(const char *s1, const char *s2) in strpbrk()
H A Dstrspn.c44 const char *s1; in strspn() local
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c91 #define eq(s1, s2) (strcmp((s1), (s2)) == 0) argument
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y975 declspec_VerifySTT(stt_t s1, stt_t s2) { in declspec_VerifySTT()
1029 stt_t s1 = dsp->ds_stt; in declspec_AddSTT() local
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c682 fatal(char *s1, char *s2) in fatal()
H A Dacctdef.h107 #define EQN(s1, s2) (strncmp(s1, s2, sizeof(s1)) == 0) argument
108 #define CPYN(s1, s2) (void) strncpy(s1, s2 ? s2 : "", sizeof(s1)) argument
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c39 #define streq(s1, s2) (strcmp(s1, s2) == 0) argument
/illumos-gate/usr/src/cmd/awk/
H A Drun.c885 char *s1, *s2, *p1, *p2, *q; in sindex() local
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c306 register wchar_t *s1, *s2; in f_index() local
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c262 struct stat64 s1[1], s2[1]; in lf_linkit() local
1012 char *s1, *s2, *limit; in addg() local
1104 complexcpy(char *s1, char *s2, int max) in complexcpy()
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c142 char *s1; local
H A Dct.c122 assert (s1, s2, i1, s3, i2) in assert() argument
129 logent (s1, s2) in logent() argument
H A Ddial.c138 assert(s1,s2,i1,s3,i2) in assert() argument
145 logent(s1,s2) in logent() argument
H A Dutility.c43 assert(char *s1, char *s2, int i1, char *file, int line) in assert()
55 errent(char *s1, char *s2, int i1, char *file, int line) in errent()
64 logError(char *s1, char *s2, int i1, int type, char *file, int line) in logError()
H A Duucp.c482 copy(s1, f1, s2, f2) in copy() argument
H A Duucp.h556 #define memcpy(s1,s2,n) bcopy(s2,s1,n) argument
620 #define ASSERT(e, s1, s2, i1) if (!(e)) {\ argument
H A Duuglist.c176 assert (s1, s2, i1, s3, i2) in assert() argument
184 errent(char *s1, char *s2, int i1, char *file, int line) in errent()
H A Duuname.c107 assert(s1, s2, i1, file, line) in assert() argument
115 void logent(s1, s2) in logent() argument

12345678910>>...16