Symbol: NI
usr/src/cmd/fs.d/ufs/clri/clri.c
59
static struct dinode buf[NI];
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4840
static struct dinode di_buf[NI];
usr/src/cmd/spell/hashcheck.c
39
int hindex[NI];
usr/src/cmd/spell/hashcheck.c
88
(void) fread((char *)hindex, sizeof (*hindex), NI, stdin);
usr/src/cmd/spell/hashcheck.c
89
table = (unsigned *)malloc(hindex[NI-1]*sizeof (*table));
usr/src/cmd/spell/hashcheck.c
90
(void) fread((char *)table, sizeof (*table), hindex[NI-1], stdin);
usr/src/cmd/spell/hashcheck.c
91
for (i = 0; i < NI-1; i++) {
usr/src/cmd/spell/hashlook.c
121
NI * sizeof (*hindex)) != NI * sizeof (*hindex) ||
usr/src/cmd/spell/hashlook.c
122
(table = (unsigned *)malloc(hindex[NI-1] * sizeof (*table))) == 0 ||
usr/src/cmd/spell/hashlook.c
123
read(fileno(f), (char *)table, sizeof (*table) * hindex[NI-1]) !=
usr/src/cmd/spell/hashlook.c
124
hindex[NI-1] * sizeof (*table))
usr/src/cmd/spell/hashlook.c
134
fread((char *)hindex, sizeof (*hindex), NI, f) != NI ||
usr/src/cmd/spell/hashlook.c
135
(table = (unsigned *)malloc(hindex[NI-1] * sizeof (*table))) == 0 ||
usr/src/cmd/spell/hashlook.c
136
fread((char *)table, sizeof (*table), hindex[NI-1], f) !=
usr/src/cmd/spell/hashlook.c
137
hindex[NI-1])
usr/src/cmd/spell/hashlook.c
36
int hindex[NI];
usr/src/cmd/spell/spellin.c
146
while (++u < NI)
usr/src/cmd/spell/spellin.c
149
(void) fwrite((char *)hindex, sizeof (*hindex), NI, stdout);
usr/src/cmd/spell/spellin.c
43
int hindex[NI];
usr/src/lib/libm/common/m9x/fma.c
404
unsigned i[NI];
usr/src/lib/libm/common/m9x/fmaf.c
130
unsigned i[NI];
usr/src/lib/libm/common/m9x/fmal.c
876
unsigned i[NI];