Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/os2/
H A Dprocess.c122 sal_uInt32 nArguments, in osl_executeProcess_WithRedirectedIO() argument
177 if ( pArguments == 0 && 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()
/aoo41x/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()
/aoo41x/main/sal/osl/unx/
H A Dprocess.c682 sal_uInt32 nArguments, in osl_executeProcess_WithRedirectedIO() argument
715 if ( pArguments == 0 && nArguments > 0 ) in osl_executeProcess_WithRedirectedIO()
717 pArguments = (sal_Char**) malloc( ( nArguments + 2 ) * sizeof(sal_Char*) ); in osl_executeProcess_WithRedirectedIO()
721 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
772 for ( idx = 0 ; idx < nArguments ; ++idx ) in osl_executeProcess_WithRedirectedIO()
804 sal_uInt32 nArguments, in osl_executeProcess() argument
816 nArguments, in osl_executeProcess()
/aoo41x/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()
/aoo41x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx66 int nArguments = 0; in WinMain() local
68 ppArguments = GetArgv( &nArguments ); in WinMain()
/aoo41x/main/sal/inc/osl/
H A Dprocess.h179 sal_uInt32 nArguments,
265 sal_uInt32 nArguments,
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3604 sal_Int32 nArguments = rArguments.getLength(); in SetArguments() local
3607 while( nArguments-- ) in SetArguments()

Completed in 165 milliseconds