| /netbsd/src/external/bsd/file/dist/src/ |
| D | cdf.c | 110 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", in cdf_malloc() 122 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", in cdf_realloc() 132 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %" in cdf_calloc() 133 SIZE_T_FORMAT "u\n", file, line, __func__, n, u)); in cdf_calloc() 367 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u" in cdf_check_stream_offset() 368 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset() 369 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b), in cdf_check_stream_offset() 461 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %" in cdf_read_short_sector() 462 SIZE_T_FORMAT "u\n", in cdf_read_short_sector() 494 SIZE_T_FORMAT "u\n", h->h_num_sectors_in_master_sat, i)); in cdf_read_sat() [all …]
|
| D | der.c | 47 #define SIZE_T_FORMAT "z" macro 279 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_offs() 287 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 295 printf("cont_level[%" SIZE_T_FORMAT "u] = %d\n", i, in der_offs() 325 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset, in der_cmp() 366 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n", in der_cmp() 375 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs, in der_cmp() 430 printf("%" SIZE_T_FORMAT "u %" SIZE_T_FORMAT "u-%" in printdata() 431 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
|
| D | encoding.c | 113 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 117 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 122 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 126 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 137 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 146 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 148 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 152 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 166 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 170 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
|
| D | is_json.c | 458 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT in file_is_json() 459 "u array%s, %" SIZE_T_FORMAT "u string%s, %" SIZE_T_FORMAT in file_is_json() 460 "u constant%s, %" SIZE_T_FORMAT "u number%s, %" SIZE_T_FORMAT in file_is_json()
|
| D | file.h | 60 # define SIZE_T_FORMAT PRIu64 macro 62 # define SIZE_T_FORMAT PRIu32 macro 68 # define SIZE_T_FORMAT "I64" macro 70 # define SIZE_T_FORMAT "" macro 76 # define SIZE_T_FORMAT "z" macro
|
| D | softmagic.c | 178 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck() 966 SIZE_T_FORMAT "u", o, nbytes); in moffset() 984 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset() 985 "u > %" SIZE_T_FORMAT "u", (size_t)o, nbytes); in moffset() 1322 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug() 1538 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset() 1559 fprintf(stderr, "bb=[%p,%" SIZE_T_FORMAT "u,%" in msetoffset() 1560 SIZE_T_FORMAT "u], %d [b=%p,%" in msetoffset() 1561 SIZE_T_FORMAT "u,%" SIZE_T_FORMAT "u], [o=%#x, c=%d]\n", in msetoffset() 1627 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget() [all …]
|
| D | getline.c | 102 (void)printf("%" SIZE_T_FORMAT "d %s", len, p); in main()
|
| D | funcs.c | 160 SIZE_T_FORMAT "u", len, blen); in file_vprintf() 207 (void)file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core() 244 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
|
| D | ascmagic.c | 277 SIZE_T_FORMAT "u)", has_long_lines) == -1) in file_ascmagic_with_encoding()
|
| D | compress.c | 319 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv, in file_zmagic() 1229 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv); in uncompressbuf()
|
| D | apprentice.c | 525 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1() 1192 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list() 2541 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()
|