Searched defs:RTStrToUInt64Ex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp109 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint64_t *pu64) function
211 RT_EXPORT_SYMBOL(RTStrToUInt64Ex); variable
235 int rc = RTStrToUInt64Ex(pszValue, &psz, uBase, pu64);
263 int rc = RTStrToUInt64Ex(pszValue, NULL, 0, &u64);
292 int rc = RTStrToUInt64Ex(pszValue, ppszNext, uBase, &u64);
379 int rc = RTStrToUInt64Ex(pszValue, ppszNext, uBase, &u64);
466 int rc = RTStrToUInt64Ex(pszValue, ppszNext, uBase, &u64);
/vbox/include/iprt/
H A Dmangling.h1549 # define RTStrToUInt64Ex RT_MANGLER(RTStrToUInt64Ex) macro

Completed in 60 milliseconds