Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprocess.c122 sal_uInt32 nArguments, in osl_executeProcess_WithRedirectedIO() argument
177 if ( pArguments == NULL && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO()
179 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO()
183 for ( index = 0 ; index < nArguments ; ++index ) in osl_executeProcess_WithRedirectedIO()
284 for ( index = 0 ; index < nArguments ; ++index ) in osl_executeProcess_WithRedirectedIO()
316 sal_uInt32 nArguments, in osl_executeProcess() argument
328 nArguments, in osl_executeProcess()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx405 sal_uInt32 nArguments, in osl_executeProcess() argument
417 nArguments, in osl_executeProcess()
431 sal_uInt32 nArguments, in osl_executeProcess_WithRedirectedIO() argument
443 ustrImageName, ustrArguments, nArguments, (Options & osl_Process_SEARCHPATH)); in osl_executeProcess_WithRedirectedIO()
477 for (sal_uInt32 n = (NULL != ustrImageName) ? 0 : 1; n < nArguments; n++) in osl_executeProcess_WithRedirectedIO()
/trunk/main/sal/osl/unx/
H A Dprocess.c681 sal_uInt32 nArguments, in osl_executeProcess_WithRedirectedIO() argument
714 if ( pArguments == NULL && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO()
716 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO()
720 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
771 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
803 sal_uInt32 nArguments, in osl_executeProcess() argument
815 nArguments, in osl_executeProcess()
/trunk/main/desktop/win32/source/
H A Dwrapper.h83 int nArguments = 0; in Main() local
85 ppArguments = GetArgv( &nArguments ); in Main()
109 for ( int argn = 1; argn < nArguments; argn++ ) in Main()
/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx66 int nArguments = 0; in WinMain() local
68 ppArguments = GetArgv( &nArguments ); in WinMain()
/trunk/main/sal/inc/osl/
H A Dprocess.h179 sal_uInt32 nArguments,
265 sal_uInt32 nArguments,
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3604 sal_Int32 nArguments = rArguments.getLength(); in SetArguments() local
3607 while( nArguments-- ) in SetArguments()

Completed in 45 milliseconds