Searched refs:ppszCmdLine (Results 1 - 2 of 2) 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;
/vbox/include/iprt/
H A Dgetopt.h427 * @param ppszCmdLine Where to return the command line string. This must
432 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags);

Completed in 44 milliseconds