Searched refs:PRIu32 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dinttypes.h57 # define PRIu32 "u" macro
85 # define PRIuLEAST32 PRIu32
113 # define PRIuFAST32 PRIu32
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dinttypes.h106 #define PRIu32 "u" macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dinttypes_.h154 # if !defined PRIu32 || @PRI_MACROS_BROKEN@
155 # undef PRIu32 macro
157 # define PRIu32 "u" macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dloadmsgcat.c159 #if !defined PRIu32 || PRI_MACROS_BROKEN
160 # undef PRIu32 macro
161 # define PRIu32 "u" macro
562 return PRIu32;
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dloadmsgcat.c159 #if !defined PRIu32 || PRI_MACROS_BROKEN
160 # undef PRIu32 macro
161 # define PRIu32 "u" macro
562 return PRIu32;
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c240 "Processes: %" PRIu32 " total, ",
268 "%" PRIu32 " threads ", tsamp->threads);
411 "MemRegions: %" PRIu32 " total, "
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotifyd.c517 fprintf(f, "PID %u Time Service: %s <- Clock start %"PRId64" freq %"PRIu32" end %"PRId64"\n", c->pid, n->name, timer->start, timer->freq, timer->end);
522 fprintf(f, "PID %u Time Service: %s <- Calendar start %"PRId64" freq %"PRIu32" end %"PRId64" day %"PRId32"\n", c->pid, n->name, timer->start, timer->freq, timer->end, timer->day);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-tcp.c793 (void)printf(" sfsn: %" PRIu32, sfsn);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c517 ok = SecDbError(SQLITE_ERROR, error, CFSTR("invalid transaction type %" PRIu32), type);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c517 ok = SecDbError(SQLITE_ERROR, error, CFSTR("invalid transaction type %" PRIu32), type);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecItemServer.c84 secerror("%snotify_post %s returned: %" PRIu32, syncWithPeers ? "Sent SyncWithAllPeers, " : "", g_keychain_changed_notification, result);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1736 CFStringAppendFormat(result, NULL, CFSTR(".%" PRIu32), value);

Completed in 311 milliseconds