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
23 -w Total line width in bytes (default 16).
163 int bytes = 0;
166 j = od_out_t(types+i, buf, &bytes);
167 j = (j+bytes-1)/bytes;
175 int bytes = j;
177 // pad for as many bytes as were consumed, and indent non-numbered lines
178 od_out_t(types+i, buf, &bytes);
179 xprintf("%*s", pad*(bytes-j) + 7*(!!i)*!j, buf);
180 j = bytes;