Searched defs:countup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c135 int countup = 0; local
147 if (countup + byte < n) {
149 "%02x ", (buf[countup + byte] & 0xff));
160 if ((countup + byte < n) &&
161 ((buf[countup + byte] >= ' ') &&
162 (buf[countup + byte] <= '~'))) {
164 buf[countup + byte]);
169 countup += printedCount;

Completed in 68 milliseconds