Home
last modified time | relevance | path

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

/external/u-boot/board/ti/ks2_evm/
Dboard.c184 start[0] += ustrtoul(env, &endp, 0); in ft_board_setup()
185 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup()
190 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup()
/external/u-boot/include/
D_exports.h72 EXPORT_FUNC(ustrtoul, unsigned long, ustrtoul,
Dexports.h34 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
/external/u-boot/include/linux/
Dstring.h123 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
/external/u-boot/lib/
Dstrto.c85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function