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

/vbox/src/VBox/Runtime/generic/
H A DRTPathGetCurrentOnDrive-generic.cpp60 pszPath[0] = RT_C_TO_UPPER(chDrive);
/vbox/include/iprt/
H A Dctype.h57 #define RT_C_TO_UPPER(ch) RTLocCToUpper((ch)) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0CommonDriver.h122 szSrvReqHandler[off] = RT_C_TO_UPPER(szSrvReqHandler[off]);
/vbox/src/recompiler/
H A Dqemu-common.h29 # define qemu_toupper(c) RT_C_TO_UPPER((unsigned char)(c))
/vbox/src/bldprogs/
H A DVBoxTpG.cpp895 *pszBuf++ = RT_C_TO_UPPER(*pszProvider++);
903 *pszBuf++ = RT_C_TO_UPPER(*pszProbe++);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1017 g_wszStartupLogVol[sizeof("\\??\\") - 1] = RT_C_TO_UPPER(pszLogFile[0]);
H A DSUPR3HardenedVerify.cpp1117 *pszDst++ = RT_C_TO_UPPER(pszSrc[0]);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp2045 int iBit = RT_C_TO_UPPER(pThis->pszDevice[0]) - 'A';
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1299 *pszDst++ = RT_C_TO_UPPER(ch);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp1702 szSymbol[sizeof("drvR0") - 1] = RT_C_TO_UPPER(szSymbol[sizeof("drvR0") - 1]);
H A DPDMDevHlp.cpp2231 szSymbol[sizeof("devR0") - 1] = RT_C_TO_UPPER(szSymbol[sizeof("devR0") - 1]);
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp1629 pszTmp = strchr(pszGrp, RT_C_TO_UPPER(*pachMask));

Completed in 408 milliseconds