Home
last modified time | relevance | path

Searched defs:strtou32 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dstrtonum.c81 uint32_t strtou32(const char *nptr, char **endptr, int base) { in strtou32() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h370 inline uint32_t strtou32(const char *nptr, char **endptr, int base) { in strtou32() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h370 inline uint32_t strtou32(const char *nptr, char **endptr, int base) { in strtou32() function
/aosp_15_r20/external/toybox/toys/pending/
H A Ddhcp.c361 static long strtou32( char *str) in strtou32() function
H A Ddhcpd.c477 static int strtou32(const char *str, void *var) in strtou32() function