HomeSort by: relevance | last modified time | path
    Searched refs:SIZE_T_FORMAT (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/file/dist/src/
der.c 47 #define SIZE_T_FORMAT "z"
279 DPRINTF(("%s1: %u %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset,
287 DPRINTF(("%s2: %u %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset,
295 printf("cont_level[%" SIZE_T_FORMAT "u] = %d\n", i,
325 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %d\n", __func__, ms->offset,
366 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n",
375 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs,
430 printf("%" SIZE_T_FORMAT "u %" SIZE_T_FORMAT "u-%"
431 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x
    [all...]
cdf.c 109 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
121 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
131 DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
132 SIZE_T_FORMAT "u\n", file, line, __func__, n, u));
366 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u"
367 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %
    [all...]
is_json.c 458 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT
459 "u array%s, %" SIZE_T_FORMAT "u string%s, %" SIZE_T_FORMAT
460 "u constant%s, %" SIZE_T_FORMAT "u number%s, %" SIZE_T_FORMAT
getline.c 102 (void)printf("%" SIZE_T_FORMAT "d %s", len, p);
encoding.c 115 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen));
119 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen));
124 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen));
128 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen));
139 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen));
148 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen));
150 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen));
154 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen));
168 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen));
172 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n"
    [all...]
file.h 60 # define SIZE_T_FORMAT PRIu64
62 # define SIZE_T_FORMAT PRIu32
68 # define SIZE_T_FORMAT "I64"
70 # define SIZE_T_FORMAT ""
76 # define SIZE_T_FORMAT "z"
softmagic.c 187 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match"
991 SIZE_T_FORMAT "u", o, nbytes);
1011 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT
1012 "u > %" SIZE_T_FORMAT "u", (size_t)o, nbytes);
1377 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset);
1594 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT
1623 fprintf(stderr, "bb=[%p,%" SIZE_T_FORMAT "u,%"
1624 SIZE_T_FORMAT "u], %d [b=%p,%"
1625 SIZE_T_FORMAT "u,%" SIZE_T_FORMAT "u], [o=%#x, c=%d]\n"
    [all...]
ascmagic.c 283 SIZE_T_FORMAT "u)", has_long_lines) == -1)
funcs.c 181 SIZE_T_FORMAT "u", len, blen);
228 (void)file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
265 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes",
compress.c 332 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv,
1304 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv);
readcdf.c 546 SIZE_T_FORMAT
apprentice.c 512 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n",
1196 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n",
2575 SIZE_T_FORMAT "u", name, line, i);
3418 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not "
3419 "a multiple of %" SIZE_T_FORMAT "u",
  /src/external/bsd/libfido2/dist/openbsd-compat/
bsd-getline.c 111 (void)printf("%" SIZE_T_FORMAT "d %s", len, p);

Completed in 36 milliseconds