Searched refs:CmdLen (Results 1 – 1 of 1) sorted by relevance
818 static int CmdLen = -1; in osl_getCommandArgs() local825 if (CmdLen < 0) in osl_getCommandArgs()894 CmdLen = pszBuffer - pszBufferOrg; in osl_getCommandArgs()896 memcpy( CmdLine, pszBuffer, CmdLen ); in osl_getCommandArgs()899 memcpy( pszBuffer, CmdLine, CmdLen ); in osl_getCommandArgs()
Completed in 23 milliseconds