bin/csh/exec.c
621
Char *s0, *s1, *s2, *cmd;
bin/csh/exec.c
637
s1 = s2 = sp->word;
bin/csh/exec.c
638
while (*s2)
bin/csh/exec.c
639
switch (*s2) {
bin/csh/exec.c
642
qc = *s2++;
bin/csh/exec.c
643
while (*s2 && *s2 != qc)
bin/csh/exec.c
644
*s1++ = *s2++ | QUOTE;
bin/csh/exec.c
645
if (*s2)
bin/csh/exec.c
646
s2++;
bin/csh/exec.c
649
if (*++s2)
bin/csh/exec.c
650
*s1++ = *s2++ | QUOTE;
bin/csh/exec.c
653
*s1++ = *s2++;
bin/csh/glob.c
851
Gcat(Char *s1, Char *s2)
bin/csh/glob.c
858
for (q = s2; *q++;)
bin/csh/glob.c
860
n = (p - s1) + (q - s2) - 1;
bin/csh/glob.c
869
for (p--, q = s2; (*p++ = *q++) != '\0';)
bin/ksh/c_test.c
324
int s2;
bin/ksh/c_test.c
329
(((s2 = stat(opnd2, &b2)) == 0 &&
bin/ksh/c_test.c
331
s2 != 0);
games/gomoku/main.c
344
int i, pnum, n, s1, s2, d1, d2;
games/gomoku/main.c
420
sp = &board[s2 = ctos(str)];
games/gomoku/main.c
432
"%s%c = %x", stoc(s2), pdir[d2], overlap[n]);
games/robots/score.c
155
cmp_sc(const void *s1, const void *s2)
games/robots/score.c
157
return ((SCORE *)s2)->s_score - ((SCORE *)s1)->s_score;
games/snake/snake.c
64
#define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col)
include/rpc/clnt.h
104
int32_t s2;
lib/libc/gdtoa/dtoa.c
119
j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
lib/libc/gdtoa/dtoa.c
271
s2 = j;
lib/libc/gdtoa/dtoa.c
275
s2 = 0;
lib/libc/gdtoa/dtoa.c
280
s2 += k;
lib/libc/gdtoa/dtoa.c
512
s2 += i;
lib/libc/gdtoa/dtoa.c
517
if (m2 > 0 && s2 > 0) {
lib/libc/gdtoa/dtoa.c
518
i = m2 < s2 ? m2 : s2;
lib/libc/gdtoa/dtoa.c
521
s2 -= i;
lib/libc/gdtoa/dtoa.c
571
s2 += Log2P;
lib/libc/gdtoa/dtoa.c
584
if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0)
lib/libc/gdtoa/dtoa.c
587
if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0)
lib/libc/gdtoa/dtoa.c
594
s2 += i;
lib/libc/gdtoa/dtoa.c
600
s2 += i;
lib/libc/gdtoa/dtoa.c
607
if (s2 > 0) {
lib/libc/gdtoa/dtoa.c
608
S = lshift(S, s2);
lib/libc/gdtoa/gdtoa.c
160
int rdir, s2, s5, spec_case, try_quick;
lib/libc/gdtoa/gdtoa.c
268
s2 = j;
lib/libc/gdtoa/gdtoa.c
272
s2 = 0;
lib/libc/gdtoa/gdtoa.c
277
s2 += k;
lib/libc/gdtoa/gdtoa.c
535
s2 += i;
lib/libc/gdtoa/gdtoa.c
540
if (m2 > 0 && s2 > 0) {
lib/libc/gdtoa/gdtoa.c
541
i = m2 < s2 ? m2 : s2;
lib/libc/gdtoa/gdtoa.c
544
s2 -= i;
lib/libc/gdtoa/gdtoa.c
586
s2++;
lib/libc/gdtoa/gdtoa.c
598
i = ((s5 ? hi0bits(S->x[S->wds-1]) : ULbits - 1) - s2 - 4) & kmask;
lib/libc/gdtoa/gdtoa.c
605
if ((s2 += i) > 0) {
lib/libc/gdtoa/gdtoa.c
606
S = lshift(S, s2);
lib/libc/gen/getnetgrent.c
504
_ng_makekey(const char *s1, const char *s2, size_t len)
lib/libc/gen/getnetgrent.c
511
ret = snprintf(buf, len, "%s.%s", _NG_STAR(s1), _NG_STAR(s2));
lib/libc/gen/glob.c
412
g_strncmp(const Char *s1, const char *s2, size_t n)
lib/libc/gen/glob.c
417
rv = *(Char *)s1 - *(const unsigned char *)s2++;
lib/libc/locale/wcscoll.c
37
wcscoll(const wchar_t *s1, const wchar_t *s2)
lib/libc/locale/wcscoll.c
40
return (wcscmp(s1, s2));
lib/libc/locale/wcscoll_l.c
13
wcscoll_l(const wchar_t *s1, const wchar_t *s2,
lib/libc/locale/wcscoll_l.c
16
return wcscmp(s1, s2);
lib/libc/net/rcmd.c
189
int s2 = rresvport_af(&lport, af), s3;
lib/libc/net/rcmd.c
192
if (s2 < 0)
lib/libc/net/rcmd.c
195
listen(s2, 1);
lib/libc/net/rcmd.c
201
(void)close(s2);
lib/libc/net/rcmd.c
207
pfd[1].fd = s2;
lib/libc/net/rcmd.c
220
(void)close(s2);
lib/libc/net/rcmd.c
223
s3 = accept(s2, (struct sockaddr *)&from, &len);
lib/libc/net/rcmd.c
228
close(s2);
lib/libc/net/rcmd.c
249
(void)close(s2);
lib/libc/regex/engine.c
121
#define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
lib/libc/regex/engine.c
126
#define AT(t, p1, p2, s1, s2) /* nothing */
lib/libc/rpc/clnt_perror.c
130
e.re_lb.s1, e.re_lb.s2);
lib/libc/rpc/rpc_prot.c
200
error->re_lb.s2 = (long)acpt_stat;
lib/libc/rpc/rpc_prot.c
220
error->re_lb.s2 = (long)rjct_stat;
lib/libc/string/memcmp.c
40
memcmp(const void *s1, const void *s2, size_t n)
lib/libc/string/memcmp.c
43
const unsigned char *p1 = s1, *p2 = s2;
lib/libc/string/strcasecmp.c
77
strcasecmp(const char *s1, const char *s2)
lib/libc/string/strcasecmp.c
81
const u_char *us2 = (const u_char *)s2;
lib/libc/string/strcasecmp.c
91
strncasecmp(const char *s1, const char *s2, size_t n)
lib/libc/string/strcasecmp.c
96
const u_char *us2 = (const u_char *)s2;
lib/libc/string/strcasecmp_l.c
10
strcasecmp_l(const char *s1, const char *s2,
lib/libc/string/strcasecmp_l.c
13
return strcasecmp(s1, s2);
lib/libc/string/strcasecmp_l.c
17
strncasecmp_l(const char *s1, const char *s2, size_t n,
lib/libc/string/strcasecmp_l.c
20
return strncasecmp(s1, s2, n);
lib/libc/string/strcmp.c
41
strcmp(const char *s1, const char *s2)
lib/libc/string/strcmp.c
43
while (*s1 == *s2++)
lib/libc/string/strcmp.c
46
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
lib/libc/string/strcoll.c
40
strcoll(const char *s1, const char *s2)
lib/libc/string/strcoll.c
43
return (strcmp(s1, s2));
lib/libc/string/strcoll_l.c
10
strcoll_l(const char *s1, const char *s2,
lib/libc/string/strcoll_l.c
13
return strcmp(s1, s2);
lib/libc/string/strcspn.c
40
strcspn(const char *s1, const char *s2)
lib/libc/string/strcspn.c
51
spanp = s2;
lib/libc/string/strncmp.c
35
strncmp(const char *s1, const char *s2, size_t n)
lib/libc/string/strncmp.c
41
if (*s1 != *s2++)
lib/libc/string/strncmp.c
42
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
lib/libc/string/strpbrk.c
37
strpbrk(const char *s1, const char *s2)
lib/libc/string/strpbrk.c
43
for (scanp = s2; (sc = *scanp++) != 0;)
lib/libc/string/strspn.c
37
strspn(const char *s1, const char *s2)
lib/libc/string/strspn.c
47
for (spanp = s2; (sc = *spanp++) != 0;)
lib/libc/string/wcscasecmp.c
33
wcscasecmp(const wchar_t *s1, const wchar_t *s2)
lib/libc/string/wcscasecmp.c
37
while ((l1 = towlower(*s1++)) == (l2 = towlower(*s2++))) {
lib/libc/string/wcscasecmp.c
47
wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcscasecmp.c
54
if (((l1 = towlower(*s1++))) != (l2 = towlower(*s2++))) {
lib/libc/string/wcscasecmp_l.c
33
wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t locale)
lib/libc/string/wcscasecmp_l.c
38
(l2 = towlower_l(*s2++, locale))) {
lib/libc/string/wcscasecmp_l.c
47
wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t locale)
lib/libc/string/wcscasecmp_l.c
55
(l2 = towlower_l(*s2++, locale))) {
lib/libc/string/wcscat.c
40
wcscat(wchar_t *s1, const wchar_t *s2)
lib/libc/string/wcscat.c
50
r = s2;
lib/libc/string/wcscmp.c
43
wcscmp(const wchar_t *s1, const wchar_t *s2)
lib/libc/string/wcscmp.c
46
while (*s1 == *s2++)
lib/libc/string/wcscmp.c
50
return (*(const rune_t *)s1 - *(const rune_t *)--s2);
lib/libc/string/wcscpy.c
40
wcscpy(wchar_t *s1, const wchar_t *s2)
lib/libc/string/wcscpy.c
46
q = s2;
lib/libc/string/wcsncat.c
35
wcsncat(wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcsncat.c
45
r = s2;
lib/libc/string/wcsncmp.c
37
wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcsncmp.c
43
if (*s1 != *s2++) {
lib/libc/string/wcsncmp.c
46
*(const rune_t *)--s2);
lib/libc/string/wcsncpy.c
35
wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcsncpy.c
40
while (n && *s2) {
lib/libc/string/wcsncpy.c
41
*p++ = *s2++;
lib/libc/string/wmemcmp.c
36
wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wmemcmp.c
41
if (*s1 != *s2) {
lib/libc/string/wmemcmp.c
44
*(const rune_t *)s2 ? 1 : -1;
lib/libc/string/wmemcmp.c
47
s2++;
lib/libcrypto/aes/aes_core.c
1017
uint32_t s0, s1, s2, s3, t0, t1, t2, t3;
lib/libcrypto/aes/aes_core.c
1030
s2 = crypto_load_be32toh(&in[2 * 4]) ^ rk[2];
lib/libcrypto/aes/aes_core.c
1034
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
lib/libcrypto/aes/aes_core.c
1035
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
lib/libcrypto/aes/aes_core.c
1036
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
lib/libcrypto/aes/aes_core.c
1037
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[ 7];
lib/libcrypto/aes/aes_core.c
1041
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
lib/libcrypto/aes/aes_core.c
1044
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[12];
lib/libcrypto/aes/aes_core.c
1045
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
lib/libcrypto/aes/aes_core.c
1046
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[14];
lib/libcrypto/aes/aes_core.c
1047
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[15];
lib/libcrypto/aes/aes_core.c
1051
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
lib/libcrypto/aes/aes_core.c
1054
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[20];
lib/libcrypto/aes/aes_core.c
1055
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
lib/libcrypto/aes/aes_core.c
1056
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[22];
lib/libcrypto/aes/aes_core.c
1057
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[23];
lib/libcrypto/aes/aes_core.c
1061
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
lib/libcrypto/aes/aes_core.c
1064
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[28];
lib/libcrypto/aes/aes_core.c
1065
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
lib/libcrypto/aes/aes_core.c
1066
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[30];
lib/libcrypto/aes/aes_core.c
1067
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[31];
lib/libcrypto/aes/aes_core.c
1071
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
lib/libcrypto/aes/aes_core.c
1074
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[36];
lib/libcrypto/aes/aes_core.c
1075
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
lib/libcrypto/aes/aes_core.c
1076
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[38];
lib/libcrypto/aes/aes_core.c
1077
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[39];
lib/libcrypto/aes/aes_core.c
1082
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
lib/libcrypto/aes/aes_core.c
1085
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[44];
lib/libcrypto/aes/aes_core.c
1086
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
lib/libcrypto/aes/aes_core.c
1087
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[46];
lib/libcrypto/aes/aes_core.c
1088
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[47];
lib/libcrypto/aes/aes_core.c
1093
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
lib/libcrypto/aes/aes_core.c
1096
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[52];
lib/libcrypto/aes/aes_core.c
1097
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
lib/libcrypto/aes/aes_core.c
1098
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[54];
lib/libcrypto/aes/aes_core.c
1099
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55];
lib/libcrypto/aes/aes_core.c
1112
Td2[(s2 >> 8) & 0xff] ^
lib/libcrypto/aes/aes_core.c
1119
Td3[(s2) & 0xff] ^
lib/libcrypto/aes/aes_core.c
1122
Td0[(s2 >> 24)] ^
lib/libcrypto/aes/aes_core.c
1129
Td1[(s2 >> 16) & 0xff] ^
lib/libcrypto/aes/aes_core.c
1151
s2 =
lib/libcrypto/aes/aes_core.c
1183
s2 =
lib/libcrypto/aes/aes_core.c
1189
crypto_store_htobe32(&out[2 * 4], s2);
lib/libcrypto/aes/aes_core.c
816
uint32_t s0, s1, s2, s3, t0, t1, t2, t3;
lib/libcrypto/aes/aes_core.c
829
s2 = crypto_load_be32toh(&in[2 * 4]) ^ rk[2];
lib/libcrypto/aes/aes_core.c
833
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
lib/libcrypto/aes/aes_core.c
834
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
lib/libcrypto/aes/aes_core.c
835
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
lib/libcrypto/aes/aes_core.c
836
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
lib/libcrypto/aes/aes_core.c
840
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
lib/libcrypto/aes/aes_core.c
843
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
lib/libcrypto/aes/aes_core.c
844
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
lib/libcrypto/aes/aes_core.c
845
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
lib/libcrypto/aes/aes_core.c
846
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
lib/libcrypto/aes/aes_core.c
850
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
lib/libcrypto/aes/aes_core.c
853
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
lib/libcrypto/aes/aes_core.c
854
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
lib/libcrypto/aes/aes_core.c
855
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
lib/libcrypto/aes/aes_core.c
856
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
lib/libcrypto/aes/aes_core.c
860
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
lib/libcrypto/aes/aes_core.c
863
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
lib/libcrypto/aes/aes_core.c
864
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
lib/libcrypto/aes/aes_core.c
865
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
lib/libcrypto/aes/aes_core.c
866
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
lib/libcrypto/aes/aes_core.c
870
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
lib/libcrypto/aes/aes_core.c
873
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
lib/libcrypto/aes/aes_core.c
874
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
lib/libcrypto/aes/aes_core.c
875
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
lib/libcrypto/aes/aes_core.c
876
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
lib/libcrypto/aes/aes_core.c
881
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
lib/libcrypto/aes/aes_core.c
884
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[44];
lib/libcrypto/aes/aes_core.c
885
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
lib/libcrypto/aes/aes_core.c
886
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[46];
lib/libcrypto/aes/aes_core.c
887
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[47];
lib/libcrypto/aes/aes_core.c
892
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
lib/libcrypto/aes/aes_core.c
895
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[52];
lib/libcrypto/aes/aes_core.c
896
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
lib/libcrypto/aes/aes_core.c
897
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[54];
lib/libcrypto/aes/aes_core.c
898
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[55];
lib/libcrypto/aes/aes_core.c
911
Te2[(s2 >> 8) & 0xff] ^
lib/libcrypto/aes/aes_core.c
916
Te1[(s2 >> 16) & 0xff] ^
lib/libcrypto/aes/aes_core.c
921
Te0[(s2 >> 24)] ^
lib/libcrypto/aes/aes_core.c
930
Te3[(s2) & 0xff] ^
lib/libcrypto/aes/aes_core.c
950
s2 =
lib/libcrypto/aes/aes_core.c
982
s2 =
lib/libcrypto/aes/aes_core.c
988
crypto_store_htobe32(&out[2 * 4], s2);
lib/libcrypto/camellia/camellia.c
364
u32 s0, s1, s2, s3;
lib/libcrypto/camellia/camellia.c
368
k[2] = s2 = GETU32(rawKey + 8);
lib/libcrypto/camellia/camellia.c
375
k[10] = s2 = ~s0;
lib/libcrypto/camellia/camellia.c
378
k[10] = s2 = GETU32(rawKey + 24);
lib/libcrypto/camellia/camellia.c
381
s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
lib/libcrypto/camellia/camellia.c
385
Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0);
lib/libcrypto/camellia/camellia.c
386
Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2);
lib/libcrypto/camellia/camellia.c
388
s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
lib/libcrypto/camellia/camellia.c
389
Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4);
lib/libcrypto/camellia/camellia.c
390
Camellia_Feistel(s2, s3, s0, s1, SIGMA + 6);
lib/libcrypto/camellia/camellia.c
394
k[ 4] = s0, k[ 5] = s1, k[ 6] = s2, k[ 7] = s3;
lib/libcrypto/camellia/camellia.c
395
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
lib/libcrypto/camellia/camellia.c
396
k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
lib/libcrypto/camellia/camellia.c
397
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 30 */
lib/libcrypto/camellia/camellia.c
398
k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
lib/libcrypto/camellia/camellia.c
399
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 45 */
lib/libcrypto/camellia/camellia.c
401
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 60 */
lib/libcrypto/camellia/camellia.c
402
k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
lib/libcrypto/camellia/camellia.c
403
RotLeft128(s1, s2, s3, s0, 2); /* KA <<< 94 */
lib/libcrypto/camellia/camellia.c
404
k[40] = s1, k[41] = s2, k[42] = s3, k[43] = s0;
lib/libcrypto/camellia/camellia.c
405
RotLeft128(s1, s2, s3, s0, 17); /* KA <<<111 */
lib/libcrypto/camellia/camellia.c
406
k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
lib/libcrypto/camellia/camellia.c
408
s0 = k[ 0], s1 = k[ 1], s2 = k[ 2], s3 = k[ 3];
lib/libcrypto/camellia/camellia.c
409
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 15 */
lib/libcrypto/camellia/camellia.c
410
k[ 8] = s0, k[ 9] = s1, k[10] = s2, k[11] = s3;
lib/libcrypto/camellia/camellia.c
411
RotLeft128(s0, s1, s2, s3, 30); /* KL <<< 45 */
lib/libcrypto/camellia/camellia.c
412
k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
lib/libcrypto/camellia/camellia.c
413
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 60 */
lib/libcrypto/camellia/camellia.c
414
k[26] = s2, k[27] = s3;
lib/libcrypto/camellia/camellia.c
415
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 77 */
lib/libcrypto/camellia/camellia.c
416
k[32] = s0, k[33] = s1, k[34] = s2, k[35] = s3;
lib/libcrypto/camellia/camellia.c
417
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 94 */
lib/libcrypto/camellia/camellia.c
418
k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
lib/libcrypto/camellia/camellia.c
419
RotLeft128(s0, s1, s2, s3, 17); /* KL <<<111 */
lib/libcrypto/camellia/camellia.c
420
k[44] = s0, k[45] = s1, k[46] = s2, k[47] = s3;
lib/libcrypto/camellia/camellia.c
424
k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
lib/libcrypto/camellia/camellia.c
425
s0 ^= k[8], s1 ^= k[9], s2 ^=k[10], s3 ^=k[11];
lib/libcrypto/camellia/camellia.c
426
Camellia_Feistel(s0, s1, s2, s3, (SIGMA + 8));
lib/libcrypto/camellia/camellia.c
427
Camellia_Feistel(s2, s3, s0, s1, (SIGMA + 10));
lib/libcrypto/camellia/camellia.c
429
k[ 4] = s0, k[ 5] = s1, k[ 6] = s2, k[ 7] = s3;
lib/libcrypto/camellia/camellia.c
430
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 30 */
lib/libcrypto/camellia/camellia.c
431
k[20] = s0, k[21] = s1, k[22] = s2, k[23] = s3;
lib/libcrypto/camellia/camellia.c
432
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 60 */
lib/libcrypto/camellia/camellia.c
433
k[40] = s0, k[41] = s1, k[42] = s2, k[43] = s3;
lib/libcrypto/camellia/camellia.c
434
RotLeft128(s1, s2, s3, s0, 19); /* KB <<<111 */
lib/libcrypto/camellia/camellia.c
435
k[64] = s1, k[65] = s2, k[66] = s3, k[67] = s0;
lib/libcrypto/camellia/camellia.c
437
s0 = k[ 8], s1 = k[ 9], s2 = k[10], s3 = k[11];
lib/libcrypto/camellia/camellia.c
438
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 15 */
lib/libcrypto/camellia/camellia.c
439
k[ 8] = s0, k[ 9] = s1, k[10] = s2, k[11] = s3;
lib/libcrypto/camellia/camellia.c
440
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 30 */
lib/libcrypto/camellia/camellia.c
441
k[16] = s0, k[17] = s1, k[18] = s2, k[19] = s3;
lib/libcrypto/camellia/camellia.c
442
RotLeft128(s0, s1, s2, s3, 30); /* KR <<< 60 */
lib/libcrypto/camellia/camellia.c
443
k[36] = s0, k[37] = s1, k[38] = s2, k[39] = s3;
lib/libcrypto/camellia/camellia.c
444
RotLeft128(s1, s2, s3, s0, 2); /* KR <<< 94 */
lib/libcrypto/camellia/camellia.c
445
k[52] = s1, k[53] = s2, k[54] = s3, k[55] = s0;
lib/libcrypto/camellia/camellia.c
447
s0 = k[12], s1 = k[13], s2 = k[14], s3 = k[15];
lib/libcrypto/camellia/camellia.c
448
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
lib/libcrypto/camellia/camellia.c
449
k[12] = s0, k[13] = s1, k[14] = s2, k[15] = s3;
lib/libcrypto/camellia/camellia.c
450
RotLeft128(s0, s1, s2, s3, 30); /* KA <<< 45 */
lib/libcrypto/camellia/camellia.c
451
k[28] = s0, k[29] = s1, k[30] = s2, k[31] = s3;
lib/libcrypto/camellia/camellia.c
453
k[48] = s1, k[49] = s2, k[50] = s3, k[51] = s0;
lib/libcrypto/camellia/camellia.c
454
RotLeft128(s1, s2, s3, s0, 17); /* KA <<< 94 */
lib/libcrypto/camellia/camellia.c
455
k[56] = s1, k[57] = s2, k[58] = s3, k[59] = s0;
lib/libcrypto/camellia/camellia.c
457
s0 = k[ 0], s1 = k[ 1], s2 = k[ 2], s3 = k[ 3];
lib/libcrypto/camellia/camellia.c
458
RotLeft128(s1, s2, s3, s0, 13); /* KL <<< 45 */
lib/libcrypto/camellia/camellia.c
459
k[24] = s1, k[25] = s2, k[26] = s3, k[27] = s0;
lib/libcrypto/camellia/camellia.c
460
RotLeft128(s1, s2, s3, s0, 15); /* KL <<< 60 */
lib/libcrypto/camellia/camellia.c
461
k[32] = s1, k[33] = s2, k[34] = s3, k[35] = s0;
lib/libcrypto/camellia/camellia.c
462
RotLeft128(s1, s2, s3, s0, 17); /* KL <<< 77 */
lib/libcrypto/camellia/camellia.c
463
k[44] = s1, k[45] = s2, k[46] = s3, k[47] = s0;
lib/libcrypto/camellia/camellia.c
464
RotLeft128(s2, s3, s0, s1, 2); /* KL <<<111 */
lib/libcrypto/camellia/camellia.c
465
k[60] = s2, k[61] = s3, k[62] = s0, k[63] = s1;
lib/libcrypto/camellia/camellia.c
483
u32 s0, s1, s2, s3;
lib/libcrypto/camellia/camellia.c
488
s2 = GETU32(plaintext + 8) ^ k[2];
lib/libcrypto/camellia/camellia.c
494
Camellia_Feistel(s0, s1, s2, s3, k + 0);
lib/libcrypto/camellia/camellia.c
495
Camellia_Feistel(s2, s3, s0, s1, k + 2);
lib/libcrypto/camellia/camellia.c
496
Camellia_Feistel(s0, s1, s2, s3, k + 4);
lib/libcrypto/camellia/camellia.c
497
Camellia_Feistel(s2, s3, s0, s1, k + 6);
lib/libcrypto/camellia/camellia.c
498
Camellia_Feistel(s0, s1, s2, s3, k + 8);
lib/libcrypto/camellia/camellia.c
499
Camellia_Feistel(s2, s3, s0, s1, k + 10);
lib/libcrypto/camellia/camellia.c
509
s2 ^= s3 | k[3];
lib/libcrypto/camellia/camellia.c
511
s3 ^= LeftRotate(s2 & k[2], 1);
lib/libcrypto/camellia/camellia.c
515
s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
lib/libcrypto/camellia/camellia.c
517
PUTU32(ciphertext, s2);
lib/libcrypto/camellia/camellia.c
535
u32 s0, s1, s2, s3;
lib/libcrypto/camellia/camellia.c
540
s2 = GETU32(ciphertext+8) ^ k[2];
lib/libcrypto/camellia/camellia.c
546
Camellia_Feistel(s0, s1, s2, s3, k+10);
lib/libcrypto/camellia/camellia.c
547
Camellia_Feistel(s2, s3, s0, s1, k+8);
lib/libcrypto/camellia/camellia.c
548
Camellia_Feistel(s0, s1, s2, s3, k+6);
lib/libcrypto/camellia/camellia.c
549
Camellia_Feistel(s2, s3, s0, s1, k+4);
lib/libcrypto/camellia/camellia.c
550
Camellia_Feistel(s0, s1, s2, s3, k+2);
lib/libcrypto/camellia/camellia.c
551
Camellia_Feistel(s2, s3, s0, s1, k+0);
lib/libcrypto/camellia/camellia.c
561
s2 ^= s3 | k[1];
lib/libcrypto/camellia/camellia.c
563
s3 ^= LeftRotate(s2 & k[0], 1);
lib/libcrypto/camellia/camellia.c
567
s2 ^= k[0], s3 ^= k[1], s0 ^= k[2], s1 ^= k[3];
lib/libcrypto/camellia/camellia.c
569
PUTU32(plaintext, s2);
lib/libcrypto/curve25519/curve25519.c
3809
int64_t s2 = 2097151 & (load_3(s + 5) >> 2);
lib/libcrypto/curve25519/curve25519.c
3956
s2 += s14 * 666643;
lib/libcrypto/curve25519/curve25519.c
3965
s2 += s13 * 470296;
lib/libcrypto/curve25519/curve25519.c
3974
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
3983
carry2 = (s2 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
3985
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4000
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4020
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
4030
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4032
carry2 = s2 >> 21;
lib/libcrypto/curve25519/curve25519.c
4034
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4065
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
4075
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4077
carry2 = s2 >> 21;
lib/libcrypto/curve25519/curve25519.c
4079
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4110
s[5] = (s1 >> 19) | (s2 << 2);
lib/libcrypto/curve25519/curve25519.c
4111
s[6] = s2 >> 6;
lib/libcrypto/curve25519/curve25519.c
4112
s[7] = (s2 >> 14) | (s3 << 7);
lib/libcrypto/curve25519/curve25519.c
4189
int64_t s2;
lib/libcrypto/curve25519/curve25519.c
4237
s2 = c2 + a0 * b2 + a1 * b1 + a2 * b0;
lib/libcrypto/curve25519/curve25519.c
4272
carry2 = (s2 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
4274
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4307
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4447
s2 += s14 * 666643;
lib/libcrypto/curve25519/curve25519.c
4456
s2 += s13 * 470296;
lib/libcrypto/curve25519/curve25519.c
4465
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
4474
carry2 = (s2 + (1 << 20)) >> 21;
lib/libcrypto/curve25519/curve25519.c
4476
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4491
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4511
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
4521
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4523
carry2 = s2 >> 21;
lib/libcrypto/curve25519/curve25519.c
4525
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4556
s2 += s12 * 654183;
lib/libcrypto/curve25519/curve25519.c
4566
s2 += carry1;
lib/libcrypto/curve25519/curve25519.c
4568
carry2 = s2 >> 21;
lib/libcrypto/curve25519/curve25519.c
4570
s2 -= int64_lshift21(carry2);
lib/libcrypto/curve25519/curve25519.c
4601
s[5] = (s1 >> 19) | (s2 << 2);
lib/libcrypto/curve25519/curve25519.c
4602
s[6] = s2 >> 6;
lib/libcrypto/curve25519/curve25519.c
4603
s[7] = (s2 >> 14) | (s3 << 7);
lib/libcrypto/poly1305/poly1305-donna.c
100
s2 = r2 * 5;
lib/libcrypto/poly1305/poly1305-donna.c
122
((unsigned long long)h3 * s2) +
lib/libcrypto/poly1305/poly1305-donna.c
128
((unsigned long long)h4 * s2);
lib/libcrypto/poly1305/poly1305-donna.c
88
unsigned long s1, s2, s3, s4;
lib/libcurses/tinfo/obsolete.c
81
#define SRC ((const char *)s2)
lib/libcurses/tinfo/obsolete.c
83
_nc_memmove(void *s1, const void *s2, size_t n)
lib/libcurses/tinfo/obsolete.c
96
s2 = bfr;
lib/libedit/filecomplete.c
323
const char *s2 = ((const char * const *)i2)[0];
lib/libedit/filecomplete.c
325
return strcasecmp(s1, s2);
lib/libedit/readline.c
2220
_rl_qsort_string_compare(char **s1, char **s2)
lib/libedit/readline.c
2222
return strcoll(*s1, *s2);
lib/libexpat/lib/xmlparse.c
4174
const XML_Char *s2 = parser->m_nsAtts[j].uriName;
lib/libexpat/lib/xmlparse.c
4176
for (; *s1 == *s2 && *s1 != 0; s1++, s2++)
lib/libexpat/lib/xmlparse.c
7828
keyeq(KEY s1, KEY s2) {
lib/libexpat/lib/xmlparse.c
7829
for (; *s1 == *s2; s1++, s2++)
lib/libexpat/lib/xmltok.c
1007
streqci(const char *s1, const char *s2) {
lib/libexpat/lib/xmltok.c
1010
char c2 = *s2++;
lib/libm/src/e_lgamma_r.c
132
s2 = 3.25778796408930981787e-01, /* 0x3FD4D98F, 0x4F139F59 */
lib/libm/src/e_lgamma_r.c
272
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
208
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/libm/src/e_lgammaf_r.c
68
s2 = 3.2577878237e-01, /* 0x3ea6cc7a */
lib/libm/src/e_pow.c
203
double ss,s2,s_h,s_l,t_h,t_l;
lib/libm/src/e_pow.c
229
s2 = ss*ss;
lib/libm/src/e_pow.c
230
r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
lib/libm/src/e_pow.c
232
s2 = s_h*s_h;
lib/libm/src/e_pow.c
233
t_h = 3.0+s2+r;
lib/libm/src/e_pow.c
235
t_l = r-((t_h-3.0)-s2);
lib/libm/src/e_powf.c
141
float s2,s_h,s_l,t_h,t_l;
lib/libm/src/e_powf.c
167
s2 = s*s;
lib/libm/src/e_powf.c
168
r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
lib/libm/src/e_powf.c
170
s2 = s_h*s_h;
lib/libm/src/e_powf.c
171
t_h = (float)3.0+s2+r;
lib/libm/src/e_powf.c
174
t_l = r-((t_h-(float)3.0)-s2);
lib/libm/src/ld128/e_powl.c
148
long double s2, s_h, s_l, t_h, t_l;
lib/libm/src/ld128/e_powl.c
328
s2 = s * s;
lib/libm/src/ld128/e_powl.c
329
u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4])));
lib/libm/src/ld128/e_powl.c
330
v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2))));
lib/libm/src/ld128/e_powl.c
331
r = s2 * s2 * u / v;
lib/libm/src/ld128/e_powl.c
333
s2 = s_h * s_h;
lib/libm/src/ld128/e_powl.c
334
t_h = 3.0 + s2 + r;
lib/libm/src/ld128/e_powl.c
339
t_l = r - ((t_h - 3.0) - s2);
lib/libm/src/ld80/e_lgammal.c
170
s2 = -6.573568698209374121847873064292963089438E6L,
lib/libm/src/ld80/e_lgammal.c
389
(s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
lib/libm/src/s_atan.c
112
s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))));
lib/libm/src/s_atan.c
113
if (id<0) return x - x*(s1+s2);
lib/libm/src/s_atan.c
115
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
lib/libm/src/s_atan.c
73
double w,s1,s2,z;
lib/libm/src/s_atanf.c
54
float w,s1,s2,z;
lib/libm/src/s_atanf.c
90
s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))));
lib/libm/src/s_atanf.c
91
if (id<0) return x - x*(s1+s2);
lib/libm/src/s_atanf.c
93
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
lib/libm/src/s_atanl.c
44
long double w,s1,s2,z;
lib/libm/src/s_atanl.c
95
s2 = w*T_odd(w);
lib/libm/src/s_atanl.c
96
if (id<0) return x - x*(s1+s2);
lib/libm/src/s_atanl.c
98
z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
lib/libpcap/gencode.c
2440
gen_mcode(const char *s1, const char *s2, int masklen, struct qual q)
lib/libpcap/gencode.c
2449
if (s2 != NULL) {
lib/libpcap/gencode.c
2450
mlen = __pcap_atoin(s2, &m);
lib/libpcap/gencode.c
2455
s1, s2);
lib/libpcap/gencode.c
2561
gen_mcode6(const char *s1, const char *s2, int masklen, struct qual q)
lib/libpcap/gencode.c
2569
if (s2)
lib/libpcap/gencode.c
2570
bpf_error("no mask %s supported", s2);
lib/libpcap/gencode.c
2770
struct slist *s0, *s1, *s2;
lib/libpcap/gencode.c
2775
s2 = new_stmt(BPF_ALU|BPF_SUB|BPF_X);
lib/libpcap/gencode.c
2784
sappend(s1, s2);
lib/libpcap/gencode.c
2883
struct slist *s0, *s1, *s2;
lib/libpcap/gencode.c
2887
s2 = new_stmt(BPF_ALU|BPF_X|code);
lib/libpcap/gencode.c
2889
sappend(s1, s2);
lib/libz/zutil.c
160
int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) {
lib/libz/zutil.c
161
const uchf *p = s1, *q = s2;
libexec/comsat/comsat.c
292
char visout[5], *s2;
libexec/comsat/comsat.c
329
for (s2 = visout; *s2; s2++)
libexec/comsat/comsat.c
330
(void)fputc(*s2, tp);
libexec/ld.so/ldconfig/etc.c
62
concat(const char *s1, const char *s2, const char *s3)
libexec/ld.so/ldconfig/etc.c
67
len = strlen(s1) + strlen(s2) + strlen(s3) + 1;
libexec/ld.so/ldconfig/etc.c
71
strlcat(str, s2, len);
libexec/ld.so/util.h
139
_dl_strncmp(const char *s1, const char *s2, size_t n)
libexec/ld.so/util.h
144
if (*s1 != *s2++)
libexec/ld.so/util.h
145
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
libexec/ld.so/util.h
153
_dl_strcmp(const char *s1, const char *s2)
libexec/ld.so/util.h
155
while (*s1 == *s2++)
libexec/ld.so/util.h
158
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
libexec/rpc.rstatd/rstat_proc.c
121
return (&stats_all.s2);
libexec/rpc.rstatd/rstat_proc.c
204
stats_all.s2.avenrun[0] = avrun[0] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
205
stats_all.s2.avenrun[1] = avrun[1] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
206
stats_all.s2.avenrun[2] = avrun[2] * FSCALE;
libexec/rpc.rstatd/rstat_proc.c
214
stats_all.s2.boottime.tv_sec = btm.tv_sec;
libexec/rpc.rstatd/rstat_proc.c
215
stats_all.s2.boottime.tv_usec = btm.tv_usec;
libexec/rpc.rstatd/rstat_proc.c
236
stats_all.s2.v_swtch = uvmexp.swtch;
libexec/rpc.rstatd/rstat_proc.c
80
struct statsswtch s2;
libexec/spamd/spamd.c
1668
int s2;
libexec/spamd/spamd.c
1671
s2 = accept4(smtplisten, (struct sockaddr *)&sin, &sinlen,
libexec/spamd/spamd.c
1673
if (s2 == -1) {
libexec/spamd/spamd.c
1691
close(s2);
libexec/spamd/spamd.c
1694
initcon(&con[i], s2,
libexec/spamd/spamd.c
795
match(const char *s1, const char *s2)
libexec/spamd/spamd.c
797
return (strncasecmp(s1, s2, strlen(s2)) == 0);
regress/lib/libc/fmemopen/fmemopentest.c
28
FILE *s1, *s2;
regress/lib/libc/fmemopen/fmemopentest.c
40
s2 = fmemopen(buf, 22, "w+");
regress/lib/libc/fmemopen/fmemopentest.c
41
if (s2 == NULL) {
regress/lib/libc/fmemopen/fmemopentest.c
48
fputc(c, s2);
regress/lib/libc/fmemopen/fmemopentest.c
50
if (ftell(s2) != strlen(string) + 1) {
regress/lib/libc/fmemopen/fmemopentest.c
56
fseek(s2, 0, SEEK_SET);
regress/lib/libc/fmemopen/fmemopentest.c
57
if (ftell(s2) != 0) {
regress/lib/libc/fmemopen/fmemopentest.c
62
len = fread(buffer, 1, sizeof(buffer) - 1, s2);
regress/lib/libc/locale/uselocale/uselocale.c
148
#define FUNCPARA const wchar_t *s1, const wchar_t *s2
regress/lib/libc/locale/uselocale/uselocale.c
149
#define FUNCARGS s1, s2
regress/lib/libc/locale/uselocale/uselocale.c
152
#define FUNCPARA const wchar_t *s1, const wchar_t *s2, locale_t locale
regress/lib/libc/locale/uselocale/uselocale.c
153
#define FUNCARGS s1, s2, locale
regress/lib/libc/locale/uselocale/uselocale.c
156
#define FUNCPARA const wchar_t *s1, const wchar_t *s2, size_t len
regress/lib/libc/locale/uselocale/uselocale.c
157
#define FUNCARGS s1, s2, len
regress/lib/libc/locale/uselocale/uselocale.c
160
#define FUNCPARA const wchar_t *s1, const wchar_t *s2, size_t len, \
regress/lib/libc/locale/uselocale/uselocale.c
162
#define FUNCARGS s1, s2, len, locale
regress/lib/libc/locale/uselocale/uselocale.c
217
const wchar_t s2[] = { 0x00E7, 0x00C0, 0x0000 };
regress/lib/libc/locale/uselocale/uselocale.c
266
TEST_R(wcscasecmp, *s1 - *s2, s1, s2);
regress/lib/libc/locale/uselocale/uselocale.c
267
TEST_R(wcscasecmp_l, 0, s1, s2, _LOCALE_UTF8);
regress/lib/libc/locale/uselocale/uselocale.c
347
TEST_R(wcscasecmp, 0, s1, s2);
regress/lib/libc/locale/uselocale/uselocale.c
348
TEST_R(wcscasecmp_l, 0, s1, s2, _LOCALE_UTF8);
regress/lib/libc/locale/uselocale/uselocale.c
349
TEST_R(wcscasecmp_l, *s1 - *s2, s1, s2, _LOCALE_C);
regress/lib/libc/locale/uselocale/uselocale.c
379
TEST_R(wcscasecmp_l, *s1 - *s2, s1, s2, _LOCALE_C);
regress/lib/libc/locale/uselocale/uselocale.c
410
TEST_R(wcscasecmp, 0, s1, s2);
regress/lib/libc/regex/t_exhaust.c
102
char *d, *s1, *s2, *s3;
regress/lib/libc/regex/t_exhaust.c
104
s2 = mkstr(s, len);
regress/lib/libc/regex/t_exhaust.c
105
s3 = concat(s1, s2);
regress/lib/libc/regex/t_exhaust.c
106
free(s2);
regress/lib/libc/regex/t_exhaust.c
140
char *d, *s1, *s2;
regress/lib/libc/regex/t_exhaust.c
142
s2 = concat(s1, "(.*)");
regress/lib/libc/regex/t_exhaust.c
145
d = concat(s2, s1);
regress/lib/libc/regex/t_exhaust.c
147
free(s2);
regress/lib/libc/regex/t_exhaust.c
74
char *d, *s1, *s2;
regress/lib/libc/regex/t_exhaust.c
76
s2 = concat(s1, ")");
regress/lib/libc/regex/t_exhaust.c
78
d = concat("(", s2);
regress/lib/libc/regex/t_exhaust.c
79
free(s2);
regress/lib/libc/regex/t_exhaust.c
86
char *d, *s1, *s2, *s3;
regress/lib/libc/regex/t_exhaust.c
88
s2 = mkstr("(.*)", len);
regress/lib/libc/regex/t_exhaust.c
89
s3 = concat(s1, s2);
regress/lib/libc/regex/t_exhaust.c
90
free(s2);
regress/lib/libpthread/setsockopt/1/setsockopt1.c
56
int s, s2, s3;
regress/lib/libpthread/setsockopt/1/setsockopt1.c
61
CHECKe(s2 = dup(s));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
75
check_timeout(s2, 3, &ts);
regress/lib/libpthread/setsockopt/1/setsockopt1.c
83
check_timeout(s2, 2, &ts);
regress/lib/libpthread/setsockopt/2/setsockopt2.c
61
int s, s2, s3;
regress/lib/libpthread/setsockopt/2/setsockopt2.c
65
CHECKe(s2 = dup(s));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
84
check_timeout(s2, 2, &ts);
regress/lib/libpthread/setsockopt/2/setsockopt2.c
91
check_timeout(s2, 2, &ts);
regress/lib/libpthread/setsockopt/2/setsockopt2.c
93
CHECKe(s2 = dup(s));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
95
check_timeout(s2, 2, &ts);
regress/lib/libpthread/setsockopt/2/setsockopt2.c
98
CHECKe(close(s2));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
58
int s, s2, s3;
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
72
CHECKe(s2 = dup(s));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
74
check_timeout(s2, 3, &ts);
regress/lib/libssl/asn1/asn1test.c
271
session_cmp(SSL_SESSION *s1, SSL_SESSION *s2)
regress/lib/libssl/asn1/asn1test.c
274
if (s1->ssl_version != s2->ssl_version) {
regress/lib/libssl/asn1/asn1test.c
276
s1->ssl_version, s2->ssl_version);
regress/lib/libssl/asn1/asn1test.c
279
if (s1->cipher_value != s2->cipher_value) {
regress/lib/libssl/asn1/asn1test.c
281
s1->cipher_value, s2->cipher_value);
regress/lib/libssl/asn1/asn1test.c
285
if (s1->master_key_length != s2->master_key_length) {
regress/lib/libssl/asn1/asn1test.c
287
s1->master_key_length, s2->master_key_length);
regress/lib/libssl/asn1/asn1test.c
290
if (session_strcmp(s1->master_key, s2->master_key,
regress/lib/libssl/asn1/asn1test.c
296
if (s1->session_id_length != s2->session_id_length) {
regress/lib/libssl/asn1/asn1test.c
298
s1->session_id_length, s2->session_id_length);
regress/lib/libssl/asn1/asn1test.c
301
if (session_strcmp(s1->session_id, s2->session_id,
regress/lib/libssl/asn1/asn1test.c
307
if (s1->sid_ctx_length != s2->sid_ctx_length) {
regress/lib/libssl/asn1/asn1test.c
309
s1->sid_ctx_length, s2->sid_ctx_length);
regress/lib/libssl/asn1/asn1test.c
312
if (session_strcmp(s1->sid_ctx, s2->sid_ctx,
regress/lib/libssl/asn1/asn1test.c
319
if ((s1->time != s2->time) && s1->time != 0 && s2->time != 0) {
regress/lib/libssl/asn1/asn1test.c
321
(long long)s1->time, (long long)s2->time);
regress/lib/libssl/asn1/asn1test.c
325
if ((s1->timeout != s2->timeout) &&
regress/lib/libssl/asn1/asn1test.c
326
s1->timeout != 3 && s2->timeout != 3) {
regress/lib/libssl/asn1/asn1test.c
328
s1->timeout, s2->timeout);
regress/lib/libssl/asn1/asn1test.c
333
if ((s1->peer_cert != NULL || s2->peer_cert != NULL) &&
regress/lib/libssl/asn1/asn1test.c
334
(s1->peer_cert == NULL || s2->peer_cert == NULL ||
regress/lib/libssl/asn1/asn1test.c
335
X509_cmp(s1->peer_cert, s2->peer_cert) != 0)) {
regress/lib/libssl/asn1/asn1test.c
340
if (s1->verify_result != s2->verify_result) {
regress/lib/libssl/asn1/asn1test.c
342
s1->verify_result, s2->verify_result);
regress/lib/libssl/asn1/asn1test.c
346
if (session_strcmp(s1->tlsext_hostname, s2->tlsext_hostname,
regress/lib/libssl/asn1/asn1test.c
351
if (s1->tlsext_tick_lifetime_hint != s2->tlsext_tick_lifetime_hint) {
regress/lib/libssl/asn1/asn1test.c
354
s2->tlsext_tick_lifetime_hint);
regress/lib/libssl/asn1/asn1test.c
357
if (s1->tlsext_ticklen != s2->tlsext_ticklen) {
regress/lib/libssl/asn1/asn1test.c
359
s1->tlsext_ticklen, s2->tlsext_ticklen);
regress/lib/libssl/asn1/asn1test.c
362
if (session_strcmp(s1->tlsext_tick, s2->tlsext_tick,
regress/sys/kern/unixsockets/unixsock_test.c
40
int s, s2, e, r;
regress/sys/kern/unixsockets/unixsock_test.c
46
s2 = socket(AF_UNIX, SOCK_STREAM, 0);
regress/sys/kern/unixsockets/unixsock_test.c
47
if (s2 == -1)
regress/sys/kern/unixsockets/unixsock_test.c
49
if (bind(s2, (struct sockaddr *)b, sizeof(*b)) == -1)
regress/sys/kern/unixsockets/unixsock_test.c
51
if (listen(s2, 5) == -1)
regress/sys/kern/unixsockets/unixsock_test.c
57
close(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
33
char *s2;
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
344
r = sshbuf_get_cstring(p1, &s2, &s);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
356
r = sshbuf_get_cstring(p1, &s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
367
ASSERT_INT_EQ(sshbuf_get_cstring(p1, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
369
ASSERT_MEM_EQ(s2, x, s);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
370
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
549
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
550
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
551
ASSERT_STRING_EQ(s2, "a1b2c3d4e5f607180000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
552
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
557
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
558
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
559
ASSERT_STRING_EQ(s2, "0000a1b2c3d4e5f60718");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
560
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
571
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
572
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
573
ASSERT_STRING_EQ(s2, "00000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
575
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
584
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
585
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
586
ASSERT_STRING_EQ(s2, "a1b2c3d4000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
587
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
592
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
593
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
594
ASSERT_STRING_EQ(s2, "000000000000a1b2c3d4");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
595
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
606
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
607
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
608
ASSERT_STRING_EQ(s2, "00000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
610
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
619
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
620
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
621
ASSERT_STRING_EQ(s2, "a1b20000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
622
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
627
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
628
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
629
ASSERT_STRING_EQ(s2, "0000000000000000a1b2");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
630
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
641
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
642
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
643
ASSERT_STRING_EQ(s2, "00000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
645
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
654
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
655
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
656
ASSERT_STRING_EQ(s2, "a1000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
657
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
662
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
663
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
664
ASSERT_STRING_EQ(s2, "000000000000000000a1");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
665
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
672
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
673
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
674
ASSERT_STRING_EQ(s2, "00000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
676
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
685
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
686
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
687
ASSERT_STRING_EQ(s2, "68656c6c6f2100000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
688
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
693
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
694
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
695
ASSERT_STRING_EQ(s2, "0000000068656c6c6f21");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
696
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
707
s2 = sshbuf_dtob16(p1);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
708
ASSERT_PTR_NE(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
709
ASSERT_STRING_EQ(s2, "00000000000000000000");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
711
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
722
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 1, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
724
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
727
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 4, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
729
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
733
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 5, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
734
ASSERT_STRING_EQ(s2, "hello");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
737
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
746
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 5, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
748
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
751
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 6, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
753
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
756
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, SIZE_MAX, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
758
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
772
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 6, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
773
ASSERT_STRING_EQ(s2, "there");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
776
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
777
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, SIZE_MAX, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
778
ASSERT_STRING_EQ(s2, "it is");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
781
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
788
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, SIZE_MAX, &s2, &s),
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
790
ASSERT_PTR_EQ(s2, NULL);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
801
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, 0, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
802
ASSERT_STRING_EQ(s2, "");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
805
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
816
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, SIZE_MAX, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
817
ASSERT_STRING_EQ(s2, "");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
820
free(s2);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
821
ASSERT_INT_EQ(sshbuf_get_nulterminated_string(p1, SIZE_MAX, &s2, &s), 0);
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
822
ASSERT_STRING_EQ(s2, "hello");
regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_basic.c
825
free(s2);
regress/usr.sbin/snmpd/agentx.c
1032
int s1, s2;
regress/usr.sbin/snmpd/agentx.c
1041
s2 = agentx_connect(axsocket);
regress/usr.sbin/snmpd/agentx.c
1045
sessionid2 = agentx_open(s2, 0, 0,
regress/usr.sbin/snmpd/agentx.c
1051
agentx_write(s2, &msg);
regress/usr.sbin/snmpd/agentx.c
1053
n = agentx_read(s2, repl, sizeof(repl), 1000);
regress/usr.sbin/snmpd/agentx.c
1068
agentx_write(s2, &msg);
regress/usr.sbin/snmpd/agentx.c
1069
n = agentx_read(s2, repl, sizeof(repl), 1000);
regress/usr.sbin/snmpd/agentx.c
1075
close(s2);
regress/usr.sbin/snmpd/agentx.c
1577
int s1, s2;
regress/usr.sbin/snmpd/agentx.c
1586
s2 = agentx_connect(axsocket);
regress/usr.sbin/snmpd/agentx.c
1590
sessionid2 = agentx_open(s2, 0, 0,
regress/usr.sbin/snmpd/agentx.c
1613
agentx_write(s2, &msg);
regress/usr.sbin/snmpd/agentx.c
1614
n = agentx_read(s2, repl, sizeof(repl), 1000);
regress/usr.sbin/snmpd/agentx.c
1620
close(s2);
regress/usr.sbin/snmpd/agentx.c
209
int s1, s2;
regress/usr.sbin/snmpd/agentx.c
234
s2 = agentx_connect(axsocket);
regress/usr.sbin/snmpd/agentx.c
242
agentx_write(s2, &msg);
regress/usr.sbin/snmpd/agentx.c
244
n = agentx_read(s2, repl, sizeof(repl), 1000);
regress/usr.sbin/snmpd/agentx.c
253
close(s2);
sbin/newfs/newfs.c
178
char *cp = NULL, *s1, *s2, *special, *opstring, *realdev;
sbin/newfs/newfs.c
395
s2 = mp->f_mntfromname;
sbin/newfs/newfs.c
396
if (strncmp(_PATH_DEV, s2, len) == 0) {
sbin/newfs/newfs.c
397
s2 += len - 1;
sbin/newfs/newfs.c
398
*s2 = 'r';
sbin/newfs/newfs.c
400
if (strcmp(s1, s2) == 0 || strcmp(s1, &s2[1]) == 0)
sbin/newfs_ext2fs/newfs_ext2fs.c
118
char *s1, *s2, *special;
sbin/newfs_ext2fs/newfs_ext2fs.c
265
s2 = mp->f_mntfromname;
sbin/newfs_ext2fs/newfs_ext2fs.c
266
if (strncmp(_PATH_DEV, s2, len) == 0) {
sbin/newfs_ext2fs/newfs_ext2fs.c
267
s2 += len - 1;
sbin/newfs_ext2fs/newfs_ext2fs.c
268
*s2 = 'r';
sbin/newfs_ext2fs/newfs_ext2fs.c
270
if (strcmp(s1, s2) == 0 ||
sbin/newfs_ext2fs/newfs_ext2fs.c
271
strcmp(s1, &s2[1]) == 0)
sbin/newfs_msdos/newfs_msdos.c
673
const char *s1, *s2;
sbin/newfs_msdos/newfs_msdos.c
685
s2 = mp->f_mntfromname;
sbin/newfs_msdos/newfs_msdos.c
686
if (!strncmp(s2, _PATH_DEV, len))
sbin/newfs_msdos/newfs_msdos.c
687
s2 += len;
sbin/newfs_msdos/newfs_msdos.c
688
if ((r && s2 != mp->f_mntfromname && !strcmp(s1 + 1, s2)) ||
sbin/newfs_msdos/newfs_msdos.c
689
!strcmp(s1, s2))
sbin/newfs_msdos/newfs_msdos.c
717
const char *s1, *s2;
sbin/newfs_msdos/newfs_msdos.c
722
if ((s2 = strrchr(s1, '/')))
sbin/newfs_msdos/newfs_msdos.c
723
s1 = s2 + 1;
sbin/newfs_msdos/newfs_msdos.c
724
for (s2 = s1; *s2 && !isdigit((unsigned char)*s2); s2++);
sbin/newfs_msdos/newfs_msdos.c
725
if (!*s2 || s2 == s1)
sbin/newfs_msdos/newfs_msdos.c
726
s2 = NULL;
sbin/newfs_msdos/newfs_msdos.c
728
while (isdigit((unsigned char)*++s2));
sbin/newfs_msdos/newfs_msdos.c
729
s1 = s2;
sbin/newfs_msdos/newfs_msdos.c
730
if (s2)
sbin/newfs_msdos/newfs_msdos.c
731
part = DL_PARTNAME2NUM(*s2++);
sbin/newfs_msdos/newfs_msdos.c
732
if (!s2 || (*s2 && *s2 != '.'))
sbin/unwind/libunbound/util/configlexer.c
7195
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
sbin/unwind/libunbound/util/configlexer.c
7199
s1[i] = s2[i];
sbin/unwind/libunbound/util/net_help.c
822
uint8_t* s1, *s2;
sbin/unwind/libunbound/util/net_help.c
825
s2 = (uint8_t*)&((struct sockaddr_in6*)addr2)->sin6_addr;
sbin/unwind/libunbound/util/net_help.c
829
s2 = (uint8_t*)&((struct sockaddr_in*)addr2)->sin_addr;
sbin/unwind/libunbound/util/net_help.c
834
if(s1[i] == s2[i]) {
sbin/unwind/libunbound/util/net_help.c
837
uint8_t z = s1[i]^s2[i];
sbin/unwind/libunbound/util/tcp_conn_limit.c
106
tcl_list_str_cfg(struct tcl_list* tcl, const char* str, const char* s2,
sbin/unwind/libunbound/util/tcp_conn_limit.c
113
if(atoi(s2) < 0) {
sbin/unwind/libunbound/util/tcp_conn_limit.c
114
log_err("bad connection limit %s", s2);
sbin/unwind/libunbound/util/tcp_conn_limit.c
117
limit = (uint32_t)atoi(s2);
sbin/unwind/libunbound/validator/val_nsec3.c
513
uint8_t* s1, *s2;
sbin/unwind/libunbound/validator/val_nsec3.c
535
(void)nsec3_get_salt(h2->nsec3, h2->rr, &s2, &s2len);
sbin/unwind/libunbound/validator/val_nsec3.c
539
if(!s2) return 1;
sbin/unwind/libunbound/validator/val_nsec3.c
545
return memcmp(s1, s2, s1len);
sys/arch/amd64/amd64/machdep.c
1608
paddr_t s1, s2, e1, e2;
sys/arch/amd64/amd64/machdep.c
1619
s2 = e2 = 0;
sys/arch/amd64/amd64/machdep.c
1660
s2 = e1 = 16*1024*1024;
sys/arch/amd64/amd64/machdep.c
1669
if (e2 - s2 >= PAGE_SIZE) {
sys/arch/amd64/amd64/machdep.c
1670
mem_clusters[mem_cluster_cnt].start = s2;
sys/arch/amd64/amd64/machdep.c
1671
mem_clusters[mem_cluster_cnt].size = e2 - s2;
sys/arch/m88k/m88k/fpu.c
147
fpu_compare(struct trapframe *frame, fparg *s1, fparg *s2, u_int width,
sys/arch/m88k/m88k/fpu.c
164
if (float32_is_nan(s2->sng)) {
sys/arch/m88k/m88k/fpu.c
165
if (!fcmpu || float32_is_signaling_nan(s2->sng))
sys/arch/m88k/m88k/fpu.c
178
if (float64_is_nan(s2->dbl)) {
sys/arch/m88k/m88k/fpu.c
179
if (!fcmpu || float64_is_signaling_nan(s2->dbl))
sys/arch/m88k/m88k/fpu.c
192
if (float32_eq(s1->sng, s2->sng))
sys/arch/m88k/m88k/fpu.c
194
else if (float32_lt(s1->sng, s2->sng))
sys/arch/m88k/m88k/fpu.c
200
if (float64_eq(s1->dbl, s2->dbl))
sys/arch/m88k/m88k/fpu.c
202
else if (float64_lt(s1->dbl, s2->dbl))
sys/arch/m88k/m88k/fpu.c
249
s2positive = s2->sng >> 31 == 0;
sys/arch/m88k/m88k/fpu.c
252
s2positive = s2->dbl >> 63 == 0;
sys/arch/mips64/include/cpustate.h
144
RESTORE_REG(s2, S2, frame, bo) ;\
sys/arch/mips64/include/cpustate.h
97
SAVE_REG(s2, S2, frame, bo) ;\
sys/arch/mips64/include/frame.h
54
register_t s2;
sys/arch/mips64/mips64/db_machdep.c
107
{ "s2", (long *)&ddb_regs.s2, FCN_NULL },
sys/crypto/aes.c
120
uint32_t s0, s1, s2, s3, s4, s5, s6, s7;
sys/crypto/aes.c
258
s2 = t55 ^ ~t67;
sys/crypto/aes.c
262
q[5] = s2;
sys/crypto/poly1305.c
104
((unsigned long long)h3 * s2) +
sys/crypto/poly1305.c
110
((unsigned long long)h4 * s2);
sys/crypto/poly1305.c
70
unsigned long s1, s2, s3, s4;
sys/crypto/poly1305.c
82
s2 = r2 * 5;
sys/crypto/rijndael.c
1000
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[38];
sys/crypto/rijndael.c
1001
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[39];
sys/crypto/rijndael.c
1006
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
sys/crypto/rijndael.c
1009
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[44];
sys/crypto/rijndael.c
1010
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
sys/crypto/rijndael.c
1011
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[46];
sys/crypto/rijndael.c
1012
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[47];
sys/crypto/rijndael.c
1017
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
sys/crypto/rijndael.c
1020
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[52];
sys/crypto/rijndael.c
1021
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
sys/crypto/rijndael.c
1022
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[54];
sys/crypto/rijndael.c
1023
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55];
sys/crypto/rijndael.c
1036
Td2[(s2 >> 8) & 0xff] ^
sys/crypto/rijndael.c
1043
Td3[(s2 ) & 0xff] ^
sys/crypto/rijndael.c
1046
Td0[(s2 >> 24) ] ^
sys/crypto/rijndael.c
1053
Td1[(s2 >> 16) & 0xff] ^
sys/crypto/rijndael.c
1075
s2 =
sys/crypto/rijndael.c
1107
s2 =
sys/crypto/rijndael.c
1113
PUTU32(pt + 8, s2);
sys/crypto/rijndael.c
759
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/crypto/rijndael.c
770
s2 = GETU32(pt + 8) ^ rk[2];
sys/crypto/rijndael.c
774
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
sys/crypto/rijndael.c
775
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
sys/crypto/rijndael.c
776
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
sys/crypto/rijndael.c
777
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
sys/crypto/rijndael.c
781
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
sys/crypto/rijndael.c
784
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
sys/crypto/rijndael.c
785
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
sys/crypto/rijndael.c
786
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
sys/crypto/rijndael.c
787
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
sys/crypto/rijndael.c
791
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
sys/crypto/rijndael.c
794
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
sys/crypto/rijndael.c
795
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
sys/crypto/rijndael.c
796
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
sys/crypto/rijndael.c
797
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
sys/crypto/rijndael.c
801
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
sys/crypto/rijndael.c
804
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
sys/crypto/rijndael.c
805
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
sys/crypto/rijndael.c
806
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
sys/crypto/rijndael.c
807
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
sys/crypto/rijndael.c
811
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
sys/crypto/rijndael.c
814
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
sys/crypto/rijndael.c
815
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
sys/crypto/rijndael.c
816
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
sys/crypto/rijndael.c
817
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
sys/crypto/rijndael.c
822
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
sys/crypto/rijndael.c
825
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[44];
sys/crypto/rijndael.c
826
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
sys/crypto/rijndael.c
827
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[46];
sys/crypto/rijndael.c
828
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[47];
sys/crypto/rijndael.c
833
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
sys/crypto/rijndael.c
836
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[52];
sys/crypto/rijndael.c
837
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
sys/crypto/rijndael.c
838
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[54];
sys/crypto/rijndael.c
839
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[55];
sys/crypto/rijndael.c
852
Te2[(s2 >> 8) & 0xff] ^
sys/crypto/rijndael.c
857
Te1[(s2 >> 16) & 0xff] ^
sys/crypto/rijndael.c
862
Te0[(s2 >> 24) ] ^
sys/crypto/rijndael.c
871
Te3[(s2 ) & 0xff] ^
sys/crypto/rijndael.c
891
s2 =
sys/crypto/rijndael.c
923
s2 =
sys/crypto/rijndael.c
929
PUTU32(ct + 8, s2);
sys/crypto/rijndael.c
943
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/crypto/rijndael.c
954
s2 = GETU32(ct + 8) ^ rk[2];
sys/crypto/rijndael.c
958
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
sys/crypto/rijndael.c
959
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
sys/crypto/rijndael.c
960
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
sys/crypto/rijndael.c
961
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[ 7];
sys/crypto/rijndael.c
965
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
sys/crypto/rijndael.c
968
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[12];
sys/crypto/rijndael.c
969
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
sys/crypto/rijndael.c
970
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[14];
sys/crypto/rijndael.c
971
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[15];
sys/crypto/rijndael.c
975
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
sys/crypto/rijndael.c
978
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[20];
sys/crypto/rijndael.c
979
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
sys/crypto/rijndael.c
980
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[22];
sys/crypto/rijndael.c
981
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[23];
sys/crypto/rijndael.c
985
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
sys/crypto/rijndael.c
988
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[28];
sys/crypto/rijndael.c
989
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
sys/crypto/rijndael.c
990
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[30];
sys/crypto/rijndael.c
991
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[31];
sys/crypto/rijndael.c
995
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
sys/crypto/rijndael.c
998
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[36];
sys/crypto/rijndael.c
999
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
sys/dev/ic/adv.c
755
struct scsi_sense_data *s1, *s2;
sys/dev/ic/adv.c
819
s2 = &xs->sense;
sys/dev/ic/adv.c
820
*s2 = *s1;
sys/dev/ic/adw.c
1017
s2 = &xs->sense;
sys/dev/ic/adw.c
1018
*s2 = *s1;
sys/dev/ic/adw.c
951
struct scsi_sense_data *s1, *s2;
sys/dev/ic/atwvar.h
323
} s2;
sys/dev/ic/atwvar.h
332
#define atw_ihdr u.s2.ihdr
sys/dev/ic/iha.c
2307
struct scsi_sense_data *s1, *s2;
sys/dev/ic/iha.c
2350
s2 = &xs->sense;
sys/dev/ic/iha.c
2351
*s2 = *s1;
sys/dev/ic/trm.c
1895
struct scsi_sense_data *s1, *s2;
sys/dev/ic/trm.c
1962
s2 = &xs->sense;
sys/dev/ic/trm.c
1964
*s2 = *s1;
sys/dev/ic/uha.c
192
struct scsi_sense_data *s1, *s2;
sys/dev/ic/uha.c
222
s2 = &xs->sense;
sys/dev/ic/uha.c
223
*s2 = *s1;
sys/dev/ic/z8530tty.c
465
int s2;
sys/dev/ic/z8530tty.c
520
s2 = splzs();
sys/dev/ic/z8530tty.c
535
splx(s2);
sys/dev/ic/z8530tty.c
565
s2 = splzs();
sys/dev/ic/z8530tty.c
576
splx(s2);
sys/dev/ic/z8530tty.c
614
s2 = splzs();
sys/dev/ic/z8530tty.c
619
splx(s2);
sys/dev/ic/z8530tty.c
643
s2 = splzs();
sys/dev/ic/z8530tty.c
647
splx(s2);
sys/dev/ipmi.c
1366
struct sdrtype2 *s2 = (struct sdrtype2 *)psdr;
sys/dev/ipmi.c
1380
rc = ipmi_sensor_name(name, sizeof(name), s2->typelen,
sys/dev/ipmi.c
1381
s2->name, sdrlen - (int)offsetof(struct sdrtype2, name));
sys/dev/ipmi.c
1384
rc = add_child_sensors(sc, psdr, s2->share1 & 0xF,
sys/dev/ipmi.c
1385
s2->sensor_num, s2->sensor_type, s2->event_code,
sys/dev/ipmi.c
1386
s2->share2 & 0x7F, s2->entity_id, name);
sys/dev/isa/gus.c
3372
u_char s1, s2;
sys/dev/isa/gus.c
3413
s2 = guspeek(iot, ioh2, 1L);
sys/dev/isa/gus.c
3422
guspoke(iot, ioh2, 1L, s2);
sys/dev/isa/pcppi.c
185
int s1, s2;
sys/dev/isa/pcppi.c
213
s2 = splhigh();
sys/dev/isa/pcppi.c
220
splx(s2);
sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c
124
s2 = REG_READ(BIOS_SCRATCH_2);
sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c
126
s2 &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c
129
s2 |= (backlight_8_bit << ATOM_S2_CURRENT_BL_LEVEL_SHIFT);
sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c
131
REG_WRITE(BIOS_SCRATCH_2, s2);
sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c
94
uint32_t s2;
sys/dev/pci/drm/drm_buddy.c
165
static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2)
sys/dev/pci/drm/drm_buddy.c
167
return s1 <= e2 && e1 >= s2;
sys/dev/pci/drm/drm_buddy.c
170
static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2)
sys/dev/pci/drm/drm_buddy.c
172
return s1 <= s2 && e1 >= e2;
sys/dev/pci/drm/include/linux/bitmap.h
101
bitmap_intersects(const void *s1, const void *s2, u_int n)
sys/dev/pci/drm/include/linux/bitmap.h
104
const u_int *b2 = s2;
sys/dev/pci/drm/include/linux/bitmap.h
66
bitmap_or(void *d, const void *s1, const void *s2, u_int n)
sys/dev/pci/drm/include/linux/bitmap.h
70
const u_int *src2 = s2;
sys/dev/pci/drm/include/linux/bitmap.h
78
bitmap_andnot(void *d, void *s1, void *s2, u_int n)
sys/dev/pci/drm/include/linux/bitmap.h
82
u_int *src2 = s2;
sys/dev/sun/z8530ms.c
380
int get, c, s, s2;
sys/dev/sun/z8530ms.c
388
s2 = splzs();
sys/dev/sun/z8530ms.c
392
splx(s2);
sys/dev/usb/umass.c
1816
char s2[40];
sys/dev/usb/umass.c
1822
snprintf(s2, sizeof s2, " buffer=%p, buflen=%d", buffer, buflen);
sys/dev/usb/umass.c
1827
sc->sc_dev.dv_xname, s1, s2));
sys/dev/usb/umass.c
1828
s2[0] = '\0';
sys/dev/usb/umass.c
1835
sc->sc_dev.dv_xname, s1, s2, s3));
sys/kern/tty_endrun.c
106
int endrun_date_to_nano(char *s1, char *s2, int64_t *nano);
sys/lib/libkern/memcmp.c
43
memcmp(const void *s1, const void *s2, size_t n)
sys/lib/libkern/memcmp.c
46
const unsigned char *p1 = s1, *p2 = s2;
sys/lib/libkern/memcpy.c
41
memcpy(void *s1, const void *s2, size_t n)
sys/lib/libkern/memcpy.c
43
const char *f = s2;
sys/lib/libkern/memmove.c
41
memmove(void *s1, const void *s2, size_t n)
sys/lib/libkern/memmove.c
43
const char *f = s2;
sys/lib/libkern/strcmp.c
41
strcmp(const char *s1, const char *s2)
sys/lib/libkern/strcmp.c
43
while (*s1 == *s2++)
sys/lib/libkern/strcmp.c
46
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
sys/lib/libkern/strncasecmp.c
36
strncasecmp(const char *s1, const char *s2, size_t n)
sys/lib/libkern/strncasecmp.c
43
unsigned char c2 = (unsigned char) *s2++;
sys/lib/libkern/strncmp.c
35
strncmp(const char *s1, const char *s2, size_t n)
sys/lib/libkern/strncmp.c
41
if (*s1 != *s2++)
sys/lib/libkern/strncmp.c
42
return (*(unsigned char *)s1 - *(unsigned char *)--s2);
sys/lib/libsa/memcmp.c
41
memcmp(const void *s1, const void *s2, size_t n)
sys/lib/libsa/memcmp.c
44
const unsigned char *p1 = s1, *p2 = s2;
sys/lib/libsa/memcpy.c
42
memcpy(void *s1, const void *s2, size_t n)
sys/lib/libsa/memcpy.c
44
const char *f = s2;
sys/lib/libsa/memmove.c
41
memmove(void *s1, const void *s2, size_t n)
sys/lib/libsa/memmove.c
43
const char *f = s2;
sys/lib/libsa/rijndael.c
1021
s2 =
sys/lib/libsa/rijndael.c
1027
PUTU32(ct + 8, s2);
sys/lib/libsa/rijndael.c
1041
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/lib/libsa/rijndael.c
1052
s2 = GETU32(ct + 8) ^ rk[2];
sys/lib/libsa/rijndael.c
1056
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
sys/lib/libsa/rijndael.c
1057
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
sys/lib/libsa/rijndael.c
1058
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
sys/lib/libsa/rijndael.c
1059
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[ 7];
sys/lib/libsa/rijndael.c
1063
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
sys/lib/libsa/rijndael.c
1066
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[12];
sys/lib/libsa/rijndael.c
1067
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
sys/lib/libsa/rijndael.c
1068
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[14];
sys/lib/libsa/rijndael.c
1069
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[15];
sys/lib/libsa/rijndael.c
1073
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
sys/lib/libsa/rijndael.c
1076
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[20];
sys/lib/libsa/rijndael.c
1077
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
sys/lib/libsa/rijndael.c
1078
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[22];
sys/lib/libsa/rijndael.c
1079
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[23];
sys/lib/libsa/rijndael.c
1083
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
sys/lib/libsa/rijndael.c
1086
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[28];
sys/lib/libsa/rijndael.c
1087
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
sys/lib/libsa/rijndael.c
1088
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[30];
sys/lib/libsa/rijndael.c
1089
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[31];
sys/lib/libsa/rijndael.c
1093
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
sys/lib/libsa/rijndael.c
1096
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[36];
sys/lib/libsa/rijndael.c
1097
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
sys/lib/libsa/rijndael.c
1098
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[38];
sys/lib/libsa/rijndael.c
1099
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[39];
sys/lib/libsa/rijndael.c
1104
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
sys/lib/libsa/rijndael.c
1107
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[44];
sys/lib/libsa/rijndael.c
1108
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
sys/lib/libsa/rijndael.c
1109
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[46];
sys/lib/libsa/rijndael.c
1110
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[47];
sys/lib/libsa/rijndael.c
1115
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
sys/lib/libsa/rijndael.c
1118
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[52];
sys/lib/libsa/rijndael.c
1119
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
sys/lib/libsa/rijndael.c
1120
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[54];
sys/lib/libsa/rijndael.c
1121
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55];
sys/lib/libsa/rijndael.c
1134
Td2[(s2 >> 8) & 0xff] ^
sys/lib/libsa/rijndael.c
1141
Td3[(s2 ) & 0xff] ^
sys/lib/libsa/rijndael.c
1144
Td0[(s2 >> 24) ] ^
sys/lib/libsa/rijndael.c
1151
Td1[(s2 >> 16) & 0xff] ^
sys/lib/libsa/rijndael.c
1173
s2 =
sys/lib/libsa/rijndael.c
1205
s2 =
sys/lib/libsa/rijndael.c
1211
PUTU32(pt + 8, s2);
sys/lib/libsa/rijndael.c
857
u32 s0, s1, s2, s3, t0, t1, t2, t3;
sys/lib/libsa/rijndael.c
868
s2 = GETU32(pt + 8) ^ rk[2];
sys/lib/libsa/rijndael.c
872
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
sys/lib/libsa/rijndael.c
873
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
sys/lib/libsa/rijndael.c
874
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
sys/lib/libsa/rijndael.c
875
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
sys/lib/libsa/rijndael.c
879
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
sys/lib/libsa/rijndael.c
882
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
sys/lib/libsa/rijndael.c
883
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
sys/lib/libsa/rijndael.c
884
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
sys/lib/libsa/rijndael.c
885
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
sys/lib/libsa/rijndael.c
889
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
sys/lib/libsa/rijndael.c
892
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
sys/lib/libsa/rijndael.c
893
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
sys/lib/libsa/rijndael.c
894
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
sys/lib/libsa/rijndael.c
895
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
sys/lib/libsa/rijndael.c
899
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
sys/lib/libsa/rijndael.c
902
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
sys/lib/libsa/rijndael.c
903
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
sys/lib/libsa/rijndael.c
904
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
sys/lib/libsa/rijndael.c
905
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
sys/lib/libsa/rijndael.c
909
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
sys/lib/libsa/rijndael.c
912
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
sys/lib/libsa/rijndael.c
913
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
sys/lib/libsa/rijndael.c
914
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
sys/lib/libsa/rijndael.c
915
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
sys/lib/libsa/rijndael.c
920
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
sys/lib/libsa/rijndael.c
923
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[44];
sys/lib/libsa/rijndael.c
924
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
sys/lib/libsa/rijndael.c
925
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[46];
sys/lib/libsa/rijndael.c
926
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[47];
sys/lib/libsa/rijndael.c
931
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
sys/lib/libsa/rijndael.c
934
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[52];
sys/lib/libsa/rijndael.c
935
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
sys/lib/libsa/rijndael.c
936
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[54];
sys/lib/libsa/rijndael.c
937
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[55];
sys/lib/libsa/rijndael.c
950
Te2[(s2 >> 8) & 0xff] ^
sys/lib/libsa/rijndael.c
955
Te1[(s2 >> 16) & 0xff] ^
sys/lib/libsa/rijndael.c
960
Te0[(s2 >> 24) ] ^
sys/lib/libsa/rijndael.c
969
Te3[(s2 ) & 0xff] ^
sys/lib/libsa/rijndael.c
989
s2 =
sys/lib/libsa/stand.h
147
#define bcmp(s1,s2,n) (memcmp((s2),(s1),(n)))
sys/lib/libsa/stand.h
148
#define bcopy(s1,s2,n) ((void)memmove((s2),(s1),(n)))
sys/lib/libsa/strcmp.c
34
strcmp(const char *s1, const char *s2)
sys/lib/libsa/strcmp.c
36
while(*s1 && *s2 && *s1 == *s2)
sys/lib/libsa/strcmp.c
37
s1++, s2++;
sys/lib/libsa/strcmp.c
38
return *s1 - *s2;
sys/lib/libsa/strncmp.c
34
strncmp(const char *s1, const char *s2, size_t len)
sys/lib/libsa/strncmp.c
39
while (*s1 && *s2 && len-- && *s1 == *s2)
sys/lib/libsa/strncmp.c
40
s1++, s2++;
sys/lib/libsa/strncmp.c
41
return *s1 - *s2;
sys/lib/libsa/strncpy.c
34
strncpy(char *s1, const char *s2, size_t n)
sys/lib/libsa/strncpy.c
38
while (n-- && (*s1++ = *s2++) != '\0')
sys/lib/libz/zutil.c
163
int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) {
sys/lib/libz/zutil.c
164
const uchf *p = s1, *q = s2;
sys/net/trunklacp.h
278
#define LACP_STATE_EQ(s1, s2, mask) \
sys/net/trunklacp.h
279
((((s1) ^ (s2)) & (mask)) == 0)
sys/stand/efi/include/efiprot.h
499
IN CHAR16 *s2
usr.bin/awk/run.c
1029
char *s1, *s2, *p1, *p2, *q;
usr.bin/awk/run.c
1035
s2 = getsval(y);
usr.bin/awk/run.c
1039
for (q = p1, p2 = s2; *p2 != '\0' && *q == *p2; q++, p2++)
usr.bin/cdio/cddb.c
248
int s2 = -1;
usr.bin/cdio/cddb.c
260
s2 = dup(s);
usr.bin/cdio/cddb.c
261
if (s2 == -1)
usr.bin/cdio/cddb.c
269
cout = fdopen(s2, "w");
usr.bin/cdio/cddb.c
274
s2 = -1;
usr.bin/cdio/cddb.c
383
if (s2 != -1)
usr.bin/cdio/cddb.c
384
close(s2);
usr.bin/cdio/cdio.c
1002
if (cmpmsf(m2, s2, f2, tm, ts, tf) == 1) {
usr.bin/cdio/cdio.c
1010
if (!(tr2 || m2 || s2 || f2)) {
usr.bin/cdio/cdio.c
1013
s2 = ts;
usr.bin/cdio/cdio.c
1015
} else if (cmpmsf(m2, s2, f2, tm, ts, tf) == 1) {
usr.bin/cdio/cdio.c
1020
if (cmpmsf(m1, s1, f1, m2, s2, f2) == 1) {
usr.bin/cdio/cdio.c
1025
return play_msf(m1, s1, f1, m2, s2, f2);
usr.bin/cdio/cdio.c
1689
cmpmsf(u_char m1, u_char s1, u_char f1, u_char m2, u_char s2, u_char f2)
usr.bin/cdio/cdio.c
1696
if (s1 > s2)
usr.bin/cdio/cdio.c
1698
else if (s1 < s2)
usr.bin/cdio/cdio.c
689
unsigned int tr1, tr2, m1, m2, s1, s2, f1, f2, i1, i2;
usr.bin/cdio/cdio.c
824
&tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
830
&tr1, &m1, &s1, &tr2, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
836
&tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &c))
usr.bin/cdio/cdio.c
842
&m1, &s1, &f1, &tr2, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
848
&tr1, &m1, &s1, &f1, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
854
&m1, &s1, &tr2, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
860
&m1, &s1, &f1, &tr2, &m2, &s2, &c))
usr.bin/cdio/cdio.c
866
&m1, &s1, &f1, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
872
&tr1, &m1, &s1, &f1, &m2, &s2, &c))
usr.bin/cdio/cdio.c
878
&tr1, &m1, &s1, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
884
&tr1, &m1, &s1, &tr2, &m2, &s2, &c))
usr.bin/cdio/cdio.c
889
if (5 == sscanf(arg, "%u:%u%u%u:%u%c", &m1, &s1, &tr2, &m2, &s2, &c))
usr.bin/cdio/cdio.c
894
if (5 == sscanf(arg, "%u%u:%u%u:%u%c", &tr1, &m1, &s1, &m2, &s2, &c))
usr.bin/cdio/cdio.c
899
if (5 == sscanf(arg, "%u:%u%u:%u.%u%c", &m1, &s1, &m2, &s2, &f2, &c))
usr.bin/cdio/cdio.c
904
if (5 == sscanf(arg, "%u:%u.%u%u:%u%c", &m1, &s1, &f1, &m2, &s2, &c))
usr.bin/cdio/cdio.c
908
m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
914
if (4 == sscanf(arg, "%u:%u%u:%u%c", &m1, &s1, &m2, &s2, &c))
usr.bin/cdio/cdio.c
918
tr2 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
923
f1 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
928
tr1 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
933
tr1 = tr2 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
938
f1 = tr2 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
943
tr1 = f1 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
948
tr1 = f1 = tr2 = m2 = s2 = f2 = 0;
usr.bin/cdio/cdio.c
962
} else if (s1 > 59 || s2 > 59) {
usr.bin/cdio/cdio.c
998
addmsf(&m2, &s2, &f2, tm, ts, tf);
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
116
s2 = (int)(longitude % 60);
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
136
d2, m2, s2, fs2, east ? "E" : "W",
usr.bin/dig/lib/dns/rdata/generic/loc_29.c
29
int d2, m2, s2, fs2;
usr.bin/finger/lprint.c
274
char visout[5], *s2;
usr.bin/finger/lprint.c
278
for (s2 = visout; *s2; s2++)
usr.bin/finger/lprint.c
279
(void)putchar(*s2);
usr.bin/hexdump/display.c
117
int16_t s2;
usr.bin/hexdump/display.c
155
memmove(&s2, bp, sizeof(s2));
usr.bin/hexdump/display.c
156
(void)printf(pr->fmt, (int64_t)s2);
usr.bin/indent/args.c
212
eqin(char *s1, char *s2)
usr.bin/indent/args.c
215
if (*s1++ != *s2++)
usr.bin/indent/args.c
218
param_start = s2;
usr.bin/infocmp/infocmp.c
459
char *s1, *s2;
usr.bin/infocmp/infocmp.c
565
s2 = next_entry->Strings[idx];
usr.bin/infocmp/infocmp.c
566
if (!(no_string(s1) && no_string(s2)) && capcmp(idx, s1, s2)) {
usr.bin/infocmp/infocmp.c
568
dump_string(s2, buf2);
usr.bin/infocmp/infocmp.c
578
s2 = next_entry->Strings[idx];
usr.bin/infocmp/infocmp.c
579
if (capcmp(idx, s1, s2) != 0) {
usr.bin/infocmp/infocmp.c
594
s2 = next_entry->Strings[idx];
usr.bin/infocmp/infocmp.c
595
if (s2 != s1) {
usr.bin/kdump/kdump.c
94
#define eqs(s1, s2) (strcmp((s1), (s2)) == 0)
usr.bin/lex/filter.c
375
char *s1, *s2;
usr.bin/lex/filter.c
379
s2 = filename;
usr.bin/lex/filter.c
381
while ((s2 - filename) < (MAXLINE - 1) && *s1) {
usr.bin/lex/filter.c
384
*s2++ = '\\';
usr.bin/lex/filter.c
387
*s2++ = '\\';
usr.bin/lex/filter.c
389
*s2++ = *s1++;
usr.bin/lex/filter.c
392
*s2 = '\0';
usr.bin/lex/misc.c
415
char *s1, *s2, *s3;
usr.bin/lex/misc.c
426
s2 = filename;
usr.bin/lex/misc.c
429
while (s2 < s3 && *s1) {
usr.bin/lex/misc.c
432
*s2++ = '\\';
usr.bin/lex/misc.c
434
*s2++ = *s1++;
usr.bin/lex/misc.c
437
*s2 = '\0';
usr.bin/lex/misc.c
688
out_str3(const char *fmt, const char s1[], const char s2[], const char s3[])
usr.bin/lex/misc.c
690
fprintf(stdout, fmt, s1, s2, s3);
usr.bin/look/look.c
280
compare(char *s1, char *s2, char *back)
usr.bin/look/look.c
284
for (; *s1 && s2 < back && *s2 != '\n'; ++s1, ++s2) {
usr.bin/look/look.c
285
ch = *s2;
usr.bin/look/look.c
289
++s2; /* Ignore character in comparison. */
usr.bin/m4/misc.c
353
xreallocarray(void *old, size_t s1, size_t s2, const char *fmt, ...)
usr.bin/m4/misc.c
355
void *p = reallocarray(old, s1, s2);
usr.bin/m4/misc.c
69
doindex(const char *s1, const char *s2)
usr.bin/m4/misc.c
73
t = strstr(s1, s2);
usr.bin/mail/lex.c
562
char *s1, *s2;
usr.bin/mail/lex.c
565
s2 = as2;
usr.bin/mail/lex.c
566
while (*s1++ == *s2)
usr.bin/mail/lex.c
567
if (*s2++ == '\0')
usr.bin/mail/util.c
591
copy(char *s1, char *s2)
usr.bin/mail/util.c
594
while ((*s2++ = *s1++) != '\0')
usr.bin/mail/util.c
596
return(s2 - 1);
usr.bin/make/memory.c
100
enocmem(s1, s2);
usr.bin/make/memory.c
97
ereallocarray(void *ptr, size_t s1, size_t s2)
usr.bin/make/memory.c
99
if ((ptr = reallocarray(ptr, s1, s2)) == NULL)
usr.bin/make/str.c
50
Str_concati(const char *s1, const char *e1, const char *s2, const char *e2,
usr.bin/make/str.c
58
len2 = e2 - s2;
usr.bin/make/str.c
73
memcpy(result + len1, s2, len2);
usr.bin/make/str.h
36
#define Str_concat(s1, s2, sep) Str_concati(s1, strchr(s1, '\0'), s2, strchr(s2, '\0'), sep)
usr.bin/make/suff.c
302
Suff *s2 = NULL; /* the suffix descriptor in this element */
usr.bin/make/suff.c
305
s2 = Lst_Datum(ln);
usr.bin/make/suff.c
306
if (s2->order >= s->order)
usr.bin/make/suff.c
316
} else if (s2->order != s->order) {
usr.bin/make/suff.c
318
printf("before %s(%d)\n", s2->name, s2->order);
usr.bin/make/suff.c
580
Suff *s, *s2;
usr.bin/make/suff.c
590
if (parse_transform(gn->name, &s, &s2)) {
usr.bin/make/suff.c
591
SuffInsert(&s2->children, s);
usr.bin/make/suff.c
592
SuffInsert(&s->parents, s2);
usr.bin/make/suff.c
653
Src *s2; /* new Src structure */
usr.bin/make/suff.c
658
s2 = emalloc(sizeof(Src));
usr.bin/make/suff.c
659
s2->file = Str_concat(targ->prefix, s->name, 0);
usr.bin/make/suff.c
660
s2->prefix = targ->prefix;
usr.bin/make/suff.c
661
s2->parent = targ;
usr.bin/make/suff.c
662
s2->node = NULL;
usr.bin/make/suff.c
663
s2->suff = s;
usr.bin/make/suff.c
664
s2->children = 0;
usr.bin/make/suff.c
666
Lst_AtEnd(ls->l, s2);
usr.bin/make/suff.c
668
Lst_Init(&s2->cp);
usr.bin/make/suff.c
669
Lst_AtEnd(&targ->cp, s2);
usr.bin/make/suff.c
670
printf("2 add %x %x to %x:", targ, s2, ls->l);
usr.bin/mandoc/man_html.c
428
const char *s1, *s2;
usr.bin/mandoc/man_html.c
442
s2 = n2 == NULL ? "" : n2->string;
usr.bin/mandoc/man_html.c
447
c2 = strcmp(s2, "*") == 0 ? '*' :
usr.bin/mandoc/man_html.c
448
strcmp(s2, "\\-") == 0 ? '-' :
usr.bin/mandoc/man_html.c
449
strcmp(s2, "\\(bu") == 0 ? 'b' :
usr.bin/mandoc/man_html.c
450
strcmp(s2, "\\[bu]") == 0 ? 'b' : ' ';
usr.bin/mandoc/mdoc_validate.c
2439
similar(const char *s1, const char *s2)
usr.bin/mandoc/mdoc_validate.c
2444
while (s1[0] != '\0' && s2[0] != '\0') {
usr.bin/mandoc/mdoc_validate.c
2445
if (s1[0] == s2[0]) {
usr.bin/mandoc/mdoc_validate.c
2447
s2++;
usr.bin/mandoc/mdoc_validate.c
2452
if (s1[1] == s2[1]) { /* replacement */
usr.bin/mandoc/mdoc_validate.c
2454
s2++;
usr.bin/mandoc/mdoc_validate.c
2455
} else if (s1[0] == s2[1] && s1[1] == s2[0]) {
usr.bin/mandoc/mdoc_validate.c
2457
s2 += 2;
usr.bin/mandoc/mdoc_validate.c
2458
} else if (s1[0] == s2[1]) /* insertion */
usr.bin/mandoc/mdoc_validate.c
2459
s2++;
usr.bin/mandoc/mdoc_validate.c
2460
else if (s1[1] == s2[0]) /* deletion */
usr.bin/mandoc/mdoc_validate.c
2465
dist += strlen(s1) + strlen(s2);
usr.bin/mandoc/roff.c
2512
const char *s1, *s2, *s3;
usr.bin/mandoc/roff.c
2517
s2 = s1 + 1; /* for scanning the first string */
usr.bin/mandoc/roff.c
2518
s3 = strchr(s2, *s1); /* for scanning the second string */
usr.bin/mandoc/roff.c
2524
if (*s2 != *s3) { /* mismatch */
usr.bin/mandoc/roff.c
2532
s2++;
usr.bin/mandoc/roff.c
2537
s3 = strchr(s2, '\0');
usr.bin/patch/common.h
49
#define strNE(s1,s2) (strcmp(s1, s2))
usr.bin/patch/common.h
50
#define strEQ(s1,s2) (!strcmp(s1, s2))
usr.bin/patch/common.h
51
#define strnNE(s1,s2,l) (strncmp(s1, s2, l))
usr.bin/patch/common.h
52
#define strnEQ(s1,s2,l) (!strncmp(s1, s2, l))
usr.bin/rdist/expand.c
70
Cat(u_char *s1, u_char *s2) /* quote in s1 and s2 */
usr.bin/rdist/expand.c
73
int len = strlen((char *)s1) + strlen((char *)s2) + 2;
usr.bin/rdist/expand.c
89
if (*s2 == QUOTECHAR)
usr.bin/rdist/expand.c
90
s2++;
usr.bin/rdist/expand.c
91
} while ((*cp++ = *s2++) != '\0');
usr.bin/rsync/blocks.c
164
fhash = (st->s1 & 0xFFFF) | (st->s2 << 16);
usr.bin/rsync/blocks.c
168
st->s2 = fhash >> 16;
usr.bin/rsync/blocks.c
232
st->s2 -= osz * map[0];
usr.bin/rsync/blocks.c
236
st->s2 += st->s1;
usr.bin/rsync/extern.h
219
uint32_t s2; /* partial sum for computing fast hash */
usr.bin/sdiff/sdiff.c
165
*tmp1, *tmp2, *s1, *s2;
usr.bin/sdiff/sdiff.c
374
s2 = xfgets(file2);
usr.bin/sdiff/sdiff.c
375
if (s1 || s2)
usr.bin/sdiff/sdiff.c
376
enqueue(s1, ' ', s2);
usr.bin/sdiff/sdiff.c
435
prompt(const char *s1, const char *s2)
usr.bin/sdiff/sdiff.c
459
if (s2 != NULL)
usr.bin/sdiff/sdiff.c
460
fprintf(outfp, "%s\n", s2);
usr.bin/sdiff/sdiff.c
462
if (s2 != NULL)
usr.bin/sdiff/sdiff.c
463
fprintf(outfp, "%s\n", s2);
usr.bin/sdiff/sdiff.c
476
if (eparse(p, s1, s2) == -1)
usr.bin/sdiff/sdiff.c
495
if (s2 != NULL)
usr.bin/sdiff/sdiff.c
496
fprintf(outfp, "%s\n", s2);
usr.bin/sdiff/sdiff.c
543
println(const char *s1, const char div, const char *s2)
usr.bin/sdiff/sdiff.c
556
if (div == ' ' && !s2) {
usr.bin/sdiff/sdiff.c
569
if (!s2) {
usr.bin/sdiff/sdiff.c
577
printcol(s2, &col, line_width);
usr.bin/sdiff/sdiff.c
712
char *s1, *s2;
usr.bin/sdiff/sdiff.c
716
if (!(s2 = xfgets(file2)))
usr.bin/sdiff/sdiff.c
721
free(s2);
usr.bin/sdiff/sdiff.c
734
enqueue(s1, ' ', s2);
usr.bin/signify/ge25519.h
39
void ge25519_double_scalarmult_vartime(ge25519 *r, const ge25519 *p1, const sc25519 *s1, const ge25519 *p2, const sc25519 *s2);
usr.bin/signify/mod_ge25519.c
266
void ge25519_double_scalarmult_vartime(ge25519_p3 *r, const ge25519_p3 *p1, const sc25519 *s1, const ge25519_p3 *p2, const sc25519 *s2)
usr.bin/signify/mod_ge25519.c
291
sc25519_2interleave2(b,s1,s2);
usr.bin/signify/sc25519.c
293
void sc25519_2interleave2(unsigned char r[127], const sc25519 *s1, const sc25519 *s2)
usr.bin/signify/sc25519.c
298
r[4*i] = ( s1->v[i] & 3) ^ (( s2->v[i] & 3) << 2);
usr.bin/signify/sc25519.c
299
r[4*i+1] = ((s1->v[i] >> 2) & 3) ^ (((s2->v[i] >> 2) & 3) << 2);
usr.bin/signify/sc25519.c
300
r[4*i+2] = ((s1->v[i] >> 4) & 3) ^ (((s2->v[i] >> 4) & 3) << 2);
usr.bin/signify/sc25519.c
301
r[4*i+3] = ((s1->v[i] >> 6) & 3) ^ (((s2->v[i] >> 6) & 3) << 2);
usr.bin/signify/sc25519.c
303
r[124] = ( s1->v[31] & 3) ^ (( s2->v[31] & 3) << 2);
usr.bin/signify/sc25519.c
304
r[125] = ((s1->v[31] >> 2) & 3) ^ (((s2->v[31] >> 2) & 3) << 2);
usr.bin/signify/sc25519.c
305
r[126] = ((s1->v[31] >> 4) & 3) ^ (((s2->v[31] >> 4) & 3) << 2);
usr.bin/signify/sc25519.h
78
void sc25519_2interleave2(unsigned char r[127], const sc25519 *s1, const sc25519 *s2);
usr.bin/signify/signify.c
601
ecalloc(size_t s1, size_t s2, void *data)
usr.bin/signify/signify.c
605
if (!(p = calloc(s1, s2)))
usr.bin/sort/bwstring.c
112
wide_str_coll(const wchar_t *s1, const wchar_t *s2)
usr.bin/sort/bwstring.c
117
ret = wcscoll(s1, s2);
usr.bin/sort/bwstring.c
120
ret = wcscmp(s1, s2);
usr.bin/sort/bwstring.c
125
wchar_t c2 = s2[i];
usr.bin/sort/bwstring.c
601
const unsigned char *s1, *s2;
usr.bin/sort/bwstring.c
604
s2 = bws2->data.cstr + offset;
usr.bin/sort/bwstring.c
606
res = memcmp(s1, s2, cmp_len);
usr.bin/sort/bwstring.c
609
const wchar_t *s1, *s2;
usr.bin/sort/bwstring.c
612
s2 = bws2->data.wstr + offset;
usr.bin/sort/bwstring.c
614
res = memcmp(s1, s2, SIZEOF_WCHAR_STRING(cmp_len));
usr.bin/sort/bwstring.c
694
const unsigned char *s1, *s2;
usr.bin/sort/bwstring.c
698
s2 = bws2->data.cstr + offset;
usr.bin/sort/bwstring.c
701
res = memcmp(s1, s2, len2);
usr.bin/sort/bwstring.c
705
res = memcmp(s1, s2, len1);
usr.bin/sort/bwstring.c
709
res = memcmp(s1, s2, len1);
usr.bin/sort/bwstring.c
713
const wchar_t *s1, *s2;
usr.bin/sort/bwstring.c
718
s2 = bws2->data.wstr + offset;
usr.bin/sort/bwstring.c
730
s1[i] == L'\0' && s2[i] == L'\0')
usr.bin/sort/bwstring.c
737
if (s2[i] == L'\0')
usr.bin/sort/bwstring.c
742
} else if (s2[i] == L'\0')
usr.bin/sort/bwstring.c
745
res = wide_str_coll(s1 + i, s2 + i);
usr.bin/sort/bwstring.c
749
while (i < maxlen && s1[i] != L'\0' && s2[i] != L'\0')
usr.bin/sort/bwstring.c
756
if (s2[i] == L'\0') {
usr.bin/sort/bwstring.c
761
} else if (s2[i] == L'\0')
usr.bin/sort/coll.c
1004
struct bwstring *s1, *s2;
usr.bin/sort/coll.c
1007
s2 = kv2->k;
usr.bin/sort/coll.c
1011
bwsprintf(stdout, s2, ", k2=<", ">");
usr.bin/sort/coll.c
1014
if (s1 == s2)
usr.bin/sort/coll.c
1017
return vcmp(s1, s2);
usr.bin/sort/coll.c
487
top_level_str_coll(const struct bwstring *s1, const struct bwstring *s2)
usr.bin/sort/coll.c
493
s1 = s2;
usr.bin/sort/coll.c
494
s2 = tmp;
usr.bin/sort/coll.c
497
return bwscoll(s1, s2, 0);
usr.bin/sort/coll.c
778
struct bwstring *s1, *s2;
usr.bin/sort/coll.c
787
s2 = kv2->k;
usr.bin/sort/coll.c
796
bwsprintf(stdout, s2, ", k2=<", ">");
usr.bin/sort/coll.c
799
if (s1 == s2)
usr.bin/sort/coll.c
817
read_number(s2, &sign2, smain2, &main2, sfrac2, &frac2, &SI2);
usr.bin/sort/coll.c
871
read_number(s2, &sign2, smain2, &main2, sfrac2, &frac2, &SI2);
usr.bin/sort/coll.c
951
struct bwstring *s1, *s2;
usr.bin/sort/coll.c
956
s2 = kv2->k;
usr.bin/sort/coll.c
960
bwsprintf(stdout, s2, ", k2=<", ">");
usr.bin/sort/coll.c
963
if (s1 == s2)
usr.bin/sort/coll.c
970
MD5Update(&ctx2, bwsrawdata(s2), bwsrawlen(s2));
usr.bin/sort/coll.c
991
cmp_res = bwscoll(s1, s2, 0);
usr.bin/sort/file.c
347
struct bwstring *s1, *s2;
usr.bin/sort/file.c
353
s1 = s2 = NULL;
usr.bin/sort/file.c
372
s2 = file_reader_readline(fr);
usr.bin/sort/file.c
373
if (s2 == NULL)
usr.bin/sort/file.c
377
preproc(s2, ka2);
usr.bin/sort/file.c
382
bwsprintf(stdout, s2, "s1=<", ">");
usr.bin/sort/file.c
392
cmp = top_level_str_coll(s2, s1);
usr.bin/sort/file.c
401
bws_disorder_warnx(s2, fn, posdisorder);
usr.bin/sort/file.c
418
s1 = s2;
usr.bin/sort/file.c
420
s2 = file_reader_readline(fr);
usr.bin/sort/file.c
421
if (s2 == NULL)
usr.bin/sort/file.c
425
preproc(s2, ka2);
usr.bin/sort/file.c
437
clean_keys_array(s2, ka2);
usr.bin/sort/file.c
441
bwsfree(s2);
usr.bin/sort/file.c
445
s2 = file_reader_readline(fr);
usr.bin/sort/file.c
446
if (s2 == NULL)
usr.bin/sort/file.c
448
bwsfree(s2);
usr.bin/sort/vsort.c
196
vcmp(struct bwstring *s1, struct bwstring *s2)
usr.bin/sort/vsort.c
203
if (s1 == s2)
usr.bin/sort/vsort.c
206
cmp_bytes = bwscmp(s1, s2, 0);
usr.bin/sort/vsort.c
211
len2 = slen2 = BWSLEN(s2);
usr.bin/sort/vsort.c
219
si2 = bws_begin(s2);
usr.bin/sort/vsort.c
248
find_suffix(si2, bws_end(s2), &len2);
usr.bin/sort/vsort.h
35
int vcmp(struct bwstring *s1, struct bwstring *s2);
usr.bin/spell/look.c
157
compare(u_char *s1, u_char *s2, u_char *back)
usr.bin/spell/look.c
162
for (;; ++s1, ++s2) {
usr.bin/spell/look.c
163
if (*s2 == '\n' || s2 == back)
usr.bin/spell/look.c
166
ch = tolower(*s2);
usr.bin/ssh/ed25519.c
1849
static void ge25519_double_scalarmult_vartime(ge25519_p3 *r, const ge25519_p3 *p1, const sc25519 *s1, const ge25519_p3 *p2, const sc25519 *s2)
usr.bin/ssh/ed25519.c
1874
sc25519_2interleave2(b,s1,s2);
usr.bin/ssh/ed25519.c
507
static void sc25519_2interleave2(unsigned char r[127], const sc25519 *s1, const sc25519 *s2);
usr.bin/ssh/ed25519.c
703
static void sc25519_2interleave2(unsigned char r[127], const sc25519 *s1, const sc25519 *s2)
usr.bin/ssh/ed25519.c
708
r[4*i] = ( s1->v[i] & 3) ^ (( s2->v[i] & 3) << 2);
usr.bin/ssh/ed25519.c
709
r[4*i+1] = ((s1->v[i] >> 2) & 3) ^ (((s2->v[i] >> 2) & 3) << 2);
usr.bin/ssh/ed25519.c
710
r[4*i+2] = ((s1->v[i] >> 4) & 3) ^ (((s2->v[i] >> 4) & 3) << 2);
usr.bin/ssh/ed25519.c
711
r[4*i+3] = ((s1->v[i] >> 6) & 3) ^ (((s2->v[i] >> 6) & 3) << 2);
usr.bin/ssh/ed25519.c
713
r[124] = ( s1->v[31] & 3) ^ (( s2->v[31] & 3) << 2);
usr.bin/ssh/ed25519.c
714
r[125] = ((s1->v[31] >> 2) & 3) ^ (((s2->v[31] >> 2) & 3) << 2);
usr.bin/ssh/ed25519.c
715
r[126] = ((s1->v[31] >> 4) & 3) ^ (((s2->v[31] >> 4) & 3) << 2);
usr.bin/ssh/ed25519.c
746
static void ge25519_double_scalarmult_vartime(ge25519 *r, const ge25519 *p1, const sc25519 *s1, const ge25519 *p2, const sc25519 *s2);
usr.bin/ssh/libcrux_mlkem768_sha3.h
262
#define Eurydice_array_eq_slice(sz, a1, s2, t, _) \
usr.bin/ssh/libcrux_mlkem768_sha3.h
263
(memcmp(a1, (s2)->ptr, sz * sizeof(t)) == 0)
usr.bin/ssh/poly1305.c
33
uint32_t s1,s2,s3,s4;
usr.bin/ssh/poly1305.c
56
s2 = r2 * 5;
usr.bin/ssh/poly1305.c
86
t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
usr.bin/ssh/poly1305.c
87
t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
usr.bin/ssh/rijndael.c
1002
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
usr.bin/ssh/rijndael.c
1005
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[36];
usr.bin/ssh/rijndael.c
1006
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
usr.bin/ssh/rijndael.c
1007
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[38];
usr.bin/ssh/rijndael.c
1008
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[39];
usr.bin/ssh/rijndael.c
1013
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
usr.bin/ssh/rijndael.c
1016
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[44];
usr.bin/ssh/rijndael.c
1017
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
usr.bin/ssh/rijndael.c
1018
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[46];
usr.bin/ssh/rijndael.c
1019
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[47];
usr.bin/ssh/rijndael.c
1024
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
usr.bin/ssh/rijndael.c
1027
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[52];
usr.bin/ssh/rijndael.c
1028
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
usr.bin/ssh/rijndael.c
1029
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[54];
usr.bin/ssh/rijndael.c
1030
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[55];
usr.bin/ssh/rijndael.c
1043
Td2[(s2 >> 8) & 0xff] ^
usr.bin/ssh/rijndael.c
1050
Td3[(s2 ) & 0xff] ^
usr.bin/ssh/rijndael.c
1053
Td0[(s2 >> 24) ] ^
usr.bin/ssh/rijndael.c
1060
Td1[(s2 >> 16) & 0xff] ^
usr.bin/ssh/rijndael.c
1082
s2 =
usr.bin/ssh/rijndael.c
1114
s2 =
usr.bin/ssh/rijndael.c
1120
PUTU32(pt + 8, s2);
usr.bin/ssh/rijndael.c
765
u32 s0, s1, s2, s3, t0, t1, t2, t3;
usr.bin/ssh/rijndael.c
776
s2 = GETU32(pt + 8) ^ rk[2];
usr.bin/ssh/rijndael.c
780
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
usr.bin/ssh/rijndael.c
781
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
usr.bin/ssh/rijndael.c
782
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
usr.bin/ssh/rijndael.c
783
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
usr.bin/ssh/rijndael.c
787
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
usr.bin/ssh/rijndael.c
790
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
usr.bin/ssh/rijndael.c
791
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
usr.bin/ssh/rijndael.c
792
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
usr.bin/ssh/rijndael.c
793
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
usr.bin/ssh/rijndael.c
797
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
usr.bin/ssh/rijndael.c
800
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[20];
usr.bin/ssh/rijndael.c
801
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
usr.bin/ssh/rijndael.c
802
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[22];
usr.bin/ssh/rijndael.c
803
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[23];
usr.bin/ssh/rijndael.c
807
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
usr.bin/ssh/rijndael.c
810
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[28];
usr.bin/ssh/rijndael.c
811
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
usr.bin/ssh/rijndael.c
812
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[30];
usr.bin/ssh/rijndael.c
813
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[31];
usr.bin/ssh/rijndael.c
817
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
usr.bin/ssh/rijndael.c
820
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[36];
usr.bin/ssh/rijndael.c
821
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
usr.bin/ssh/rijndael.c
822
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[38];
usr.bin/ssh/rijndael.c
823
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[39];
usr.bin/ssh/rijndael.c
828
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
usr.bin/ssh/rijndael.c
831
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[44];
usr.bin/ssh/rijndael.c
832
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
usr.bin/ssh/rijndael.c
833
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[46];
usr.bin/ssh/rijndael.c
834
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[47];
usr.bin/ssh/rijndael.c
839
s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
usr.bin/ssh/rijndael.c
842
t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[52];
usr.bin/ssh/rijndael.c
843
t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
usr.bin/ssh/rijndael.c
844
t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[54];
usr.bin/ssh/rijndael.c
845
t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[55];
usr.bin/ssh/rijndael.c
858
Te2[(s2 >> 8) & 0xff] ^
usr.bin/ssh/rijndael.c
863
Te1[(s2 >> 16) & 0xff] ^
usr.bin/ssh/rijndael.c
868
Te0[(s2 >> 24) ] ^
usr.bin/ssh/rijndael.c
877
Te3[(s2 ) & 0xff] ^
usr.bin/ssh/rijndael.c
897
s2 =
usr.bin/ssh/rijndael.c
929
s2 =
usr.bin/ssh/rijndael.c
935
PUTU32(ct + 8, s2);
usr.bin/ssh/rijndael.c
950
u32 s0, s1, s2, s3, t0, t1, t2, t3;
usr.bin/ssh/rijndael.c
961
s2 = GETU32(ct + 8) ^ rk[2];
usr.bin/ssh/rijndael.c
965
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
usr.bin/ssh/rijndael.c
966
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
usr.bin/ssh/rijndael.c
967
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
usr.bin/ssh/rijndael.c
968
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[ 7];
usr.bin/ssh/rijndael.c
972
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
usr.bin/ssh/rijndael.c
975
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[12];
usr.bin/ssh/rijndael.c
976
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
usr.bin/ssh/rijndael.c
977
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[14];
usr.bin/ssh/rijndael.c
978
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[15];
usr.bin/ssh/rijndael.c
982
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
usr.bin/ssh/rijndael.c
985
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[20];
usr.bin/ssh/rijndael.c
986
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
usr.bin/ssh/rijndael.c
987
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[22];
usr.bin/ssh/rijndael.c
988
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[23];
usr.bin/ssh/rijndael.c
992
s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
usr.bin/ssh/rijndael.c
995
t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[28];
usr.bin/ssh/rijndael.c
996
t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
usr.bin/ssh/rijndael.c
997
t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[30];
usr.bin/ssh/rijndael.c
998
t3 = Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff] ^ rk[31];
usr.bin/systat/cache.c
44
static __inline int sc_cmp(struct sc_ent *s1, struct sc_ent *s2);
usr.bin/systat/main.c
184
prefix(char *s1, char *s2)
usr.bin/systat/main.c
187
while (*s1 == *s2) {
usr.bin/systat/main.c
190
s1++, s2++;
usr.bin/systat/malloc.c
146
sort_tname_callback(const void *s1, const void *s2)
usr.bin/systat/malloc.c
150
t2 = (struct type_info *)s2;
usr.bin/systat/malloc.c
156
sort_treq_callback(const void *s1, const void *s2)
usr.bin/systat/malloc.c
160
t2 = (struct type_info *)s2;
usr.bin/systat/malloc.c
167
return sort_tname_callback(s1, s2);
usr.bin/systat/malloc.c
171
sort_inuse_callback(const void *s1, const void *s2)
usr.bin/systat/malloc.c
175
t2 = (struct type_info *)s2;
usr.bin/systat/malloc.c
182
return sort_tname_callback(s1, s2);
usr.bin/systat/malloc.c
186
sort_memuse_callback(const void *s1, const void *s2)
usr.bin/systat/malloc.c
190
t2 = (struct type_info *)s2;
usr.bin/systat/malloc.c
197
return sort_tname_callback(s1, s2);
usr.bin/systat/malloc.c
41
int sort_tname_callback(const void *s1, const void *s2);
usr.bin/systat/malloc.c
42
int sort_treq_callback(const void *s1, const void *s2);
usr.bin/systat/malloc.c
43
int sort_inuse_callback(const void *s1, const void *s2);
usr.bin/systat/malloc.c
44
int sort_memuse_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
100
int sort_sa_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
101
int sort_sp_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
102
int sort_da_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
103
int sort_dp_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
104
int sort_rate_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
105
int sort_peak_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
312
sort_size_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
316
u_int64_t b2 = COUNTER(state_buf[* (size_t *) s2].bytes[0]) +
usr.bin/systat/pftop.c
317
COUNTER(state_buf[* (size_t *) s2].bytes[1]);
usr.bin/systat/pftop.c
326
sort_pkt_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
330
u_int64_t p2 = COUNTER(state_buf[* (size_t *) s2].packets[0]) +
usr.bin/systat/pftop.c
331
COUNTER(state_buf[* (size_t *) s2].packets[1]);
usr.bin/systat/pftop.c
340
sort_age_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
342
if (ntohl(state_buf[* (size_t *) s2].creation) >
usr.bin/systat/pftop.c
345
if (ntohl(state_buf[* (size_t *) s2].creation) <
usr.bin/systat/pftop.c
352
sort_exp_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
354
if (ntohl(state_buf[* (size_t *) s2].expire) >
usr.bin/systat/pftop.c
357
if (ntohl(state_buf[* (size_t *) s2].expire) <
usr.bin/systat/pftop.c
364
sort_rate_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
367
struct sc_ent *e2 = state_cache[* (u_int32_t *) s2];
usr.bin/systat/pftop.c
382
sort_peak_callback(const void *s1, const void *s2)
usr.bin/systat/pftop.c
385
struct sc_ent *e2 = state_cache[* (u_int32_t *) s2];
usr.bin/systat/pftop.c
434
const struct pfsync_state *s2, int dir)
usr.bin/systat/pftop.c
442
if (s1->key[side].af > s2->key[side].af)
usr.bin/systat/pftop.c
444
if (s1->key[side].af < s2->key[side].af)
usr.bin/systat/pftop.c
472
if (s2->key[PF_SK_STACK].af != s2->key[PF_SK_WIRE].af) {
usr.bin/systat/pftop.c
476
dir = s2->direction;
usr.bin/systat/pftop.c
481
ab = &s2->key[PF_SK_STACK].addr[ii];
usr.bin/systat/pftop.c
482
pb = s2->key[PF_SK_STACK].port[ii];
usr.bin/systat/pftop.c
485
ab = &s2->key[side].addr[io];
usr.bin/systat/pftop.c
486
pb = s2->key[side].port[io];
usr.bin/systat/pftop.c
501
const struct pfsync_state *s2, int dir)
usr.bin/systat/pftop.c
509
if (s1->key[side].af > s2->key[side].af)
usr.bin/systat/pftop.c
511
if (s1->key[side].af < s2->key[side].af)
usr.bin/systat/pftop.c
539
if (s2->key[PF_SK_STACK].af != s2->key[PF_SK_WIRE].af) {
usr.bin/systat/pftop.c
543
dir = s2->direction;
usr.bin/systat/pftop.c
548
ab = &s2->key[PF_SK_STACK].addr[ii];
usr.bin/systat/pftop.c
549
pb = s2->key[PF_SK_STACK].port[ii];
usr.bin/systat/pftop.c
552
ab = &s2->key[side].addr[io];
usr.bin/systat/pftop.c
553
pb = s2->key[side].port[io];
usr.bin/systat/pftop.c
573
struct pfsync_state *s2 = state_buf + (* (size_t *) p2);
usr.bin/systat/pftop.c
574
return sort_addr_callback(s1, s2, PF_OUT);
usr.bin/systat/pftop.c
581
struct pfsync_state *s2 = state_buf + (* (size_t *) p2);
usr.bin/systat/pftop.c
582
return sort_addr_callback(s1, s2, PF_IN);
usr.bin/systat/pftop.c
589
struct pfsync_state *s2 = state_buf + (* (size_t *) p2);
usr.bin/systat/pftop.c
590
return sort_port_callback(s1, s2, PF_OUT);
usr.bin/systat/pftop.c
597
struct pfsync_state *s2 = state_buf + (* (size_t *) p2);
usr.bin/systat/pftop.c
598
return sort_port_callback(s1, s2, PF_IN);
usr.bin/systat/pftop.c
780
unsigned int s1, unsigned int s2)
usr.bin/systat/pftop.c
794
if (s1 <= TCPS_TIME_WAIT && s2 <= TCPS_TIME_WAIT)
usr.bin/systat/pftop.c
795
tbprintf("%s:%s", tcpstates[s1], tcpstates[s2]);
usr.bin/systat/pftop.c
798
s2 == PF_TCPS_PROXY_SRC)
usr.bin/systat/pftop.c
801
s2 == PF_TCPS_PROXY_DST)
usr.bin/systat/pftop.c
807
s2 < PFUDPS_NSTATES) {
usr.bin/systat/pftop.c
809
tbprintf("%s:%s", states[s1], states[s2]);
usr.bin/systat/pftop.c
811
s2 < PFOTHERS_NSTATES) {
usr.bin/systat/pftop.c
814
tbprintf("%s:%s", states[s1], states[s2]);
usr.bin/systat/pftop.c
816
tbprintf("%u:%u", s1, s2);
usr.bin/systat/pftop.c
821
tbprintf("%u:%u", s1, s2);
usr.bin/systat/pftop.c
96
int sort_size_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
97
int sort_exp_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
98
int sort_pkt_callback(const void *s1, const void *s2);
usr.bin/systat/pftop.c
99
int sort_age_callback(const void *s1, const void *s2);
usr.bin/systat/pool.c
218
sort_name_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
222
p2 = (struct pool_info *)s2;
usr.bin/systat/pool.c
228
sort_req_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
232
p2 = (struct pool_info *)s2;
usr.bin/systat/pool.c
239
return sort_name_callback(s1, s2);
usr.bin/systat/pool.c
243
sort_npage_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
247
p2 = (struct pool_info *)s2;
usr.bin/systat/pool.c
254
return sort_name_callback(s1, s2);
usr.bin/systat/pool.c
258
sort_psize_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
263
p2 = (struct pool_info *)s2;
usr.bin/systat/pool.c
270
return sort_npage_callback(s1, s2);
usr.bin/systat/pool.c
50
int sort_name_callback(const void *s1, const void *s2);
usr.bin/systat/pool.c
51
int sort_req_callback(const void *s1, const void *s2);
usr.bin/systat/pool.c
52
int sort_psize_callback(const void *s1, const void *s2);
usr.bin/systat/pool.c
53
int sort_npage_callback(const void *s1, const void *s2);
usr.bin/systat/pool.c
583
pool_cache_sort_name_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
587
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
593
pool_cache_sort_len_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
597
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
604
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
608
pool_cache_sort_idle_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
612
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
619
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
623
pool_cache_sort_ngc_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
627
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
634
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
638
pool_cache_sort_req_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
646
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
666
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
670
pool_cache_sort_put_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
678
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
698
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
702
pool_cache_sort_lreq_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
710
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
730
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/pool.c
734
pool_cache_sort_lput_callback(const void *s1, const void *s2)
usr.bin/systat/pool.c
742
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
762
return pool_cache_sort_name_callback(s1, s2);
usr.bin/systat/vmstat.c
211
allocinfo(&s2);
usr.bin/systat/vmstat.c
215
getinfo(&s2);
usr.bin/systat/vmstat.c
474
copyinfo(&s2, &s1);
usr.bin/systat/vmstat.c
70
} s, s1, s2, s3, z;
usr.bin/telnet/externs.h
243
int isprefix(char *s1, char *s2);
usr.bin/telnet/genget.c
44
isprefix(char *s1, char *s2)
usr.bin/telnet/genget.c
53
c2 = *s2;
usr.bin/telnet/genget.c
58
c2 = *++s2;
usr.bin/telnet/genget.c
60
return(*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1)));
usr.bin/tmux/session.c
43
session_cmp(struct session *s1, struct session *s2)
usr.bin/tmux/session.c
45
return (strcmp(s1->name, s2->name));
usr.bin/tmux/session.c
50
session_group_cmp(struct session_group *s1, struct session_group *s2)
usr.bin/tmux/session.c
52
return (strcmp(s1->name, s2->name));
usr.bin/tr/tr.c
126
setup(squeeze, argv[1], &s2, 0);
usr.bin/tr/tr.c
177
s2.str = (unsigned char *)argv[1];
usr.bin/tr/tr.c
183
if (!next(&s2))
usr.bin/tr/tr.c
187
ch = s2.lastch;
usr.bin/tr/tr.c
190
translate[s1.lastch] = ch = s2.lastch;
usr.bin/tr/tr.c
192
(void)next(&s2);
usr.bin/tr/tr.c
196
translate[s1.lastch] = ch = s2.lastch;
usr.bin/tr/tr.c
197
(void)next(&s2);
usr.bin/tr/tr.c
80
STR s2 = { STRING2, NORMAL, 0, OOBCH, { 0, OOBCH }, NULL, NULL };
usr.bin/unifdef/unifdef.c
1530
astrcat(const char *s1, const char *s2)
usr.bin/unifdef/unifdef.c
1534
if (asprintf(&s, "%s%s", s1, s2) == -1)
usr.bin/vi/ex/ex_tag.c
1247
compare(char *s1, char *s2, char *back)
usr.bin/vi/ex/ex_tag.c
1249
for (; *s1 && s2 < back && (*s2 != '\t' && *s2 != ' '); ++s1, ++s2)
usr.bin/vi/ex/ex_tag.c
1250
if (*s1 != *s2)
usr.bin/vi/ex/ex_tag.c
1251
return (*s1 < *s2 ? LESS : GREATER);
usr.bin/vi/ex/ex_tag.c
1252
return (*s1 ? GREATER : s2 < back &&
usr.bin/vi/ex/ex_tag.c
1253
(*s2 != '\t' && *s2 != ' ') ? LESS : EQUAL);
usr.bin/vi/vi/vs_smap.c
561
SMAP *ssmp, s1, s2;
usr.bin/vi/vi/vs_smap.c
606
for (; count--; s1 = s2) {
usr.bin/vi/vi/vs_smap.c
607
if (vs_sm_next(sp, &s1, &s2))
usr.bin/vi/vi/vs_smap.c
609
if (s2.lno != s1.lno && !db_exist(sp, s2.lno))
usr.bin/vi/vi/vs_smap.c
612
TMAP[0] = s2;
usr.bin/vi/vi/vs_smap.c
790
SMAP *ssmp, s1, s2;
usr.bin/vi/vi/vs_smap.c
818
for (; count--; s1 = s2) {
usr.bin/vi/vi/vs_smap.c
819
if (vs_sm_prev(sp, &s1, &s2))
usr.bin/vi/vi/vs_smap.c
821
if (s2.lno == 1 &&
usr.bin/vi/vi/vs_smap.c
822
(O_ISSET(sp, O_LEFTRIGHT) || s2.soff == 1))
usr.bin/vi/vi/vs_smap.c
825
HMAP[0] = s2;
usr.bin/xargs/strnsubst.c
33
char *s1, *s2, *this;
usr.bin/xargs/strnsubst.c
39
if ((s2 = malloc(maxsize)) == NULL)
usr.bin/xargs/strnsubst.c
46
strlcpy(s2, s1, maxsize);
usr.bin/xargs/strnsubst.c
50
*s2 = '\0';
usr.bin/xargs/strnsubst.c
56
n = snprintf(s2 + s2len, maxsize - s2len, "%.*s%s",
usr.bin/xargs/strnsubst.c
63
strlcpy(s2 + s2len, s1, maxsize - s2len);
usr.bin/xargs/strnsubst.c
65
*str = s2;
usr.sbin/amd/amd/util.c
65
str3cat(char *p, char *s1, char *s2, char *s3)
usr.sbin/amd/amd/util.c
68
size_t l2 = strlen(s2);
usr.sbin/amd/amd/util.c
75
bcopy(s2, p + l1, l2);
usr.sbin/amd/include/am.h
164
#define STREQ(s1, s2) (strcmp((s1), (s2)) == 0)
usr.sbin/amd/include/am.h
165
#define FSTREQ(s1, s2) ((*(s1) == *(s2)) && STREQ((s1),(s2)))
usr.sbin/httpd/patterns.c
486
const char *s2, size_t l2)
usr.sbin/httpd/patterns.c
505
(init = (const char *)memchr(s1, *s2, l1)) != NULL) {
usr.sbin/httpd/patterns.c
508
if (memcmp(init, s2 + 1, l2) == 0)
usr.sbin/httpd/patterns.c
587
const char *s1, *s2;
usr.sbin/httpd/patterns.c
598
s2 = lmemfind(s1, ls - (size_t)init, p, lp);
usr.sbin/httpd/patterns.c
599
if (s2 != NULL) {
usr.sbin/httpd/patterns.c
605
sm[i].sm_so = s2 - s;
usr.sbin/httpd/patterns.c
606
sm[i].sm_eo = (s2 - s) + lp;
usr.sbin/httpd/server.c
131
server_tls_cmp(struct server *s1, struct server *s2)
usr.sbin/httpd/server.c
136
sc2 = &s2->srv_conf;
usr.sbin/httpd/server.c
573
server_match(struct server *s2, int match_name)
usr.sbin/httpd/server.c
582
if (strcmp(s1->srv_conf.name, s2->srv_conf.name) != 0)
usr.sbin/httpd/server.c
585
if (s1->srv_conf.port != s2->srv_conf.port)
usr.sbin/httpd/server.c
589
(struct sockaddr *)&s2->srv_conf.ss,
usr.sbin/ldapd/btree.c
1314
concat_prefix(struct btree *bt, char *s1, size_t n1, char *s2, size_t n2,
usr.sbin/ldapd/btree.c
1319
bcopy(s2, cs, n2);
usr.sbin/ldapd/btree.c
1323
bcopy(s2, cs + n1, n2);
usr.sbin/ldapd/btree.c
298
char *s2, size_t n2, char *cs, size_t *cn);
usr.sbin/ldapd/btree.c
311
const void *s2, size_t n2);
usr.sbin/ldapd/btree.c
313
const void *s2, size_t n2);
usr.sbin/ldapd/btree.c
316
memncmp(const void *s1, size_t n1, const void *s2, size_t n2)
usr.sbin/ldapd/btree.c
319
if (memcmp(s1, s2, n1) == 0)
usr.sbin/ldapd/btree.c
323
if (memcmp(s1, s2, n2) == 0)
usr.sbin/ldapd/btree.c
326
return memcmp(s1, s2, n1);
usr.sbin/ldapd/btree.c
330
memnrcmp(const void *s1, size_t n1, const void *s2, size_t n2)
usr.sbin/ldapd/btree.c
342
p2 = (const unsigned char *)s2 + n2 - 1;
usr.sbin/ldapd/btree.c
346
return (p2 == s2) ? 0 : -1;
usr.sbin/ldapd/btree.c
347
if (p2 == s2)
usr.sbin/ldapd/parse.y
1228
ssl_cmp(struct ssl *s1, struct ssl *s2)
usr.sbin/ldapd/parse.y
1230
return (strcmp(s1->ssl_name, s2->ssl_name));
usr.sbin/makefs/msdos/mkfs_msdos.c
748
const char *s1, *s2;
usr.sbin/makefs/msdos/mkfs_msdos.c
753
if ((s2 = strrchr(s1, '/')))
usr.sbin/makefs/msdos/mkfs_msdos.c
754
s1 = s2 + 1;
usr.sbin/makefs/msdos/mkfs_msdos.c
755
for (s2 = s1; *s2 && !isdigit((unsigned char)*s2); s2++);
usr.sbin/makefs/msdos/mkfs_msdos.c
756
if (!*s2 || s2 == s1)
usr.sbin/makefs/msdos/mkfs_msdos.c
757
s2 = NULL;
usr.sbin/makefs/msdos/mkfs_msdos.c
759
while (isdigit((unsigned char)*++s2));
usr.sbin/makefs/msdos/mkfs_msdos.c
760
s1 = s2;
usr.sbin/makefs/xmalloc.c
40
char *s2;
usr.sbin/makefs/xmalloc.c
42
if ((s2 = strdup(s)) == NULL)
usr.sbin/makefs/xmalloc.c
44
return s2;
usr.sbin/map-mbone/mapper.c
220
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/map-mbone/mapper.c
231
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/map-mbone/mapper.c
242
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/map-mbone/mapper.c
254
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/map-mbone/mapper.c
262
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/map-mbone/mapper.c
362
inet_fmt(node->addr, s2));
usr.sbin/map-mbone/mapper.c
405
inet_fmt(nb->addr, s1), inet_fmt(node->addr, s2));
usr.sbin/map-mbone/mapper.c
503
inet_fmt(node->addr, s2));
usr.sbin/map-mbone/mapper.c
549
inet_fmt(nb->addr, s1), inet_fmt(node->addr, s2));
usr.sbin/mrouted/cfparse.y
196
inet_fmt($2, s1), inet_fmt($3, s2),
usr.sbin/mrouted/cfparse.y
488
if (sscanf(q,"%[.0-9]/%d%c",s1,&n,s2) == 2) {
usr.sbin/mrouted/cfparse.y
496
if (sscanf(q,"%[.0-9]%c",s1,s2) == 1) {
usr.sbin/mrouted/config.c
105
v->uv_name, inet_fmt(addr, s1), inet_fmts(subnet, mask, s2),
usr.sbin/mrouted/config.c
62
ifa->ifa_name, inet_fmt(addr, s1), inet_fmt(mask, s2));
usr.sbin/mrouted/defs.h
116
extern char s2[];
usr.sbin/mrouted/defs.h
53
#define EQUAL(s1, s2) (strcmp((s1), (s2)) == 0)
usr.sbin/mrouted/igmp.c
173
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/igmp.c
247
inet_fmt(dst, s2));
usr.sbin/mrouted/igmp.c
266
inet_fmt(dst, s2));
usr.sbin/mrouted/igmp.c
340
inet_fmt(dst, s1), inet_fmt(src, s2));
usr.sbin/mrouted/igmp.c
347
packet_kind(type, code), inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/inet.c
21
char s2[SNAMLEN]; /* of IP addresses, to be passed to inet_fmt() */
usr.sbin/mrouted/kern.c
78
inet_fmt(grp, s1), inet_fmt(ifa, s2));
usr.sbin/mrouted/kern.c
92
inet_fmt(grp, s1), inet_fmt(ifa, s2));
usr.sbin/mrouted/prune.c
1008
inet_fmt(g->gt_mcastgrp, s2), vifi, g->gt_grpmems);
usr.sbin/mrouted/prune.c
1035
inet_fmt(prun_src, s1), inet_fmt(prun_grp, s2),
usr.sbin/mrouted/prune.c
1080
inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems);
usr.sbin/mrouted/prune.c
1136
inet_fmt(graft_src, s2), inet_fmt(graft_grp, s3));
usr.sbin/mrouted/prune.c
1147
inet_fmt(src, s1), inet_fmt(graft_src, s2),
usr.sbin/mrouted/prune.c
1161
inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems);
usr.sbin/mrouted/prune.c
1199
inet_fmt(graft_src, s1), inet_fmt(graft_grp, s2),
usr.sbin/mrouted/prune.c
1243
inet_fmt(grft_src, s2), inet_fmt(grft_grp, s3));
usr.sbin/mrouted/prune.c
1254
inet_fmt(grft_src, s1), inet_fmt(grft_grp, s2),
usr.sbin/mrouted/prune.c
1331
inet_fmts(rp->rt_origin, rp->rt_originmask, s2));
usr.sbin/mrouted/prune.c
1340
inet_fmts(rp->rt_origin, rp->rt_originmask, s2));
usr.sbin/mrouted/prune.c
1345
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1371
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1414
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1446
inet_fmt(gt->gt_mcastgrp, s2),
usr.sbin/mrouted/prune.c
1476
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1484
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1489
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1519
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1570
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1609
inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems, vifi);
usr.sbin/mrouted/prune.c
1679
inet_fmt(gt->gt_mcastgrp, s2), scaletime(gt->gt_timer),
usr.sbin/mrouted/prune.c
1689
inet_fmt(gt->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
1757
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/prune.c
1762
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/prune.c
1771
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/prune.c
1786
inet_fmt(group, s2), inet_fmt(qry->tr_dst, s3));
usr.sbin/mrouted/prune.c
1839
inet_fmt(qry->tr_dst, s1), inet_fmt(qry->tr_src, s2));
usr.sbin/mrouted/prune.c
1962
inet_fmt(qry->tr_dst, s1), inet_fmt(qry->tr_src, s2));
usr.sbin/mrouted/prune.c
2000
inet_fmt(dst, s1), inet_fmt(uvifs[phys_vif].uv_lcl_addr, s2));
usr.sbin/mrouted/prune.c
2012
inet_fmt(dst, s1), inet_fmt(src, s2));
usr.sbin/mrouted/prune.c
267
inet_fmt(gt->gt_mcastgrp, s2),
usr.sbin/mrouted/prune.c
310
inet_fmt(gt->gt_mcastgrp, s2),
usr.sbin/mrouted/prune.c
337
inet_fmt(origin, s1), inet_fmt(grp, s2), inet_fmt(dst, s3));
usr.sbin/mrouted/prune.c
458
inet_fmt(g->gt_mcastgrp, s2),
usr.sbin/mrouted/prune.c
499
inet_fmt(origin, s1), inet_fmt(mcastgrp, s2));
usr.sbin/mrouted/prune.c
511
inet_fmt(mcastgrp, s2),
usr.sbin/mrouted/prune.c
546
inet_fmt(g->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
603
inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems);
usr.sbin/mrouted/prune.c
625
inet_fmt(g->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
632
inet_fmt(g->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
677
inet_fmt(g->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
684
inet_fmt(g->gt_mcastgrp, s2));
usr.sbin/mrouted/prune.c
764
inet_fmt(g->gt_mcastgrp, s2),
usr.sbin/mrouted/prune.c
817
inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems);
usr.sbin/mrouted/prune.c
866
inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems);
usr.sbin/mrouted/prune.c
940
inet_fmt(prun_src, s2), inet_fmt(prun_grp, s3), prun_tmr);
usr.sbin/mrouted/prune.c
951
inet_fmt(src, s1), inet_fmt(prun_src, s2),
usr.sbin/mrouted/prune.c
957
inet_fmt(src, s1), inet_fmt(prun_src, s2),
usr.sbin/mrouted/prune.c
969
vifi, inet_fmt(src, s1), inet_fmt(prun_src, s2),
usr.sbin/mrouted/route.c
1101
(r->rt_gateway == 0) ? "" : inet_fmt(r->rt_gateway, s2));
usr.sbin/mrouted/route.c
355
inet_fmt(src, s1), metric, inet_fmts(origin, mask, s2));
usr.sbin/mrouted/route.c
376
inet_fmt(src, s1), inet_fmt(origin, s2), ntohl(mask));
usr.sbin/mrouted/route.c
773
inet_fmt(src, s1), ntohl(mask), inet_fmt(mask, s2));
usr.sbin/mrouted/route.c
806
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/route.c
811
inet_fmt(src, s1), inet_fmts(rt[i].origin, rt[i].mask, s2));
usr.sbin/mrouted/rsrr.c
172
inet_fmt(route_query->dest_addr.s_addr,s2),
usr.sbin/mrouted/rsrr.c
355
inet_fmt(route_reply->dest_addr.s_addr,s2),
usr.sbin/mrouted/vif.c
112
inet_fmt(v->uv_rmt_addr, s2));
usr.sbin/mrouted/vif.c
1280
inet_fmt(v->uv_rmt_addr, s2) :
usr.sbin/mrouted/vif.c
141
inet_fmt(v->uv_rmt_addr, s2));
usr.sbin/mrouted/vif.c
945
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/vif.c
957
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mrouted/vif.c
967
inet_fmt(src, s1), inet_fmt(dst, s2));
usr.sbin/mtrace/mtrace.c
1036
inet_fmt(base->qhdr.tr_raddr, s2), inet_fmt(qsrc, s1));
usr.sbin/mtrace/mtrace.c
1040
first ? 'v' : '|', rtt, ms, inet_fmt(qgrp, s2));
usr.sbin/mtrace/mtrace.c
1095
printf("%-15s %s\n", inet_fmt(qdst, s1), inet_fmt(lcl_addr, s2));
usr.sbin/mtrace/mtrace.c
1343
inet_fmt(qsrc, s1), inet_fmt(qdst, s2), inet_fmt(qgrp, s3));
usr.sbin/mtrace/mtrace.c
1542
inet_fmt(qdst, s2), inet_fmt(qgrp, s3), inet_fmt(qsrc, s1),
usr.sbin/mtrace/mtrace.c
681
inet_fmt(base.qhdr.tr_dst, s1), inet_fmt(base.qhdr.tr_src, s2),
usr.sbin/netgroup_mkdb/stringlist.c
165
_ng_makekey(const char *s1, const char *s2, size_t len)
usr.sbin/netgroup_mkdb/stringlist.c
172
ret = snprintf(buf, len, "%s.%s", _NG_STAR(s1), _NG_STAR(s2));
usr.sbin/nsd/edns.c
27
int memcmp_fixedtime(const void *s1, const void *s2, size_t n);
usr.sbin/nsd/simdzone/src/bench.c
26
#define strcasecmp(s1, s2) _stricmp(s1, s2)
usr.sbin/nsd/simdzone/src/bench.c
27
#define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n)
usr.sbin/nsd/simdzone/src/generic/parser.h
19
# define strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
usr.sbin/nsd/simdzone/src/zone.c
35
# define strcasecmp(s1, s2) _stricmp(s1, s2)
usr.sbin/nsd/simdzone/src/zone.c
36
# define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n)
usr.sbin/nsd/tsig.c
25
int memcmp_fixedtime(const void *s1, const void *s2, size_t n)
usr.sbin/nsd/tsig.c
29
const uint8_t* u2 = (const uint8_t*)s2;
usr.sbin/pppd/sys-bsd.c
1000
strlcpy(s2, ip_ntoa(h), sizeof(s2));
usr.sbin/pppd/sys-bsd.c
1003
"Address %s or destination %s already exists", s1, s2);
usr.sbin/pppd/sys-bsd.c
976
char s1[64], s2[64];
usr.sbin/rbootd/defs.h
57
#define STREQN(s1,s2) ((*s1 == *s2) && (strcmp(s1,s2) == 0))
usr.sbin/rbootd/defs.h
58
#define STRNEQN(s1,s2,n) ((*s1 == *s2) && (strncmp(s1,s2,n) == 0))
usr.sbin/sa/main.c
381
cmp_comm(const char *s1, const char *s2)
usr.sbin/sa/main.c
385
rv = strcmp(s1, s2);
usr.sbin/smtpd/table.c
387
table_domain_match(const char *s1, const char *s2)
usr.sbin/smtpd/table.c
389
return hostname_match(s1, s2);
usr.sbin/smtpd/table.c
393
table_mailaddr_match(const char *s1, const char *s2)
usr.sbin/smtpd/table.c
400
if (!text_to_mailaddr(&m2, s2))
usr.sbin/smtpd/table.c
410
table_netaddr_match(const char *s1, const char *s2)
usr.sbin/smtpd/table.c
415
if (strcasecmp(s1, s2) == 0)
usr.sbin/smtpd/table.c
419
if (!text_to_netaddr(&n2, s2))
usr.sbin/unbound/daemon/acl_list.c
123
acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2,
usr.sbin/unbound/daemon/acl_list.c
130
if(!parse_acl_access(s2, &control)) {
usr.sbin/unbound/daemon/acl_list.c
134
log_err("cannot parse access control: %s %s", str, s2);
usr.sbin/unbound/daemon/acl_list.c
203
const char* s2, int port)
usr.sbin/unbound/daemon/acl_list.c
207
if(!parse_acl_access(s2, &control)) {
usr.sbin/unbound/edns-subnet/addrtree.c
333
const addrkey_t *s2, addrlen_t l2, addrlen_t skip)
usr.sbin/unbound/edns-subnet/addrtree.c
339
if (cmpbit(s1, s2, i)) return i;
usr.sbin/unbound/edns-subnet/addrtree.c
355
const addrkey_t *s2, addrlen_t l2, addrlen_t skip)
usr.sbin/unbound/edns-subnet/addrtree.c
357
return bits_common(s1, l1, s2, l2, skip) == l1;
usr.sbin/unbound/edns-subnet/addrtree.c
527
addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip) {
usr.sbin/unbound/edns-subnet/addrtree.c
528
return bits_common(s1, l1, s2, l2, skip);
usr.sbin/unbound/edns-subnet/addrtree.c
535
const addrkey_t *s2, addrlen_t l2, addrlen_t skip) {
usr.sbin/unbound/edns-subnet/addrtree.c
536
return issub(s1, l1, s2, l2, skip);
usr.sbin/unbound/edns-subnet/addrtree.h
187
addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip);
usr.sbin/unbound/edns-subnet/addrtree.h
191
const addrkey_t *s2, addrlen_t l2, addrlen_t skip);
usr.sbin/unbound/testcode/unitmsgparse.c
108
char* s1, *s2;
usr.sbin/unbound/testcode/unitmsgparse.c
120
s2 = sldns_wire2str_pkt(sldns_buffer_begin(pkt),
usr.sbin/unbound/testcode/unitmsgparse.c
122
printf("%s\n", s2?s2:"null");
usr.sbin/unbound/testcode/unitmsgparse.c
123
free(s2);
usr.sbin/unbound/util/net_help.c
822
uint8_t* s1, *s2;
usr.sbin/unbound/util/net_help.c
825
s2 = (uint8_t*)&((struct sockaddr_in6*)addr2)->sin6_addr;
usr.sbin/unbound/util/net_help.c
829
s2 = (uint8_t*)&((struct sockaddr_in*)addr2)->sin_addr;
usr.sbin/unbound/util/net_help.c
834
if(s1[i] == s2[i]) {
usr.sbin/unbound/util/net_help.c
837
uint8_t z = s1[i]^s2[i];
usr.sbin/unbound/util/tcp_conn_limit.c
106
tcl_list_str_cfg(struct tcl_list* tcl, const char* str, const char* s2,
usr.sbin/unbound/util/tcp_conn_limit.c
113
if(atoi(s2) < 0) {
usr.sbin/unbound/util/tcp_conn_limit.c
114
log_err("bad connection limit %s", s2);
usr.sbin/unbound/util/tcp_conn_limit.c
117
limit = (uint32_t)atoi(s2);
usr.sbin/unbound/validator/val_nsec3.c
513
uint8_t* s1, *s2;
usr.sbin/unbound/validator/val_nsec3.c
535
(void)nsec3_get_salt(h2->nsec3, h2->rr, &s2, &s2len);
usr.sbin/unbound/validator/val_nsec3.c
539
if(!s2) return 1;
usr.sbin/unbound/validator/val_nsec3.c
545
return memcmp(s1, s2, s1len);