HomeSort by relevance Sort by last modified time
    Searched refs:STRTOULL (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/blkid/
read.c 30 #define STRTOULL strtoull /* defined in stdlib.h if you try hard enough */
32 /* FIXME: need to support real strtoull here */
33 #define STRTOULL strtoul
318 dev->bid_devno = STRTOULL(value, 0, 0);
  /external/e2fsprogs/debugfs/
set_fields.c 12 #define _XOPEN_SOURCE 600 /* for inclusion of strptime() and strtoull */
15 #define STRTOULL strtoull
17 #define STRTOULL strtoul
256 num = STRTOULL(arg, &tmp, 0);

Completed in 56 milliseconds