Home
last modified time | relevance | path

Searched refs:PRIi64 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dint_fmtio.h128 #define PRIi64 "li" macro
131 #define PRIi64 "lli"
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
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1351 (void) fprintf(out, "%" PRIi64, ival); in im_perror_item()
1596 fmt = "%" PRIi64; in int64_to_str()
/titanic_41/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5012 (void) snprintf(buf, sz, "%" PRIi64, (int64_t)val); in _val_to_string()