OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ustrtoull
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/include/
_exports.h
74
EXPORT_FUNC(
ustrtoull
, unsigned long long,
ustrtoull
,
exports.h
35
unsigned long long
ustrtoull
(const char *cp, char **endp, unsigned int base);
/external/u-boot/include/linux/
string.h
124
unsigned long long
ustrtoull
(const char *cp, char **endp, unsigned int base);
/external/u-boot/lib/
strto.c
108
unsigned long long
ustrtoull
(const char *cp, char **endp, unsigned int base)
function
/external/u-boot/cmd/
gpt.c
516
size_ll =
ustrtoull
(p, &p, 0);
527
start_ll =
ustrtoull
(p, &p, 0);
Completed in 233 milliseconds