Lines Matching refs:i

97 	int			    i, nExit;  in CallPrePro()  local
111 for( i = 1; i < int(pCmdLine->GetCount() -1); i++ ) in CallPrePro()
113 if ( 0 == rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-verbose" ) ) in CallPrePro()
118 if ( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-u", 2 ) in CallPrePro()
119 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-i", 2 ) in CallPrePro()
120 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-d", 2 ) in CallPrePro()
123 aNewCmdL.Append( rsc_strdup( (char *)pCmdLine->GetEntry( i ) ) ); in CallPrePro()
134 for( i = 0; i < (int)(pCmdL->GetCount() -1); i++ ) in CallPrePro()
137 printf( "%s", (const char *)pCmdL->GetEntry( i ) ); in CallPrePro()
151 for( i = 0; i < (int)(aNewCmdL.GetCount() -1); i++ ) in CallPrePro()
154 fprintf( fRspFile, "%s\n", (const char *)aNewCmdL.GetEntry( i ) ); in CallPrePro()
156 fprintf( fRspFile, "%s ", (const char *)aNewCmdL.GetEntry( i ) ); in CallPrePro()
164 for( i = 0; i < (int)(pCmdL->GetCount() -1); i++ ) in CallPrePro()
167 printf( "%s", (const char *)pCmdL->GetEntry( i ) ); in CallPrePro()
208 int i, nExit; in CallRsc2() local
219 for( i = 1; i < (int)(pCmdLine->GetCount() -1); i++ ) in CallRsc2()
221 if ( !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-verbose" ) ) in CallRsc2()
226 if ( !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-quiet" ) ) in CallRsc2()
231 if( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fp=", 4 ) in CallRsc2()
232 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fo=", 4 ) in CallRsc2()
233 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-pp=", 4 ) in CallRsc2()
234 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-rsc2=", 6 ) in CallRsc2()
235 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-presponse", 9 ) in CallRsc2()
236 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-rc", 3 ) in CallRsc2()
237 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-+" ) in CallRsc2()
238 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-br" ) in CallRsc2()
239 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-bz" ) in CallRsc2()
240 || !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-r" ) in CallRsc2()
242 || ( '-' != *(char *)pCmdLine->GetEntry( i ) ) ) in CallRsc2()
251 (const char *)pCmdLine->GetEntry( i ) ); in CallRsc2()
340 sal_uInt32 i; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
360 i = 1; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
362 while( ppStr && i < (aCmdLine.GetCount() -1) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
408 i++; in SAL_IMPLEMENT_MAIN_WITH_ARGS()