Home
last modified time | relevance | path

Searched defs:strtouint32 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-line-buffer.c9 static uint32_t strtouint32(const char *s) in strtouint32() function
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dtypes.H181 inline uint32 strtouint32 (char const *str) { return((uint32) strtoul (str, nullptr, 10)); } in strtouint32() function
/dports/astro/stardates/stardates-1.6.1/
H A Dstardate.c977 static uint32 strtouint32(char const *str, char **ptr, uint16 radix) in strtouint32() function