Home
last modified time | relevance | path

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

/u-boot/board/ti/ks2_evm/
A Dboard.c136 start[0] += ustrtoul(env, &endp, 0); in ft_board_setup()
137 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup()
142 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup()
/u-boot/include/
A D_exports.h69 EXPORT_FUNC(ustrtoul, unsigned long, ustrtoul,
A Dexports.h50 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
/u-boot/include/linux/
A Dstring.h129 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
/u-boot/lib/
A Dstrto.c85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function
/u-boot/cmd/
A Dmbr.c185 parts[i].sys_ind = ustrtoul(p, &p, 0); in str_to_partitions()

Completed in 6 milliseconds