Searched refs:PRIi64 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h128 #define PRIi64 "li" macro
131 #define PRIi64 "lli" macro
134 #ifdef PRIi64
135 #define PRIiLEAST64 PRIi64
136 #define PRIiFAST64 PRIi64
275 #ifdef PRIi64
276 #define SCNi64 PRIi64
277 #define SCNiLEAST64 PRIi64
278 #define SCNiFAST64 PRIi64
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h68 #define PRIi64 __PRI64"i" /* int64_t */ macro
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1351 (void) fprintf(out, "%" PRIi64, ival);
1596 fmt = "%" PRIi64;
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5012 (void) snprintf(buf, sz, "%" PRIi64, (int64_t)val);

Completed in 64 milliseconds