Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c498 static int strtou32(const char *str, void *var) in strtou32() function
553 strtou32(option, (uint32_t*)&optcode); in strtoopt()
588 strtou32(valstr, &convtmp); in strtoopt()
594 strtou32(valstr, &convtmp); in strtoopt()
600 strtou32(valstr, &convtmp); in strtoopt()
694 {"port" , strtou32 , (void*)&gconfig.port , "67"},
695 {"min_lease" , strtou32 , (void*)&gconfig.min_lease_sec, "60"},
696 {"max_leases" , strtou32 , (void*)&gconfig.max_leases , "235"},
697 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},
698 {"decline_time" , strtou32 , (void*)&gconfig.decline_time , "3600"},
[all …]
Ddhcp.c360 static long strtou32( char *str) in strtou32() function
400 optcode = strtou32(option); in strtoopt()
430 convtmp = strtou32(valstr); in strtoopt()
438 convtmp = strtou32(valstr); in strtoopt()
446 convtmp = strtou32(valstr); in strtoopt()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h330 inline uint32 strtou32(const char *nptr, char **endptr, int base) { in strtou32() function