Searched refs:RTStrToUInt32Full (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp337 MY_INT_CASE(RTGETOPT_REQ_UINT32, uint32_t, u32, RTStrToUInt32Full)
346 MY_BASE_INT_CASE(RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_HEX, uint32_t, u32, RTStrToUInt32Full, 16)
355 MY_BASE_INT_CASE(RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_DEC, uint32_t, u32, RTStrToUInt32Full, 10)
364 MY_BASE_INT_CASE(RTGETOPT_REQ_UINT32 | RTGETOPT_FLAG_OCT, uint32_t, u32, RTStrToUInt32Full, 8)
671 if (RTStrToUInt32Full(&pszArgThis[cchLong], 10, &uIndex) == VINF_SUCCESS)
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp66 vrc = RTStrToUInt32Full(pCfgAst->u.KeyValue.aszValue, 10, &uStartupDelay);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp239 if ( VINF_SUCCESS != RTStrToUInt32Full(argv[++i], 10, &period)
248 if ( VINF_SUCCESS != RTStrToUInt32Full(argv[++i], 10, &samples)
406 if ( VINF_SUCCESS != RTStrToUInt32Full(argv[++i], 10, &period)
415 if ( VINF_SUCCESS != RTStrToUInt32Full(argv[++i], 10, &samples)
H A DVBoxManageUSB.cpp187 if (VINF_SUCCESS != RTStrToUInt32Full(a->argv[1], 10, &cmd.mIndex))
311 int vrc = RTStrToUInt32Full(a->argv[i], 0, &u32);
H A DVBoxManageGuestProp.cpp310 || RTStrToUInt32Full(a->argv[i + 1], 10, &cMsTimeout) != VINF_SUCCESS)
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp323 RTDECL(int) RTStrToUInt32Full(const char *pszValue, unsigned uBase, uint32_t *pu32) function
336 RT_EXPORT_SYMBOL(RTStrToUInt32Full); variable
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp392 rc = RTStrToUInt32Full(szBuf, 10, &cch);
1075 int rc = RTStrToUInt32Full(pszCur, 10, &u32);
1140 rc = RTStrToUInt32Full(szBuf, 10, &cchParams);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp335 rc = RTStrToUInt32Full(pszName + sizeof(VIDEO_PROP_PREFIX) - 1, 10,
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp462 int vrc = RTStrToUInt32Full(str.c_str(), 0, &uRevision);
469 vrc = RTStrToUInt32Full(str.c_str(), 0, &uRevision);
H A DEmulatedUSBImpl.cpp121 rc = RTStrToUInt32Full(it->second.c_str(), 10, &u32);
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp1071 rc = RTStrToUInt32Full(Opts.pszOwner, 0, &ValueUnion.u32);
1087 rc = RTStrToUInt32Full(Opts.pszGroup, 0, &ValueUnion.u32);
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp867 int rc = RTStrToUInt32Full(argv[0], 16, &u32Mask);
1488 || RTStrToUInt32Full(argv[i + 1], 10, &u32Timeout)
/vbox/src/VBox/Storage/
H A DISCSI.cpp3137 rc = RTStrToUInt32Full(pcszMaxRecvDataSegmentLength, 0, &cb);
3144 rc = RTStrToUInt32Full(pcszMaxBurstLength, 0, &cb);
3151 rc = RTStrToUInt32Full(pcszFirstBurstLength, 0, &cb);
3825 rc = RTStrToUInt32Full(s_iscsiConfigDefaultWriteSplit, 0, &uWriteSplitDef);
3827 rc = RTStrToUInt32Full(s_iscsiConfigDefaultTimeout, 0, &uTimeoutDef);
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp2311 rc = RTStrToUInt32Full(szTmp, 0, &cHistory);
2338 rc = RTStrToUInt32Full(szTmp, 0, &pLogger->pInt->cSecsHistoryTimeSlot);
2352 rc = RTStrToUInt32Full(szTmp, 0, &cbRingBuf);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp864 rc = RTStrToUInt32Full(pszValue, 10, &u32);
/vbox/include/iprt/
H A Dstring.h2694 RTDECL(int) RTStrToUInt32Full(const char *pszValue, unsigned uBase, uint32_t *pu32);
H A Dmangling.h1547 # define RTStrToUInt32Full RT_MANGLER(RTStrToUInt32Full) macro
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1092 rc = RTStrToUInt32Full(&pszForwarder[off + 1], 10, &iImpOrdinal);
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1831 rc = RTStrToUInt32Full(szName, 16, &uLeaf);

Completed in 232 milliseconds