Lines Matching defs:bytes
17 -j Skip this many bytes of input
18 -N Stop dumping after this many bytes
20 plus optional size in bytes
161 int bytes = 0;
164 j = od_out_t(types+i, buf, &bytes);
165 j = (j+bytes-1)/bytes;
174 int bytes = j;
176 // pad for as many bytes as were consumed, and indent non-numbered lines
177 od_out_t(types+i, buf, &bytes);
178 xprintf("%*s", pad*(bytes-j) + 7*(!!i)*!j, buf);
179 j = bytes;