Home
last modified time | relevance | path

Searched refs:bb_strtou32 (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Dcommon.c642 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()
Ddhcpd.c351 *(uint32_t*)arg = bb_strtou32(line, NULL, 10); in read_u32()
/busybox-1.35.0/include/
Dxatonum.h163 uint32_t bb_strtou32(const char *arg, char **endp, int base) in bb_strtou32() function