Searched refs:RTStrToInt32 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp411 uint32_t idPid = RTStrToInt32(pszPid);
415 fAccess = RTStrToInt32(argv[2]);
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp787 RTDECL(int32_t) RTStrToInt32(const char *pszValue) function
795 RT_EXPORT_SYMBOL(RTStrToInt32); variable
/vbox/include/iprt/cpp/
H A Dministring.h787 return RTStrToInt32(m_psz);
835 * @returns IPRT error code, see RTStrToInt32.
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1054 iOriginX = RTStrToInt32(a->argv[7]);
1055 iOriginY = RTStrToInt32(a->argv[8]);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp1441 uint32_t uLAClientID = RTStrToInt32(pszLAClientID);
/vbox/include/iprt/
H A Dstring.h2900 RTDECL(int32_t) RTStrToInt32(const char *pszValue);
H A Dmangling.h1530 # define RTStrToInt32 RT_MANGLER(RTStrToInt32) macro
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp1860 fFlags = ~RTStrToInt32(psz + 1);
1862 fFlags = RTStrToInt32(psz);

Completed in 113 milliseconds