Searched refs:pszDot (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp211 char *pszDot = strrchr(ModuleInfo.szModule, '.'); local
212 if ( pszDot
213 && (pszDot[1] == 'e' || pszDot[1] == 'E'))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c339 char *pszDot = strrchr(path, '.'); local
340 if (pszDot) {
342 if (!stricmp(pszDot, ".cmd")) {
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp289 char *pszDot = strrchr(ModuleInfo.szModule, '.'); local
290 if ( pszDot
291 && (pszDot[1] == 'e' || pszDot[1] == 'E'))
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp699 const char *pszDot = strchr(pszForwarder, '.'); local
700 size_t cchDllName = pszDot - pszForwarder;
702 Tmp.pszName = pszDot + 1;

Completed in 49 milliseconds