Symbol: i2
include/rpc/auth.h
177
#define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
lib/libedit/filecomplete.c
526
_fn_qsort_string_compare(const void *i1, const void *i2)
lib/libedit/filecomplete.c
529
const char *s2 = ((const char * const *)i2)[0];
sys/arch/hppa/spmath/fpudispatch.c
666
struct { unsigned i1; unsigned i2; } ints;
sys/arch/hppa/spmath/fpudispatch.c
717
fpregs[tm+1] = mtmp.ints.i2;
sys/arch/hppa/spmath/fpudispatch.c
719
fpregs[ta+1] = atmp.ints.i2;
sys/arch/hppa/spmath/fpudispatch.c
790
struct { unsigned i1; unsigned i2; } ints;
sys/arch/hppa/spmath/fpudispatch.c
824
fpregs[tm+1] = mtmp.ints.i2;
sys/arch/hppa/spmath/fpudispatch.c
826
fpregs[ta+1] = atmp.ints.i2;
sys/arch/mac68k/dev/if_ae.c
41
int i1, i2, i3, i4, i8;
sys/arch/mac68k/dev/if_ae.c
48
i2 = (8192 * 1);
sys/arch/mac68k/dev/if_ae.c
57
bus_space_write_2(bst, bsh, ofs + i2, 0x2222);
sys/arch/mac68k/dev/if_ae.c
70
bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 &&
sys/arch/mac68k/dev/if_ae.c
77
bus_space_read_2(bst, bsh, ofs + i2) == 0x2222 &&
sys/arch/mac68k/dev/if_ae.c
83
bus_space_read_2(bst, bsh, ofs + i2) == 0x2222) ||
sys/arch/mac68k/dev/if_ae.c
85
bus_space_read_2(bst, bsh, ofs + i2) == 0x4444))
sys/arch/xen/xen/privcmd.c
841
long i1, i2, i3;
sys/arch/xen/xen/privcmd.c
848
"=S" (i2), "=d" (i3)
sys/compat/linux/common/linux_inotify.c
890
find_entry(struct inotify_dir_entries *i1, struct inotify_dir_entries *i2)
sys/compat/linux/common/linux_inotify.c
892
for (size_t i = 0; i < i2->ide_count; i++)
sys/compat/linux/common/linux_inotify.c
893
if (i2->ide_entries[i].fileno != i1->ide_entries[i].fileno)
sys/dev/ic/advlib.h
624
ASC_SCSIQ_2 i2;
tests/lib/libcurses/director/testlang_parse.y
523
unsigned long i1, i2, result;
tests/lib/libcurses/director/testlang_parse.y
527
i2 = strtoul(n2, NULL, 10);
tests/lib/libcurses/director/testlang_parse.y
529
result = i1 | i2;
tests/lib/libcurses/director/testlang_parse.y
535
i1, n1, i2, n2, result, ret);
tests/usr.bin/xlint/lint1/decl_enum.c
43
i1 = 10000, i2, i3
tests/usr.bin/xlint/lint1/init_c99.c
270
int i2;
tests/usr.bin/xlint/lint1/init_c99.c
705
I2 i2;
tests/usr.bin/xlint/lint1/msg_138.c
15
function(_Bool cond, struct incomplete *i1, struct incomplete *i2)
tests/usr.bin/xlint/lint1/msg_138.c
22
*i1 = *i2;
tests/usr.bin/xlint/lint1/msg_138.c
25
return cond ? *i1 : *i2;
tests/usr.bin/xlint/lint1/msg_242.c
22
int i2 = e;
tests/usr.bin/xlint/lint1/msg_242.c
28
i2 = e;
tests/usr.bin/xlint/lint1/msg_242.c
32
sink_int(i2);
tests/usr.bin/xlint/lint1/msg_277.c
22
int i2 = { e };
tests/usr.bin/xlint/lint1/msg_277.c
27
sink_int(i2);
tests/usr.bin/xlint/lint1/msg_329.c
10
int i2;
usr.bin/config/pack.c
224
sameas(struct devi *i1, struct devi *i2)
usr.bin/config/pack.c
228
if (i1->i_pspec != i2->i_pspec)
usr.bin/config/pack.c
230
if (i1->i_cfflags != i2->i_cfflags)
usr.bin/config/pack.c
232
for (p1 = i1->i_locs, p2 = i2->i_locs; *p1 == *p2; p2++)
usr.bin/infocmp/infocmp.c
353
size_t i1, i2;
usr.bin/infocmp/infocmp.c
357
i1 = i2 = 0;
usr.bin/infocmp/infocmp.c
362
while (i1 != n1 || i2 != n2) {
usr.bin/infocmp/infocmp.c
365
else if (i2 == n2)
usr.bin/infocmp/infocmp.c
368
c = strcmp(ents1[i1].id, ents2[i2].id);
usr.bin/infocmp/infocmp.c
371
e2 = &ents2[i2++];
usr.bin/infocmp/infocmp.c
379
e2 = &ents2[i2++];
usr.bin/locate/bigram/locate.bigram.c
74
add_bigram(u_char i1, u_char i2)
usr.bin/locate/bigram/locate.bigram.c
76
if (i1 != '\n' && i2 != '\n')
usr.bin/locate/bigram/locate.bigram.c
77
bigrams[(i1<<8)+i2].count++;
usr.bin/mail/mime_codecs.c
412
unsigned char i1, i2;
usr.bin/mail/mime_codecs.c
416
(i2 = (unsigned char)hex[1] - '0') >= __arraycount(atoi16))
usr.bin/mail/mime_codecs.c
419
i2 = atoi16[i2];
usr.bin/mail/mime_codecs.c
420
if ((i1 | i2) & 0xF0)
usr.bin/mail/mime_codecs.c
424
r += i2;