Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c343 static int strtou32(const char *str, void *var) in strtou32() function
399 strtou32(option, (uint32_t*)&optcode); in strtoopt()
434 strtou32(valstr, &convtmp); in strtoopt()
440 strtou32(valstr, &convtmp); in strtoopt()
446 strtou32(valstr, &convtmp); in strtoopt()
540 {"port" , strtou32 , (void*)&gconfig.port , "67"},
541 {"min_lease" , strtou32 , (void*)&gconfig.min_lease_sec, "60"},
542 {"max_leases" , strtou32 , (void*)&gconfig.max_leases , "235"},
543 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},
544 {"decline_time" , strtou32 , (void*)&gconfig.decline_time , "3600"},
[all …]
Ddhcp.c363 static long strtou32( char *str) in strtou32() function
403 optcode = strtou32(option); in strtoopt()
433 convtmp = strtou32(valstr); in strtoopt()
441 convtmp = strtou32(valstr); in strtoopt()
449 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