Lines Matching refs:pszCmdLine
830 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()
853 int n = *((unsigned char *) pszCmdLine); in osl_getCommandArgs()
854 if (! (isspace(n) || (*pszCmdLine == '\0')) ) in osl_getCommandArgs()
856 if (*pszCmdLine == '"') in osl_getCommandArgs()
858 if (*(pszCmdLine + 1) != '"') 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()
887 pszCmdLine++; in osl_getCommandArgs()