Symbol: s3
lib/libc/net/rcmd.c
281
int s2 = rresvport_af(&lport, r->ai_family), s3;
lib/libc/net/rcmd.c
309
s3 = accept(s2, (struct sockaddr *)(void *)&from, &len);
lib/libc/net/rcmd.c
311
if (s3 < 0) {
lib/libc/net/rcmd.c
316
*fd2p = s3;
lib/libcompat/4.3/rexec.c
140
s3 = accept(s2, (struct sockaddr *)(void *)&from, &fromlen);
lib/libcompat/4.3/rexec.c
142
if (s3 == -1) {
lib/libcompat/4.3/rexec.c
147
*fd2p = s3;
lib/libcompat/4.3/rexec.c
72
int s, s3;
lib/libm/ld128/e_lgammal_r.c
138
s3 = 6.31998137119005233383666791176301800e-01L,
lib/libm/ld128/e_lgammal_r.c
300
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
lib/libm/ld80/e_lgammal_r.c
328
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/noieee_src/n_lgamma.c
229
q = s0+z*(s1+z*(s2+z*(s3+z*s4)));
lib/libm/src/e_lgamma_r.c
138
s3 = 1.46350472652464452805e-01, /* 0x3FC2BB9C, 0xBEE5F2F7 */
lib/libm/src/e_lgamma_r.c
274
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
210
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
74
s3 = 1.4635047317e-01, /* 0x3e15dce6 */
libexec/rpc.rstatd/rstat_proc.c
127
return (&stats_all.s3);
libexec/rpc.rstatd/rstat_proc.c
136
stats_all.s2.if_opackets = stats_all.s3.if_opackets;
libexec/rpc.rstatd/rstat_proc.c
146
stats_all.s1.if_opackets = stats_all.s3.if_opackets;
libexec/rpc.rstatd/rstat_proc.c
207
memset(stats_all.s3.dk_xfer, 0, sizeof(stats_all.s3.dk_xfer));
libexec/rpc.rstatd/rstat_proc.c
209
stats_all.s3.dk_xfer[i] = cur.rxfer[i] + cur.wxfer[i];
libexec/rpc.rstatd/rstat_proc.c
212
stats_all.s3.cp_time[i] = cur.cp_time[cp_xlat[i]];
libexec/rpc.rstatd/rstat_proc.c
214
stats_all.s3.avenrun[0] = avrun[0] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
215
stats_all.s3.avenrun[1] = avrun[1] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
216
stats_all.s3.avenrun[2] = avrun[2] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
224
stats_all.s3.boottime.tv_sec = btm.tv_sec;
libexec/rpc.rstatd/rstat_proc.c
225
stats_all.s3.boottime.tv_usec = (suseconds_t)(btm.tv_nsec / 1000L);
libexec/rpc.rstatd/rstat_proc.c
229
syslog(LOG_DEBUG, "%d %d %d %d %d\n", stats_all.s3.cp_time[0],
libexec/rpc.rstatd/rstat_proc.c
230
stats_all.s3.cp_time[1], stats_all.s3.cp_time[2],
libexec/rpc.rstatd/rstat_proc.c
231
stats_all.s3.cp_time[3], stats_all.s3.cp_time[4]);
libexec/rpc.rstatd/rstat_proc.c
241
stats_all.s3.v_pgpgin = uvmexp.fltanget;
libexec/rpc.rstatd/rstat_proc.c
242
stats_all.s3.v_pgpgout = uvmexp.pdpageouts;
libexec/rpc.rstatd/rstat_proc.c
243
stats_all.s3.v_pswpin = uvmexp.swapins;
libexec/rpc.rstatd/rstat_proc.c
244
stats_all.s3.v_pswpout = uvmexp.swapouts;
libexec/rpc.rstatd/rstat_proc.c
245
stats_all.s3.v_intr = uvmexp.intrs;
libexec/rpc.rstatd/rstat_proc.c
246
stats_all.s3.v_swtch = uvmexp.swtch;
libexec/rpc.rstatd/rstat_proc.c
248
stats_all.s3.v_intr -= hz*(tm.tv_sec - btm.tv_sec) +
libexec/rpc.rstatd/rstat_proc.c
251
stats_all.s3.if_ipackets = 0;
libexec/rpc.rstatd/rstat_proc.c
252
stats_all.s3.if_opackets = 0;
libexec/rpc.rstatd/rstat_proc.c
253
stats_all.s3.if_ierrors = 0;
libexec/rpc.rstatd/rstat_proc.c
254
stats_all.s3.if_oerrors = 0;
libexec/rpc.rstatd/rstat_proc.c
255
stats_all.s3.if_collisions = 0;
libexec/rpc.rstatd/rstat_proc.c
267
stats_all.s3.if_ipackets += ifdr.ifdr_data.ifi_ipackets;
libexec/rpc.rstatd/rstat_proc.c
268
stats_all.s3.if_opackets += ifdr.ifdr_data.ifi_opackets;
libexec/rpc.rstatd/rstat_proc.c
269
stats_all.s3.if_ierrors += ifdr.ifdr_data.ifi_ierrors;
libexec/rpc.rstatd/rstat_proc.c
270
stats_all.s3.if_oerrors += ifdr.ifdr_data.ifi_oerrors;
libexec/rpc.rstatd/rstat_proc.c
271
stats_all.s3.if_collisions += ifdr.ifdr_data.ifi_collisions;
libexec/rpc.rstatd/rstat_proc.c
277
stats_all.s3.curtime.tv_sec = tm.tv_sec;
libexec/rpc.rstatd/rstat_proc.c
278
stats_all.s3.curtime.tv_usec = tm.tv_usec;
libexec/rpc.rstatd/rstat_proc.c
97
struct statstime s3;
sbin/ldconfig/shlib.c
200
concat(const char *s1, const char *s2, const char *s3)
sbin/ldconfig/shlib.c
204
len3 = strlen(s3);
sbin/ldconfig/shlib.c
210
strcpy(result + len1 + len2, s3);
sys/arch/alpha/alpha/db_interface.c
127
DBREG(s3, FRAME_S3),
sys/arch/dreamcast/dev/gdrom.c
163
uint8_t s1, s2, s3;
sys/arch/dreamcast/dev/gdrom.c
169
s3 = GDROM_STAT;
sys/arch/dreamcast/dev/gdrom.c
174
else if (s2 == s3)
sys/arch/evbppc/nintendo/dev/hwaes.c
482
uint32_t s0, s1, s2, s3;
sys/arch/evbppc/nintendo/dev/hwaes.c
487
s3 = *t3 >> 31;
sys/arch/evbppc/nintendo/dev/hwaes.c
488
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/adiantum/adiantum.c
299
uint32_t s0, s1, s2, s3, s4; /* h - (2^130 - 5) */
sys/crypto/adiantum/adiantum.c
318
s3 = h3 + c; c = s3 >> 26; s3 &= 0x03ffffff;
sys/crypto/adiantum/adiantum.c
329
h3 = (m & h3) | (~m & s3);
sys/crypto/aes/aes_bear.c
347
uint32_t s0, s1, s2, s3;
sys/crypto/aes/aes_bear.c
352
s3 = *t3 >> 31;
sys/crypto/aes/aes_bear.c
353
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/aes/aes_bear64.c
396
uint32_t s0, s1, s2, s3;
sys/crypto/aes/aes_bear64.c
401
s3 = *t3 >> 31;
sys/crypto/aes/aes_bear64.c
402
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/aes/aes_ct.c
201
s3 = t53 ^ t66;
sys/crypto/aes/aes_ct.c
204
s1 = t64 ^ ~s3;
sys/crypto/aes/aes_ct.c
210
q[4] = s3;
sys/crypto/aes/aes_ct.c
67
uint32_t s0, s1, s2, s3, s4, s5, s6, s7;
sys/crypto/aes/aes_ct64.c
216
s3 = t53 ^ t66;
sys/crypto/aes/aes_ct64.c
219
s1 = t64 ^ ~s3;
sys/crypto/aes/aes_ct64.c
225
q[4] = s3;
sys/crypto/aes/aes_ct64.c
82
uint64_t s0, s1, s2, s3, s4, s5, s6, s7;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
201
s3 = t53 ^ t66;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
204
s1 = t64 ^ ~s3;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
210
q[4] = s3;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
67
__m128i s0, s1, s2, s3, s4, s5, s6, s7;
sys/crypto/aes/arch/x86/aes_via.c
452
uint32_t s0, s1, s2, s3;
sys/crypto/aes/arch/x86/aes_via.c
457
s3 = *t3 >> 31;
sys/crypto/aes/arch/x86/aes_via.c
458
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/dev/pci/qat/qat_hw17reg.h
2041
} s3;
sys/dev/raidframe/rf_dagfuncs.c
576
unsigned long d0, d1, d2, d3, s0, s1, s2, s3; /* temps */
sys/dev/raidframe/rf_dagfuncs.c
598
s3 = pg_src[3];
sys/dev/raidframe/rf_dagfuncs.c
602
pg_dest[3] = d3 ^ s3;
sys/dev/raidframe/rf_nwayxor.c
77
unsigned long d0, d1, d2, d3, s0, s1, s2, s3;
sys/dev/raidframe/rf_nwayxor.c
88
s3 = src[3];
sys/dev/raidframe/rf_nwayxor.c
92
dest[3] = d3 ^ s3;
sys/dev/sbus/p9100.c
1733
int s0, s1, s2, s3, ps, crtcline;
sys/dev/sbus/p9100.c
1779
s3 = upper_bit(bits);
sys/dev/sbus/p9100.c
1780
if (s3 > 9) {
sys/dev/sbus/p9100.c
1781
bits &= ~(1 << s3);
sys/dev/sbus/p9100.c
1782
s3 -= 9;
sys/dev/sbus/p9100.c
1784
s3 = 0;
sys/dev/sbus/p9100.c
1806
s2, s3, bits);
sys/dev/sbus/p9100.c
1814
(s3 << SHIFT_3) | (ps << PIXEL_SHIFT) | (es << SWAP_SHIFT);
sys/dev/stbi/stb_image.c
1366
#define IDCT_1D(s0,s1,s2,s3,s4,s5,s6,s7) \
sys/dev/stbi/stb_image.c
1383
t2 = s3; \
tests/lib/libc/regex/t_exhaust.c
130
char *d, *s1, *s2, *s3;
tests/lib/libc/regex/t_exhaust.c
133
s3 = concat(s1, s2);
tests/lib/libc/regex/t_exhaust.c
136
s1 = concat(s3, ")");
tests/lib/libc/regex/t_exhaust.c
137
free(s3);
tests/lib/libc/regex/t_exhaust.c
146
char *d, *s1, *s2, *s3;
tests/lib/libc/regex/t_exhaust.c
149
s3 = concat(s1, s2);
tests/lib/libc/regex/t_exhaust.c
152
d = concat("(.?)", s3);
tests/lib/libc/regex/t_exhaust.c
153
free(s3);
tests/lib/libprop/t_proplib.c
737
prop_string_t s1, s2, s3;
tests/lib/libprop/t_proplib.c
785
s3 = prop_string_copy(s2);
tests/lib/libprop/t_proplib.c
786
ATF_REQUIRE(s3 != NULL);
tests/lib/libprop/t_proplib.c
787
ATF_REQUIRE(s3 == s2);
tests/lib/libprop/t_proplib.c
791
ATF_REQUIRE(prop_string_equals(s2, s3));
tests/lib/libprop/t_proplib.c
794
ATF_REQUIRE(prop_string_compare(s2, s3) == 0);
tests/lib/libprop/t_proplib.c
797
ATF_REQUIRE(prop_string_compare_string(s3, "b") == 0);
tests/lib/libprop/t_proplib.c
803
prop_object_release(s3);
tests/usr.bin/indent/lsym_preprocessing.c
115
int s3 ;
tests/usr.bin/indent/lsym_preprocessing.c
132
int s3;
tests/usr.bin/indent/opt_cs.c
31
struct s s3 = (struct s) s;
tests/usr.bin/indent/opt_cs.c
38
struct s s3 = (struct s) s;
tests/usr.bin/indent/opt_cs.c
45
struct s s3 = (struct s)s;
usr.bin/make/str.c
102
memcpy(result + len1 + len2, s3, len3 + 1);
usr.bin/make/str.c
94
str_concat3(const char *s1, const char *s2, const char *s3)
usr.bin/make/str.c
98
size_t len3 = strlen(s3);
usr.bin/netstat/mroute.c
273
char s0[256*3], s1[256], s2[256], s3[256];
usr.bin/netstat/mroute.c
335
snprintf(s3, sizeof s3, "%lld.%ld",
usr.bin/netstat/mroute.c
340
snprintf(s3, sizeof s3, "-%lld.%ld",
usr.bin/netstat/mroute.c
343
printf(" %s", s3);
usr.bin/rdist/expand.c
566
char *s1, *s2, *s3;
usr.bin/rdist/expand.c
575
s3 = NULL;
usr.bin/rdist/expand.c
578
s3 = file;
usr.bin/rdist/expand.c
580
s3 = file;
usr.bin/rdist/expand.c
581
while (*s3 && *s3 != '/')
usr.bin/rdist/expand.c
582
s3++;
usr.bin/rdist/expand.c
583
if (*s3 == '/')
usr.bin/rdist/expand.c
584
*s3 = '\0';
usr.bin/rdist/expand.c
586
s3 = NULL;
usr.bin/rdist/expand.c
590
if (s3 != NULL)
usr.bin/rdist/expand.c
591
*s3 = '/';
usr.bin/rdist/expand.c
595
if (s3 != NULL)
usr.bin/rdist/expand.c
596
*s3 = '/';
usr.bin/rdist/expand.c
602
if (s3 != NULL) {
usr.bin/rdist/expand.c
604
while ((*s1++ = *s3++) != 0)