Searched refs:SCNd64 (Results 1 – 2 of 2) sorted by relevance
163 (void)sscanf(" -01234567890123456789012345", "%" SCNd64, &num64); in sscanf_is_broken_test()167 (void)sscanf(" 01234567890123456789012345", "%" SCNd64, &num64); in sscanf_is_broken_test()197 if (sscanf(buf, "%" SCNd64, &num64) != 1) in json_parse_int64()
17 #define SCNd64 "I64d" macro