Searched refs:pszTrg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTPathAbs-generic.cpp89 char *pszTrg = pszPath; local
102 pszTrg[0] = RTPATH_SLASH;
103 pszTrg[1] = RTPATH_SLASH;
104 pszTrg += 2;
111 *pszTrg++ = RTPATH_SLASH;
124 *pszTrg++ = RTPATH_SLASH;
137 *pszTrg = ch;
140 pszTrg++;
143 return pszTrg - pszPath;
/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp343 char *pszTrg = &pDbgc->achScratch[0]; local
344 while ((*pszTrg = ch = *psz++) != ';' && ch != '\n' )
356 pszTrg++;
358 *pszTrg = '\0';
370 pDbgc->pszScratch = pszTrg + 1;
372 rc = dbgcEvalCommand(pDbgc, &pDbgc->achScratch[0], pszTrg - &pDbgc->achScratch[0] - 1, fNoExecute);

Completed in 276 milliseconds