Searched refs:ustrtoull (Results 1 – 7 of 7) sorted by relevance
/u-boot/include/ |
A D | _exports.h | 71 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
|
A D | exports.h | 51 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
/u-boot/cmd/ |
A D | mbr.c | 118 *disk_uuid = ustrtoull(p, &p, 0); in str_to_partitions() 164 size_ll = ustrtoull(p, &p, 0); in str_to_partitions() 173 start_ll = ustrtoull(p, &p, 0); in str_to_partitions()
|
A D | gpt.c | 524 size_ll = ustrtoull(p, &p, 0); in set_gpt_info() 535 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()
|
/u-boot/include/linux/ |
A D | string.h | 130 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
/u-boot/lib/ |
A D | strto.c | 106 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
|
/u-boot/drivers/mtd/ |
A D | mtdpart.c | 111 partition->size = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition() 123 partition->offset = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()
|
Completed in 22 milliseconds