lcnt 165 src/simh/sim_fio.c size_t c, nelem, nbuf, lcnt, total; lcnt 179 src/simh/sim_fio.c lcnt = count % nelem; /* count in last buf */ lcnt 180 src/simh/sim_fio.c if (lcnt) nbuf = nbuf + 1; lcnt 181 src/simh/sim_fio.c else lcnt = nelem; lcnt 185 src/simh/sim_fio.c c = (i == 1)? lcnt: nelem;