Searched refs:RTStrToInt32Ex (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrversion.cpp79 int rc = RTStrToInt32Ex(*ppszVer, NULL, 10, pi32Value);
149 int rc = RTStrToInt32Ex(psz2, NULL, 10, pi32Value);
H A Dstrtonum.cpp728 RTDECL(int) RTStrToInt32Ex(const char *pszValue, char **ppszNext, unsigned uBase, int32_t *pi32) function
742 RT_EXPORT_SYMBOL(RTStrToInt32Ex); variable
790 int rc = RTStrToInt32Ex(pszValue, NULL, 0, &i32);
/vbox/src/VBox/Runtime/testcase/
H A DtstStrToNum.cpp208 RUN_TESTS(aTstI32, int32_t, "%#d", RTStrToInt32Ex);
/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp777 int rc = RTStrToInt32Ex(pszString, (char **)&pszString, 10, &pTime->i32Year);
869 rc = RTStrToInt32Ex(pszString, (char **)&pszString, 10, &pTime->offUTC);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp782 rc = RTStrToInt32Ex(RTStrStripL(&szLine[19]), &psz, 0, &maxCapacity);
809 rc = RTStrToInt32Ex(RTStrStripL(&szLine[19]), &psz, 0, &currentCapacity);
835 rc = RTStrToInt32Ex(RTStrStripL(&szLine[13]), &psz, 0, &presentRate);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp574 && (VINF_SUCCESS == RTStrToInt32Ex(pcsz, NULL, 10, &i))
1051 int rc = RTStrToInt32Ex(pcsz, NULL, 0, piValue);
1163 int rc = RTStrToInt32Ex(pszValue, NULL, 0, piValue);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1213 int rc = RTStrToInt32Ex(pszBuf, &pszNext, 16, &i32);
1223 rc = RTStrToInt32Ex(pszNext+1, &pszNext, 16, &i32Lo);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1496 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos1 + 11, NULL, 0, &lControllerIndex);
1507 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos2 + 8, NULL, 0, &lAddressOnParent);
1568 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos1 + 11, NULL, 0, &lControllerIndex);
1579 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos2 + 8, NULL, 0, &lAddressOnParent);
/vbox/include/iprt/
H A Dstring.h2871 RTDECL(int) RTStrToInt32Ex(const char *pszValue, char **ppszNext, unsigned uBase, int32_t *pi32);
H A Dmangling.h1531 # define RTStrToInt32Ex RT_MANGLER(RTStrToInt32Ex) macro
/vbox/src/VBox/Storage/
H A DDMG.cpp979 int rc = RTStrToInt32Ex(psz, &pszNext, 0, pi32);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp451 if ( (RT_SUCCESS(rc = RTStrToInt32Ex(pcsz, NULL, 0, &yyyy)))

Completed in 1004 milliseconds