Searched refs:RTStrToInt64Ex (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp554 RTDECL(int) RTStrToInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, int64_t *pi64) function
652 RT_EXPORT_SYMBOL(RTStrToInt64Ex); variable
675 int rc = RTStrToInt64Ex(pszValue, &psz, uBase, pi64);
703 int rc = RTStrToInt64Ex(pszValue, NULL, 0, &i64);
731 int rc = RTStrToInt64Ex(pszValue, ppszNext, uBase, &i64);
818 int rc = RTStrToInt64Ex(pszValue, ppszNext, uBase, &i64);
905 int rc = RTStrToInt64Ex(pszValue, ppszNext, uBase, &i64);
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp94 int rc = RTStrToInt64Ex(psz, NULL, 0, &iCpu);
105 int rc = RTStrToInt64Ex(psz, &psz, 0, &v);
H A Dsysfs.cpp256 int rc = RTStrToInt64Ex(szNum, NULL, uBase, &i64Ret);
/vbox/src/VBox/Main/src-server/
H A DMatching.cpp105 vrc = RTStrToInt64Ex(aFilter + aStart, &endptr, 0, &val.ll);
/vbox/src/VBox/Runtime/testcase/
H A DtstStrToNum.cpp158 RUN_TESTS(aTstI64, int64_t, "%#lld", RTStrToInt64Ex);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp57 int rc = RTStrToInt64Ex(pcszLimit, &pszNext, 10, pLimit);
H A DVBoxInternalManage.cpp478 int irc = RTStrToInt64Ex(argv[2], NULL, 0, &offDelta);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp608 && (VINF_SUCCESS == RTStrToInt64Ex(pcsz, NULL, 10, &i))
1093 int rc = RTStrToInt64Ex(pcsz, NULL, 0, piValue);
1187 int rc = RTStrToInt64Ex(pszValue, NULL, 0, piValue);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c644 rc = RTStrToInt64Ex(arg, &end, 0, rval);
704 int rc = RTStrToInt64Ex(arg, &end, 0, &val);
/vbox/include/iprt/
H A Dstring.h2823 RTDECL(int) RTStrToInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, int64_t *pi64);
H A Dmangling.h1534 # define RTStrToInt64Ex RT_MANGLER(RTStrToInt64Ex) macro

Completed in 107 milliseconds