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

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp74 * @param pachName The first charater in the name.
78 PCDBGCFUNC dbgcFunctionLookup(PDBGC pDbgc, const char *pachName, size_t cchName, bool fExternal) argument
87 if ( !strncmp(pachName, pFunc->pszFuncNm, cchName)
95 if ( !strncmp(pachName, g_aDbgcFuncs[iFunc].pszFuncNm, cchName)
107 if ( !strncmp(pachName, pExtFuncs->paFuncs[iFunc].pszFuncNm, cchName)
H A DDBGCCommands.cpp293 * @param pachName Pointer to the routine string (not terminated).
297 PCDBGCCMD dbgcCommandLookup(PDBGC pDbgc, const char *pachName, size_t cchName, bool fExternal) argument
306 if ( !strncmp(pachName, pCmd->pszCmd, cchName)
314 if ( !strncmp(pachName, g_aDbgcCmds[iCmd].pszCmd, cchName)
326 if ( !strncmp(pachName, pExtCmds->paCmds[iCmd].pszCmd, cchName)

Completed in 48 milliseconds