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

/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp361 * @param ppszCmdLine Pointer to the command line string pointer.
365 static int rtGetOptArgvToStringGrow(char **ppszCmdLine, size_t *pcbCmdLineAlloc, size_t cchMin) argument
372 return RTStrRealloc(ppszCmdLine, cb);
389 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags) argument
490 *ppszCmdLine = pszCmdLine;

Completed in 34 milliseconds