Home
last modified time | relevance | path

Searched refs:PRIdPTR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c184 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem); in callopt()
409 "Optimizer space used: input %" PRIdPTR in osummary()
410 "/%d, output %" PRIdPTR "/%d\n", in osummary()
413 "%" PRIdPTR " table entries, %d zero\n", (maxa-amem) + 1, i); in osummary()
425 (void) fprintf(ftable, "# define YYLAST %" PRIdPTR "\n", maxa-amem + 1); in aoutput()
H A Dy3.c168 "off = %d, k = %" PRIdPTR "\n", off, rr-amem); in apack()
H A Dy1.c443 "memory: states,etc. %" PRIdPTR in summary()
444 "/%d, parser %" PRIdPTR "/%d\n", in summary()
/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h232 #define PRIdPTR "ld" macro
239 #define PRIdPTR "d"
264 #define SCNdPTR PRIdPTR
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h63 #define PRIdPTR __PRIptr"d" /* intptr_t */ macro