Symbol: PRId64
crypto/heimdal/lib/asn1/gen.c
306
fprintf(codefile, "%s = %" PRId64 ";\n", var, val->u.integervalue);
crypto/heimdal/lib/asn1/gen.c
327
fprintf(codefile, "if(%s != %" PRId64 ")\n", var, val->u.integervalue);
crypto/heimdal/lib/asn1/gen.c
400
fprintf (headerfile, "enum { %s = %" PRId64 " };\n\n",
crypto/heimdal/lib/asn1/gen.c
543
fprintf (headerfile, " (%" PRId64 "..%" PRId64 ")",
crypto/heimdal/lib/asn1/gen.c
735
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64 "",
crypto/heimdal/lib/asn1/gen_decode.c
192
"if ((%s)->%s > %" PRId64 ") {\n"
crypto/heimdal/lib/asn1/gen_decode.c
198
"if ((%s)->%s < %" PRId64 ") {\n"
crypto/heimdal/lib/asn1/gen_decode.c
204
"if ((%s)->%s != %" PRId64 ") {\n"
crypto/heimdal/lib/asn1/gen_decode.c
264
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_encode.c
141
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_length.c
92
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_template.c
504
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
lib/libdevdctl/event.cc
440
snprintf(timebuf, bufsize, " timestamp=%" PRId64,
lib/libutil/humanize_number.c
174
r = snprintf(buf, len, "%" PRId64 "%s%s%s",
sbin/fsck_ffs/pass5.c
532
(*msg)("ALLOCATED %s %" PRId64
sbin/fsck_ffs/pass5.c
536
(*msg)("%s %sS %" PRId64 "-%" PRId64
sbin/fsck_ffs/pass5.c
563
pwarn("%s %s %" PRId64
sbin/fsck_ffs/pass5.c
567
pwarn("%s %sS %" PRId64 "-%" PRId64
sbin/fsck_ffs/pass5.c
590
(*msg)("ALLOCATED %s %" PRId64
sbin/fsck_ffs/pass5.c
593
(*msg)("ALLOCATED %sS %" PRId64 "-%" PRId64
sbin/fsck_ffs/pass5.c
609
pwarn("UNALLOCATED %s %" PRId64
sbin/fsck_ffs/pass5.c
613
pwarn("UNALLOCATED %sS %" PRId64 "-%" PRId64
sbin/fsck_msdosfs/dir.c
320
perr("Unable to lseek to %" PRId64, off);
sbin/fsck_msdosfs/dir.c
332
perr("Unable to lseek to %" PRId64, off);
sbin/ipf/ipmon/ipmon.c
783
# ifdef PRId64
sbin/ipf/ipmon/ipmon.c
784
sprintf(t, " Pkts %" PRId64 "/%" PRId64 " Bytes %" PRId64 "/%"
sbin/ipf/ipmon/ipmon.c
785
PRId64,
sbin/ipf/ipmon/ipmon.c
931
#ifdef PRId64
sbin/ipf/ipmon/ipmon.c
932
" Forward: Pkts in %" PRId64 " Bytes in %" PRId64
sbin/ipf/ipmon/ipmon.c
933
" Pkts out %" PRId64 " Bytes out %" PRId64
sbin/ipf/ipmon/ipmon.c
934
" Backward: Pkts in %" PRId64 " Bytes in %" PRId64
sbin/ipf/ipmon/ipmon.c
935
" Pkts out %" PRId64 " Bytes out %" PRId64,
stand/liblua/luaconf.h
484
#define LUA_NUMBER_FMT "%" PRId64
stand/liblua/luaconf.local.h
57
#define LUA_NUMBER_FMT "%" PRId64
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1147
BHND_NV_LOG("cannot represent %" PRId64 " as %s\n",
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1275
len = snprintf(outp, limit, "%" PRId64, intv.i64);
sys/dev/ocs_fc/ocs_scsi.c
520
ocs_log_debug(ocs, "blocksize %d first check_block %" PRId64 " last_check_block %" PRId64 " check_count %d\n",
sys/dev/ocs_fc/ocs_scsi.c
532
ocs_log_debug(ocs, "block guard check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
sys/dev/ocs_fc/ocs_scsi.c
537
ocs_log_debug(ocs, "app tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
sys/dev/ocs_fc/ocs_scsi.c
542
ocs_log_debug(ocs, "ref tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
sys/dev/xen/blkback/blkback.c
2582
DPRINTF("opened %s=%s sector_size=%u media_size=%" PRId64 "\n",
sys/kern/kern_timeout.c
1485
C_DB_PRINTF("%" PRId64, c_time);
sys/kern/kern_timeout.c
1486
C_DB_PRINTF("%" PRId64, c_precision);
sys/kern/kern_ubsan.c
1368
snprintf(pBuffer, zBUfferLength, "%" PRId64, STATIC_CAST(int64_t, L));
tests/sys/cddl/zfs/bin/file_write.c
182
(void) printf("lseek %s (%"PRId64"/%"PRId64") "
tests/sys/cddl/zfs/bin/file_write.c
190
"offset = %"PRId64", data = %s%d\n", filename, block_size,
tests/sys/cddl/zfs/bin/file_write.c
201
"good_writes = %"PRId64", "
tests/sys/cddl/zfs/bin/file_write.c
210
(void) printf("Success: good_writes = %"PRId64" (%"PRId64")\n",
tests/sys/sound/polling.c
112
ATF_REQUIRE_MSG(ev.data != 0, "data is %" PRId64, ev.data);
tests/sys/sound/polling.c
97
ATF_REQUIRE_MSG(ev.data != 0, "data is %" PRId64, ev.data);
tests/sys/sys/time_test.c
100
"%"PRId64" != mstosbt(%"PRId64") (%"PRId64")",
tests/sys/sys/time_test.c
127
"%"PRId64" != sbttons(%"PRId64") (%"PRId64")",
tests/sys/sys/time_test.c
156
"%"PRId64" != sbttous(%"PRId64") (%"PRId64")",
tests/sys/sys/time_test.c
186
"%"PRId64" != sbttoms(%"PRId64") (%"PRId64")",
tests/sys/sys/time_test.c
44
"%"PRId64" != nstosbt(%"PRId64") (%"PRId64")",
tests/sys/sys/time_test.c
72
"%"PRId64" != ustosbt(%"PRId64") (%"PRId64")",
usr.bin/bsdiff/bsdiff/divsufsort64.h
61
#define PRIdSAIDX64_T PRId64
usr.bin/find/ls.c
59
(void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks);
usr.bin/find/ls.c
69
(void)printf("%8"PRId64" ", sb->st_size);
usr.sbin/lpr/lpd/printjob.c
1131
(void) sprintf(buf, "%c%" PRId64 " %s\n", type, stb.st_size,
usr.sbin/lpr/lpd/printjob.c
1134
(void) sprintf(buf, "%c%" PRId64 " %s_c%d\n", type, stb.st_size,
usr.sbin/makefs/cd9660.c
592
PRId64 "\n", __func__,
usr.sbin/makefs/cd9660.c
595
PRId64 "\n", __func__, diskStructure->dataFirstSector);
usr.sbin/makefs/cd9660.c
597
PRId64 "\n", __func__, diskStructure->totalSectors);
usr.sbin/makefs/cd9660/cd9660_debug.c
103
printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n",
usr.sbin/makefs/cd9660/cd9660_debug.c
153
printf("Volume descriptor in sector %" PRId64
usr.sbin/makefs/cd9660/cd9660_debug.c
98
printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n",
usr.sbin/makefs/cd9660/cd9660_eltorito.c
644
printf("Writing boot catalog to sector %" PRId64 "\n",