Home
last modified time | relevance | path

Searched refs:STRTOULL (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/blkid/
Dread.c32 #define STRTOULL strtoull /* defined in stdlib.h if you try hard enough */ macro
35 #define STRTOULL strtoul macro
320 dev->bid_devno = STRTOULL(value, 0, 0); in parse_tag()
324 dev->bid_time = STRTOULL(value, 0, 0); in parse_tag()
/external/e2fsprogs/debugfs/
Dset_fields.c15 #define STRTOULL strtoull macro
17 #define STRTOULL strtoul macro
466 num = STRTOULL(arg, &tmp, 0); in parse_uint()