Searched refs:PRIdPTR (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y4.c | 186 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem); in callopt() 411 "Optimizer space used: input %" PRIdPTR in osummary() 412 "/%d, output %" PRIdPTR "/%d\n", in osummary() 415 "%" PRIdPTR " table entries, %d zero\n", (maxa-amem) + 1, i); in osummary() 427 (void) fprintf(ftable, "# define YYLAST %" PRIdPTR "\n", maxa-amem + 1); in aoutput()
|
H A D | y3.c | 172 "off = %d, k = %" PRIdPTR "\n", off, rr-amem);
|
H A D | y1.c | 445 "memory: states,etc. %" PRIdPTR in summary() 446 "/%d, parser %" PRIdPTR "/%d\n", in summary()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | int_fmtio.h | 232 #define PRIdPTR "ld" macro 239 #define PRIdPTR "d" 264 #define SCNdPTR PRIdPTR
|