Lines Matching refs:pszArguments
89 sal_Char *pszArguments[],
346 sal_Char *pszArguments[], in osl_psz_executeProcess() argument
377 pszImageName = pszArguments[first++]; in osl_psz_executeProcess()
438 if( pszArguments ) in osl_psz_executeProcess()
439 for (i = first; pszArguments[i] != NULL; i++) 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()
544 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
545 n += strlen(pszArguments[i]) + 1; in osl_psz_executeProcess()
549 for (i = first; pszArguments[i] != NULL; i++) in osl_psz_executeProcess()
551 strcat(args, pszArguments[i]); in osl_psz_executeProcess()