Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprocess.c818 static int CmdLen = -1; in osl_getCommandArgs() local
825 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 18 milliseconds