OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRTOULL
(Results
1 - 3
of
3
) 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
272
num =
STRTOULL
(arg, &tmp, 0);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
447
uint64_t file_key =
STRTOULL
(file_id.c_str(), NULL, 10);
468
uint64_t file_key =
STRTOULL
(file_id.c_str(), NULL, 10);
Completed in 178 milliseconds