Searched refs:str2long (Results 1 - 4 of 4) sorted by last modified time

/u-boot/cmd/
H A Donenand.c31 if (!(str2long(argv[0], off))) {
40 if (!(str2long(argv[1], (ulong *)size))) {
H A Dnand.c706 if (argc > 4 && !str2long(argv[4], &pagecount)) {
1079 if (!(str2long(p, &addr)) && (mtdparts_init() == 0) &&
/u-boot/lib/
H A Dvsprintf.c901 bool str2long(const char *p, ulong *num) function
/u-boot/include/
H A Dvsprintf.h308 bool str2long(const char *p, ulong *num);

Completed in 76 milliseconds