OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRTOULL
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/blkid/
read.c
13
#define _XOPEN_SOURCE 600 /* for inclusion of
strtoull
*/
31
#define
STRTOULL
strtoull
/* defined in stdlib.h if you try hard enough */
33
/* FIXME: need to support real
strtoull
here */
34
#define
STRTOULL
strtoul
319
dev->bid_devno =
STRTOULL
(value, 0, 0);
323
dev->bid_time =
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
266
num =
STRTOULL
(arg, &tmp, 0);
Completed in 474 milliseconds