Searched refs:ustrtoul (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/ti/ks2_evm/ |
A D | board.c | 136 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.h | 69 EXPORT_FUNC(ustrtoul, unsigned long, ustrtoul,
|
A D | exports.h | 50 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/u-boot/include/linux/ |
A D | string.h | 129 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/u-boot/lib/ |
A D | strto.c | 85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function
|
/u-boot/cmd/ |
A D | mbr.c | 185 parts[i].sys_ind = ustrtoul(p, &p, 0); in str_to_partitions()
|
Completed in 6 milliseconds