Home
last modified time | relevance | path

Searched refs:ustrtoull (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A D_exports.h72 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
H A Dexports.h34 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/openbmc/u-boot/include/linux/
H A Dstring.h124 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/openbmc/u-boot/lib/
H A Dstrto.c106 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
/openbmc/u-boot/cmd/
H A Dgpt.c516 size_ll = ustrtoull(p, &p, 0); in set_gpt_info()
527 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c108 partition->size = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()
120 partition->offset = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()