Searched refs:STRTOULL (Results 1 – 2 of 2) sorted by relevance
32 #define STRTOULL strtoull /* defined in stdlib.h if you try hard enough */ macro35 #define STRTOULL strtoul macro320 dev->bid_devno = STRTOULL(value, 0, 0); in parse_tag()324 dev->bid_time = STRTOULL(value, 0, 0); in parse_tag()
15 #define STRTOULL strtoull macro17 #define STRTOULL strtoul macro463 num = STRTOULL(arg, &tmp, 0); in parse_uint()