Searched refs:PRIi64 (Results 1 – 3 of 3) sorted by relevance
128 #define PRIi64 "li" macro131 #define PRIi64 "lli"134 #ifdef PRIi64135 #define PRIiLEAST64 PRIi64136 #define PRIiFAST64 PRIi64275 #ifdef PRIi64276 #define SCNi64 PRIi64277 #define SCNiLEAST64 PRIi64278 #define SCNiFAST64 PRIi64
1351 (void) fprintf(out, "%" PRIi64, ival); in im_perror_item()1596 fmt = "%" PRIi64; in int64_to_str()
5012 (void) snprintf(buf, sz, "%" PRIi64, (int64_t)val); in _val_to_string()