Searched refs:SIZE_T_FORMAT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/file/src/
H A Dencoding.c93 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen));
97 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen));
102 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen));
106 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen));
117 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen));
119 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen));
123 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen));
130 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen));
134 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n",
H A Dgetline.c100 (void)printf("%" SIZE_T_FORMAT "d %s", len, p);
H A Dcdf.c280 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u"
281 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %"
282 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b),
363 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
364 SIZE_T_FORMAT "u\n",
393 SIZE_T_FORMAT "u\n", h->h_num_sectors_in_master_sat, i));
399 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n",
436 DPRINTF(("Out of bounds reading MSA %" SIZE_T_FORMAT
[all...]
H A Dfile.h42 #define SIZE_T_FORMAT "I64" macro
44 #define SIZE_T_FORMAT "" macro
48 #define SIZE_T_FORMAT "z" macro
H A Dfuncs.c110 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno);
145 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes",
H A Dsoftmagic.c105 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match"
1062 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset);
1219 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT
1988 "can't allocate %" SIZE_T_FORMAT "u bytes",
H A Dapprentice.c469 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n",
969 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n",
2237 SIZE_T_FORMAT "u", name, line, i);
2974 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not "
2975 "a multiple of %" SIZE_T_FORMAT "u",

Completed in 72 milliseconds