lcnt              158 src/simh/sim_fio.c size_t c, nelem, nbuf, lcnt, total;
lcnt              172 src/simh/sim_fio.c lcnt = count % nelem;                                   /* count in last buf */
lcnt              173 src/simh/sim_fio.c if (lcnt) nbuf = nbuf + 1;
lcnt              174 src/simh/sim_fio.c else lcnt = nelem;
lcnt              178 src/simh/sim_fio.c     c = (i == 1)? lcnt: nelem;