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