Home
last modified time | relevance | path

Searched refs:pszCmdLine (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/osl/os2/
H A Dprocess.c830 sal_Char* pszCmdLine; in osl_getCommandArgs() local
838 pszCmdLine = pppib->pib_pchcmd; in osl_getCommandArgs()
842 while( *pszCmdLine ) in osl_getCommandArgs()
843 pszCmdLine++; in osl_getCommandArgs()
847 while ( !((*pszCmdLine == '\0') && (*(pszCmdLine + 1) == '\0')) && (Max > 0)) in osl_getCommandArgs()
856 if (*pszCmdLine == '"') in osl_getCommandArgs()
862 pszCmdLine++; in osl_getCommandArgs()
863 *pszBuffer++ = *pszCmdLine; in osl_getCommandArgs()
869 *pszBuffer++ = *pszCmdLine; in osl_getCommandArgs()
877 *pszBuffer++ = *pszCmdLine; in osl_getCommandArgs()
[all …]
/aoo42x/main/sal/systools/win32/uwinapi/
H A Dwin95sys.h121 PSTR pszCmdLine; // 08h Pointer to command line member

Completed in 26 milliseconds