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

12

/macosx-10.10/libpcap-48/libpcap/Win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/macosx-10.10/tcpdump-61/tcpdump/win32/Include/
H A Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
87 #endif /* PRIu64 */
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-zeromq.c100 printf(" %"PRIu64"", body_len_declared);
107 printf(" (%"PRIu64" captured)", body_len_captured);
126 printf(", first %"PRIu64" byte(s) of body:", body_len_printed - 1);
H A Dacconfig.h60 #undef PRIu64 macro
H A Dprint-carp.c83 printf("counter=%" PRIu64, EXTRACT_64BITS(&bp[8]));
H A Dprint-sflow.c316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
327 printf("\n\t In octets %" PRIu64
337 printf("\n\t Out octets %" PRIu64
395 printf("\n\t in high prio frames %u, in high prio octets %" PRIu64,
398 printf("\n\t in norm prio frames %u, in norm prio octets %" PRIu64,
406 printf("\n\t out high prio frames %u, out high prio octets %" PRIu64
411 printf("\n\t in hc high prio octets %" PRIu64
412 ", in hc norm prio octets %" PRIu64
413 ", out hc high prio octets %" PRIu64,
430 printf("\n\t vlan_id %u, octets %" PRIu64
[all...]
H A Dprint-nfs.c622 printf(" %u bytes @ %" PRIu64,
641 printf(" %u (%u) bytes @ %" PRIu64,
826 printf(" %u bytes @ %" PRIu64,
1167 printf(" sz %" PRIu64,
1293 printf(" tbytes %" PRIu64 " fbytes %" PRIu64 " abytes %" PRIu64,
1298 printf(" tfiles %" PRIu64 " ffiles %" PRIu64 " afiles %" PRIu64 " inva
[all...]
H A Dprint-slow.c598 printf("\n\t Timestamp %u ms, Errored Window %" PRIu64
599 "\n\t Errored Threshold %" PRIu64
600 "\n\t Errors %" PRIu64
601 "\n\t Error Running Total %" PRIu64
H A Dconfig.h.in60 #undef PRIu64
H A Dprint-dccp.c137 (void)printf("(ack=%" PRIu64 ") ", ackno);
320 (void)printf("seq %" PRIu64, dccp_seqno(dh));
/macosx-10.10/top-100.1.2/
H A Duinteger.c105 if(-1 == snprintf(buf, bufsize, "-%" PRIu64, i.value))
108 if(-1 == snprintf(buf, bufsize, "%" PRIu64, i.value))
157 if(-1 == snprintf(buf, bufsize, "%s%" PRIu64 "%c",
H A Dglobalstats.c343 "%" PRIu64 "." "%" PRIu64 "%% user, "
344 "%" PRIu64 "." "%" PRIu64 "%% sys, "
345 "%" PRIu64 "." "%" PRIu64 "%% idle ",
488 "%" PRIu64 "(%" PRIu64 ") swapins, "
489 "%" PRIu64 "(%" PRIu64 ") swapout
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dinttypes_.h201 # if !defined PRIu64 || @PRI_MACROS_BROKEN@
202 # undef PRIu64 macro
203 # define PRIu64 _PRIu64_PREFIX "u" macro
304 # define PRIuLEAST64 PRIu64
343 # define PRIuFAST8 PRIu64
391 # define PRIuFAST16 PRIu64
439 # define PRIuFAST32 PRIu64
477 # define PRIuFAST64 PRIu64
516 # define PRIuMAX PRIu64
/macosx-10.10/xar-254/xar/test/
H A Dvalidate.c42 fprintf(stderr, "Heap checking %s %s at offset: %" PRIu64 "\n", name, prop, HeapOff+offset);
59 fprintf(stderr, "Error seeking in the heap to offet: %" PRIu64 "\n", HeapOff+offset);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake170 #ifndef PRIu64
171 # define PRIu64 "I64u"
H A DDataTypes.h.in167 #ifndef PRIu64
168 # define PRIu64 "I64u"
/macosx-10.10/Libc-1044.1.2/include/
H A Dinttypes.h64 # define PRIu64 __PRI_64_LENGTH_MODIFIER__ "u" macro
92 # define PRIuLEAST64 PRIu64
120 # define PRIuFAST64 PRIu64
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dinttypes.h107 #define PRIu64 "I64u" macro
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-size/
H A Dllvm-size.cpp102 radix_fmt = PRIu64;
226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy_apple.c73 TEALogInfo("Pruning certificate chain to %" PRIu64, certLastIndex);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dloadmsgcat.c183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
578 return PRIu64;
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dloadmsgcat.c183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
578 return PRIu64;
/macosx-10.10/xar-254/xar/lib/
H A Darchive.c51 #include <inttypes.h> /* for PRIu64 */
840 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
876 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
931 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
967 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
1120 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
1134 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
1171 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
1220 snprintf(idstr, sizeof(idstr)-1, "%"PRIu64, ++XAR(x)->last_fileid);
H A Dio.c406 asprintf(&tmpstr, "%"PRIu64, readsize);
410 asprintf(&tmpstr, "%"PRIu64, (uint64_t)orig_heap_offset);
422 asprintf(&tmpstr, "%"PRIu64, writesize);
602 asprintf(&tmpstr, "%"PRIu64, (uint64_t)orig_heap_offset);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSMessage.c339 desc = CFStringCreateWithFormat(CFGetAllocator(message), NULL, CFSTR("<MSGInvalid %"PRIu64" >"), message->sequenceNumber);
342 desc = CFStringCreateWithFormat(CFGetAllocator(message), NULL, CFSTR("<MSGDigest %"PRIu64" %02X%02X%02X%02X>"), message->sequenceNumber, S[0],S[1],S[2],S[3]);
345 desc = CFStringCreateWithFormat(CFGetAllocator(message), NULL, CFSTR("<MSGManifest %"PRIu64" %@>"), message->sequenceNumber, message->additions);
348 desc = CFStringCreateWithFormat(CFGetAllocator(message), NULL, CFSTR("<MSGObjects %"PRIu64" %02X%02X%02X%02X %@ %@ %@"),
357 (CFGetAllocator(message), NULL, CFSTR("<MSG %"PRIu64" %@ %02X%02X%02X%02X %02X%02X%02X%02X %02X%02X%02X%02X %@ %@ %@ %s%s%s%s%s%s%s>"),

Completed in 169 milliseconds

12