Lines Matching defs:size
42 size_t size, char nohex)
54 text, (unsigned long)size, (unsigned long)size);
56 for(i = 0; i<size; i += width) {
63 if(i + c < size)
69 for(c = 0; (c < width) && (i + c < size); c++) {
71 if(nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D &&
79 if(nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D &&
92 unsigned char *data, size_t size,
120 dump(text, stderr, data, size, TRUE);