Searched refs:ustrtoul (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/board/ti/ks2_evm/ |
D | board.c | 184 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.h | 72 EXPORT_FUNC(ustrtoul, unsigned long, ustrtoul,
|
D | exports.h | 34 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/external/u-boot/include/linux/ |
D | string.h | 123 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/external/u-boot/lib/ |
D | strto.c | 85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function
|