Searched defs:pchDot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1124 const char *pchDot = strrchr(pszLastComp, '.'); local
1125 if (!pchDash && !pchDot)
1137 const char *pszLastPort = pchDot != NULL
1138 ? pchDot + 1
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4585 char *pchDot = strchr(szNow, '.'); local
4586 if (pchDot)
4587 strcpy(pchDot, "Z");

Completed in 59 milliseconds