Home
last modified time | relevance | path

Searched refs:str2off (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dvsprintf.h214 bool str2off(const char *p, loff_t *num);
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c418 if (!str2off(arg, off)) in mtd_arg_off()
452 if (!str2off(argv[1], size)) { in mtd_arg_off_size()
/rk3399_rockchip-uboot/cmd/
H A Dsf.c360 if (!str2off(argv[2], &start)) { in do_spi_protect()
365 if (!str2off(argv[3], &len)) { in do_spi_protect()
H A Dnand.c689 if (!str2off(argv[2], &off)) { in do_nand()
696 if (!str2off(argv[3], &size)) { in do_nand()
/rk3399_rockchip-uboot/lib/
H A Dvsprintf.c821 bool str2off(const char *p, loff_t *num) in str2off() function