Searched refs:bb_strtou32 (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 642 buffer[0] = bb_strtou32(val, NULL, 0); in udhcp_str2optset() 649 uint32_t tmp = bb_strtou32(val, NULL, 0); in udhcp_str2optset() 661 uint32_t tmp = bb_strtou32(val, NULL, 0); in udhcp_str2optset()
|
D | dhcpd.c | 351 *(uint32_t*)arg = bb_strtou32(line, NULL, 10); in read_u32()
|
/busybox-1.35.0/include/ |
D | xatonum.h | 163 uint32_t bb_strtou32(const char *arg, char **endp, int base) in bb_strtou32() function
|