Searched refs:ustrtoul (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/ti/ks2_evm/ |
H A D | board.c | 144 start[0] += ustrtoul(env, &endp, 0); in ft_board_setup() 145 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup() 150 size[0] -= ustrtoul(env, &endp, 0); in ft_board_setup()
|
/openbmc/u-boot/include/ |
H A D | _exports.h | 70 EXPORT_FUNC(ustrtoul, unsigned long, ustrtoul,
|
H A D | exports.h | 33 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/openbmc/u-boot/include/linux/ |
H A D | string.h | 123 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base);
|
/openbmc/u-boot/lib/ |
H A D | strto.c | 85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | block2mtd.c | 348 static int ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul() function 378 n = (size_t) ustrtoul(token, &endp, 0); in parse_num()
|