Searched refs:RTGetOptArgvToString (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTGetOptArgv.cpp41 RTTestISub("RTGetOptArgvToString / MS_CRT");
70 int rc = RTGetOptArgvToString(&pszCmdLine, s_aMscCrtTests[i].apszArgs, RTGETOPTARGV_CNV_QUOTE_MS_CRT);
81 RTTestISub("RTGetOptArgvToString / BOURNE_SH");
102 int rc = RTGetOptArgvToString(&pszCmdLine, s_aBournShTests[i].apszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
113 RTTestISub("RTGetOptArgvToString <-> RTGetOptArgvFromString");
118 int rc = RTGetOptArgvToString(&pszCmdLine, s_aBournShTests[i].apszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
/vbox/include/iprt/
H A Dgetopt.h432 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags);
434 /** @name RTGetOptArgvToString and RTGetOptArgvToUtf16String flags
H A Dmangling.h631 # define RTGetOptArgvToString RT_MANGLER(RTGetOptArgvToString) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp389 RTDECL(int) RTGetOptArgvToString(char **ppszCmdLine, const char * const *papszArgv, uint32_t fFlags) function
504 int rc = RTGetOptArgvToString(&pszCmdLine, papszArgv, fFlags);
/vbox/src/bldprogs/
H A Dscmsubversion.cpp464 int rc = RTGetOptArgvToString(&pszCmdLine, papszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
518 int rc = RTGetOptArgvToString(&pszCmdLine, papszArgs, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1253 rc = RTGetOptArgvToString(&pszCmdLine, &papszArgs[cSuArgs + 1], RTGETOPTARGV_CNV_QUOTE_MS_CRT);
1420 int rc = RTGetOptArgvToString(&pszCmdLine, &papszArgs[cSuArgs], RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
1422 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTGetOptArgvToString failed: %Rrc");
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp1043 vrc = RTGetOptArgvToString(&pszArgs, papszArgv, RTGETOPTARGV_CNV_QUOTE_MS_CRT);

Completed in 123 milliseconds