Searched refs:PRId64 (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dacconfig.h57 #undef PRId64 macro
H A Dconfig.h.in57 #undef PRId64
H A Dprint-nfs.c761 printf(" %u bytes @ %" PRId64,
790 printf(" %u bytes @ %" PRId64,
H A Dconfigure6700 printf("%" PRId64 "\n", (u_int64_t)1);
6773 $as_echo "#define PRId64 \"ld\"" >>confdefs.h
6826 $as_echo "#define PRId64 \"lld\"" >>confdefs.h
6879 $as_echo "#define PRId64 \"Ld\"" >>confdefs.h
6932 $as_echo "#define PRId64 \"qd\"" >>confdefs.h
/freebsd-9.3-release/usr.bin/find/
H A Dls.c66 (void)printf("%6lu %8"PRId64" ", (u_long) sb->st_ino, sb->st_blocks);
76 (void)printf("%8"PRId64" ", sb->st_size);
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass5.c487 (*msg)("ALLOCATED %s %" PRId64
491 (*msg)("%s %sS %" PRId64 "-%" PRId64
518 pwarn("%s %s %" PRId64
522 pwarn("%s %sS %" PRId64 "-%" PRId64
545 (*msg)("ALLOCATED %s %" PRId64
548 (*msg)("ALLOCATED %sS %" PRId64 "-%" PRId64
564 pwarn("UNALLOCATED %s %" PRId64
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in160 #ifndef PRId64
161 # define PRId64 "I64d"
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp73 return format("%" PRId64, Value);
/freebsd-9.3-release/sys/arm/include/
H A D_inttypes.h45 #define PRId64 "lld" /* int64_t */ macro
/freebsd-9.3-release/sys/ia64/include/
H A D_inttypes.h45 #define PRId64 "ld" /* int64_t */ macro
/freebsd-9.3-release/sys/sparc64/include/
H A D_inttypes.h45 #define PRId64 "ld" /* int64_t */ macro
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c99 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n",
104 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n",
154 printf("Volume descriptor in sector %" PRId64
H A Dcd9660_eltorito.c604 printf("Writing boot catalog to sector %" PRId64 "\n",
/freebsd-9.3-release/lib/libutil/
H A Dhumanize_number.c161 r = snprintf(buf, len, "%" PRId64 "%s%s%s",
/freebsd-9.3-release/sys/mips/include/
H A D_inttypes.h54 #define PRId64 __PRI64"d" /* int64_t */ macro
/freebsd-9.3-release/sys/powerpc/include/
H A D_inttypes.h53 #define PRId64 __PRI64"d" /* int64_t */ macro
/freebsd-9.3-release/sys/x86/include/
H A D_inttypes.h53 #define PRId64 __PRI64"d" /* int64_t */ macro
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c908 #ifdef PRId64
909 " Forward: Pkts in %" PRId64 " Bytes in %" PRId64
910 " Pkts out %" PRId64 " Bytes out %" PRId64
911 " Backward: Pkts in %" PRId64 " Bytes in %" PRId64
912 " Pkts out %" PRId64 " Bytes out %" PRId64,
915 #endif /* PRId64 */
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimer.cpp187 OS << format("%9" PRId64 " ", (int64_t)getMemUsed());
/freebsd-9.3-release/usr.sbin/makefs/
H A Dcd9660.c588 PRId64 "\n", diskStructure.primaryLittleEndianTableSector);
590 PRId64 "\n", diskStructure.dataFirstSector);
592 PRId64 "\n", diskStructure.totalSectors);
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1142 (void) sprintf(buf, "%c%" PRId64 " %s\n", type, stb.st_size,
1145 (void) sprintf(buf, "%c%" PRId64 " %s_c%d\n", type, stb.st_size,
/freebsd-9.3-release/usr.bin/csup/
H A Dproto.c755 rv = stream_printf(wr, "%" PRId64, off);
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c2687 printf("-I- Querying %" PRId64
2713 printf("-I- Querying %" PRId64
2776 printf("-I- Querying %" PRId64
2797 printf("-I- Querying %" PRId64
2852 printf("-I- Querying %" PRId64
2871 printf("-I- Querying %" PRId64
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2890 OS << llvm::format("%4" PRId64 " | ", (int64_t)Offset.getQuantity());
/freebsd-9.3-release/sys/dev/xen/blkback/
H A Dblkback.c2774 DPRINTF("opened %s=%s sector_size=%u media_size=%" PRId64 "\n",

Completed in 461 milliseconds