lcnt 161 src/simh/sim_fio.c size_t c, nelem, nbuf, lcnt, total; lcnt 175 src/simh/sim_fio.c lcnt = count % nelem; /* count in last buf */ lcnt 176 src/simh/sim_fio.c if (lcnt) nbuf = nbuf + 1; lcnt 177 src/simh/sim_fio.c else lcnt = nelem; lcnt 181 src/simh/sim_fio.c c = (i == 1)? lcnt: nelem;