Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprocess.c377 pszImageName = pszArguments[first++]; in osl_psz_executeProcess()
438 if( pszArguments ) in osl_psz_executeProcess()
440 n += strlen(pszArguments[i]) + 1; in osl_psz_executeProcess()
452 if( pszArguments ) in osl_psz_executeProcess()
453 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
455 memcpy(pStr, pszArguments[i], strlen( pszArguments[i] ) ); in osl_psz_executeProcess()
456 pStr += strlen( pszArguments[i] ); in osl_psz_executeProcess()
457 if (pszArguments[i+1] != NULL) in osl_psz_executeProcess()
542 if( pszArguments ) in osl_psz_executeProcess()
545 n += strlen(pszArguments[i]) + 1; in osl_psz_executeProcess()
[all …]
/trunk/main/sal/osl/unx/
H A Dprocess.c116 sal_Char *pszArguments[],
833 sal_Char *pszArguments[], in osl_psz_executeProcess() argument
857 pszImageName = pszArguments[0]; in osl_psz_executeProcess()
873 if ( pszArguments != 0 ) in osl_psz_executeProcess()
875 for (i = 0; ((i + 2) < MAX_ARGS) && (pszArguments[i] != NULL); i++) in osl_psz_executeProcess()
876 Data.m_pszArgs[i+1] = strdup(pszArguments[i]); in osl_psz_executeProcess()

Completed in 19 milliseconds