Searched refs:strtou32 (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/cmd/ |
D | fuse.c | 17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function 53 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse() 54 strtou32(argv[1], 0, &word)) in do_fuse() 60 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse() 78 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse() 98 if (strtou32(argv[i], 16, &val)) in do_fuse() 114 if (strtou32(argv[i], 16, &val)) in do_fuse()
|
/external/toybox/toys/pending/ |
D | dhcpd.c | 498 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 …]
|
D | dhcp.c | 360 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/u-boot/arch/arm/mach-socfpga/ |
D | clock_manager_arria10.c | 77 struct strtou32 { struct 82 static const struct strtou32 mainpll_cfg_tab[] = { argument 109 static const struct strtou32 perpll_cfg_tab[] = { 133 static const struct strtou32 alteragrp_cfg_tab[] = { 149 static int of_to_struct(const void *blob, int node, const struct strtou32 *cfg_tab, in of_to_struct()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 362 inline uint32 strtou32(const char *nptr, char **endptr, int base) { in strtou32() function
|