Home
last modified time | relevance | path

Searched defs:strToUInt (Results 1 – 8 of 8) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/util/
H A Dconversion.cpp53 uint32 strToUInt(const string &s){ in strToUInt() function
104 bool strToUInt(const string &s, uint32 *i) { in strToUInt() function
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Droutines.c390 extern bool strToUInt(const char *const str, int base, unsigned int *value) in strToUInt() function
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Droutines.c412 extern bool strToUInt(const char *const str, int base, unsigned int *value) in strToUInt() function
/dports/devel/geany/geany-1.38/ctags/main/
H A Droutines.c412 extern bool strToUInt(const char *const str, int base, unsigned int *value) in strToUInt() function
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DUtils.hpp323 …static inline unsigned int strToUInt(const char *s) { return (unsigned int)strtoul(s,(char **)0,10… in strToUInt() function in ZeroTier::Utils
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGBase.cpp814 bool strToUInt(char* p, uint& i) { in strToUInt() function
/dports/biology/libgff/libgff-2.0.0/src/
H A DGBase.cpp821 bool strToUInt(char* p, uint& i) { in strToUInt() function
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBase.cpp935 bool strToUInt(char* p, uint& i) { in strToUInt() function