Home
last modified time | relevance | path

Searched refs:SIZE_T_FORMAT (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/file/src/
H A Dder.c41 #define SIZE_T_FORMAT "z"
273 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_offs()
281 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
289 printf("cont_level[%" SIZE_T_FORMAT "u] = %d\n", i, in der_offs()
319 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_cmp()
360 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n", in der_cmp()
369 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs, in der_cmp()
424 printf("%" SIZE_T_FORMAT "u %" SIZE_T_FORMAT "u-%" in printdata()
425 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
H A Dcdf.c104 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", in cdf_malloc()
116 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", in cdf_realloc()
126 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %" in cdf_calloc()
127 SIZE_T_FORMAT "u\n", file, line, __func__, n, u)); in cdf_calloc()
361 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u" in cdf_check_stream_offset()
362 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset()
363 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b), in cdf_check_stream_offset()
455 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %" in cdf_read_short_sector()
456 SIZE_T_FORMAT "u\n", in cdf_read_short_sector()
488 SIZE_T_FORMAT "u\n", h->h_num_sectors_in_master_sat, i)); in cdf_read_sat()
[all …]
H A Dencoding.c107 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
111 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
116 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
120 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
131 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
142 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
146 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
160 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
164 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
H A Dis_json.c452 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT in file_is_json()
453 "u array%s, %" SIZE_T_FORMAT "u string%s, %" SIZE_T_FORMAT in file_is_json()
454 "u constant%s, %" SIZE_T_FORMAT "u number%s, %" SIZE_T_FORMAT in file_is_json()
H A Dfile.h58 # define SIZE_T_FORMAT PRIu64 macro
60 # define SIZE_T_FORMAT PRIu32 macro
66 # define SIZE_T_FORMAT "I64" macro
68 # define SIZE_T_FORMAT "" macro
74 # define SIZE_T_FORMAT "z" macro
H A Dsoftmagic.c172 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck()
960 SIZE_T_FORMAT "u", o, nbytes); in moffset()
978 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset()
979 "u > %" SIZE_T_FORMAT "u", (size_t)o, nbytes); in moffset()
1316 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug()
1533 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset()
1554 fprintf(stderr, "bb=[%p,%" SIZE_T_FORMAT "u,%" in msetoffset()
1555 SIZE_T_FORMAT "u], %d [b=%p,%" in msetoffset()
1556 SIZE_T_FORMAT "u,%" SIZE_T_FORMAT "u], [o=%#x, c=%d]\n", in msetoffset()
1621 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget()
[all …]
H A Dgetline.c100 (void)printf("%" SIZE_T_FORMAT "d %s", len, p); in main()
H A Dfuncs.c154 SIZE_T_FORMAT "u", len, blen); in file_vprintf()
201 (void)file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
238 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
H A Dascmagic.c271 SIZE_T_FORMAT "u)", has_long_lines) == -1) in file_ascmagic_with_encoding()
H A Dcompress.c327 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv, in file_zmagic()
1298 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv); in uncompressbuf()
H A Dapprentice.c519 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1()
1198 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list()
2553 SIZE_T_FORMAT "u", name, line, i); in parse_extra()
3388 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not " in check_buffer()
3389 "a multiple of %" SIZE_T_FORMAT "u", in check_buffer()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c109 (void)printf("%" SIZE_T_FORMAT "d %s", len, p); in main()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dbsd-getline.c111 (void)printf("%" SIZE_T_FORMAT "d %s", len, p); in main()