Home
last modified time | relevance | path

Searched refs:s2 (Results 126 – 150 of 466) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnplist.c37 char * s1, * s2; member
39 int s1, s2;
135 return (MSG_ORIG(nplist[i].s2)); in findop()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.regs.out19 libdis_test+0x48: 33 09 29 01 add s2,s2,s2
49 libdis_test+0xc0: 33 88 28 01 add a6,a7,s2
50 libdis_test+0xc4: b3 08 39 01 add a7,s2,s3
51 libdis_test+0xc8: 33 89 49 01 add s2,s3,s4
H A D64.rv64a.s27 lr.d.aq s1, (s2)
28 lr.d.rl s2, (s3)
30 sc.d s0, s2, (s1)
32 sc.d.rl s2, s4, (s1)
H A Dtst.rv32a.s27 lr.w.aq s1, (s2)
28 lr.w.rl s2, (s3)
30 sc.w s0, s2, (s1)
32 sc.w.rl s2, s4, (s1)
H A Dtst.rv32d.s26 fld ft1, (s2)
27 fld ft1, -0x4(s2)
28 fld ft1, 0x42(s2)
29 fsd ft1, (s2)
30 fsd ft1, -0x4(s2)
31 fsd ft1, 0x42(s2)
H A Dtst.rv32f.s26 flw ft1, (s2)
27 flw ft1, -0x4(s2)
28 flw ft1, 0x42(s2)
29 fsw ft1, (s2)
30 fsw ft1, -0x4(s2)
31 fsw ft1, 0x42(s2)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c272 struct stat s2; in b_cmp() local
387 else if (fstat(sffileno(f2), &s2)) in b_cmp()
389 else if (s1.st_ino == s2.st_ino && s1.st_dev == s2.st_dev && o1 == o2) in b_cmp()
392 … ((flags & CMP_SILENT) && S_ISREG(s1.st_mode) && S_ISREG(s2.st_mode) && (s1.st_size - o1) != (s2.s… in b_cmp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c49 register const char* s2; in hashlook() local
55 s2 = name; in hashlook()
57 while (c = *s2++) HASHPART(n, c); in hashlook()
66 s2 = name; in hashlook()
67 while ((c = *s1++) == *s2++) in hashlook()
107 register const char* s2 = name; in hashlook() local
113 while (*s1++ == *s2++) in hashlook()
116 else while (*s1 == *s2++) in hashlook()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c204 strcat_(tchar *s1, tchar *s2) in strcat_() argument
212 while (*s1++ = *s2++) in strcat_()
226 strcmp_(tchar *s1, tchar *s2) in strcmp_() argument
228 while (*s1 == *s2++) { in strcmp_()
233 return (((unsigned long)*s1) - ((unsigned long)*(--s2))); in strcmp_()
240 strcoll_(tchar *s1, tchar *s2) in strcoll_() argument
246 tstostr(buf2, s2); in strcoll_()
255 strcpy_(tchar *s1, tchar *s2) in strcpy_() argument
260 while (*s1++ = *s2++) in strcpy_()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c141 Compare(char *s1, char *s2) in Compare() argument
148 while (*s2 != '\0' && isspace(*s2)) in Compare()
149 s2++; in Compare()
150 return (strcmp(s1, s2)); in Compare()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrcpy.c39 strcpy(char *s1, const char *s2) in strcpy() argument
43 while (*s1++ = *s2++) in strcpy()
H A Dstrcat.c39 strcat(char *s1, const char *s2) in strcat() argument
46 while (*s1++ = *s2++) in strcat()
H A Dstpcpy.c38 stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2) in stpcpy() argument
40 (void) strcpy(s1, s2); in stpcpy()
H A Dstrncpy.c39 strncpy(char *s1, const char *s2, size_t n) in strncpy() argument
44 while ((--n != 0) && ((*s1++ = *s2++) != '\0')) in strncpy()
H A Dstrncat.c40 strncat(char *s1, const char *s2, size_t n) in strncat() argument
48 while (*s1++ = *s2++) in strncat()
/illumos-gate/usr/src/common/util/
H A Dbcmp.c45 bcmp(const void *s1, const void *s2, size_t len) in bcmp() argument
47 return (memcmp(s1, s2, len) == 0 ? 0 : 1); in bcmp()
H A Dbcopy.c49 bcopy(const void *s1, void *s2, size_t len) in bcopy() argument
51 (void) memmove(s2, s1, len); in bcopy()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dbcmp.c48 bcmp(char *s1, char *s2, int len) in bcmp() argument
50 if (_memcmp(s1, s2, (size_t)len) == 0) in bcmp()
H A Dbcopy.c51 bcopy(char *s1, char *s2, int len) in bcopy() argument
54 (void) _memmove(s2, s1, (size_t)len); in bcopy()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dcommon.c131 const uchar_t *s2; in qstring() local
133 s2 = srcp + len; in qstring()
134 while (s2 > srcp && *--s2 == '\0') in qstring()
/illumos-gate/usr/src/uts/sun4/os/
H A Dbcmp.c50 const char *s2 = s2_arg; in bcmp() local
53 if (*s1++ != *s2++) in bcmp()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dmemcpy_swap.h35 void _dwarf_memcpy_swap_bytes(void *s1, const void *s2, unsigned long len);
38 void _dwarf_memcpy_noswap_bytes(void *s1, const void *s2, unsigned long len);
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1364 #define sigorset(s1, s2) \ argument
1365 (((s1)->__sigbits[0] |= (s2)->__sigbits[0]), \
1366 ((s1)->__sigbits[1] |= (s2)->__sigbits[1]), \
1367 ((s1)->__sigbits[2] |= (s2)->__sigbits[2]), \
1368 ((s1)->__sigbits[3] |= (s2)->__sigbits[3]))
1370 #define sigandset(s1, s2) \ argument
1372 ((s1)->__sigbits[1] &= (s2)->__sigbits[1]), \
1373 ((s1)->__sigbits[2] &= (s2)->__sigbits[2]), \
1374 ((s1)->__sigbits[3] &= (s2)->__sigbits[3]))
1376 #define sigdiffset(s1, s2) \ argument
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c482 copy(s1, f1, s2, f2) in copy() argument
483 char *s1, *f1, *s2, *f2; in copy()
499 if (!EQUALS(s2, Myname))
556 s1, file1, s2, file2, User, s2 );
586 gename(DATAPRE, s2, Grade, dfile);
638 gename(DATAPRE, s2, Grade, dfile);
648 cfp = syscfile(cfile, s2);
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h273 #define STRTOK( s1, s2, l ) strtok( s1, s2 ) argument
319 #define STRTOK( s1, s2, l ) strtok( s1, s2 ) argument
323 #define STRTOK( s1, s2, l ) (char *)strtok_r( s1, s2, l ) argument

12345678910>>...19