Home
last modified time | relevance | path

Searched refs:rsc_strnicmp (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/rsc/source/prj/
H A Dstart.cxx118 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()
231 if( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fp=", 4 ) in CallRsc2()
232 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-fo=", 4 ) in CallRsc2()
236 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-rc", 3 ) in CallRsc2()
380 else if( !rsc_strnicmp( (*ppStr) + 1, "presponse", 9 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
384 else if( !rsc_strnicmp( (*ppStr) + 1, "pp=", 3 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
388 else if( !rsc_strnicmp( (*ppStr) + 1, "rsc2=", 5 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
392 else if( !rsc_strnicmp( (*ppStr) + 1, "fo=", 3 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/aoo4110/main/rsc/source/rsc/
H A Drsc.cxx189 else if( !rsc_strnicmp( (*ppStr) + 1, "sub", 3 ) ) in RscCmdLine()
219 else if( !rsc_strnicmp( (*ppStr) + 1, "d", 1 ) ) in RscCmdLine()
224 else if( !rsc_strnicmp( (*ppStr) + 1, "i", 1 ) ) in RscCmdLine()
231 else if( !rsc_strnicmp( (*ppStr) + 1, "fs=", 3 ) ) in RscCmdLine()
249 else if( !rsc_strnicmp( (*ppStr) + 1, "fp=", 3 ) ) in RscCmdLine()
254 else if( !rsc_strnicmp( (*ppStr) + 1, "fl=", 3 ) ) in RscCmdLine()
258 else if( !rsc_strnicmp( (*ppStr) + 1, "fh=", 3 ) ) in RscCmdLine()
262 else if( !rsc_strnicmp( (*ppStr) + 1, "fc=", 3 ) ) in RscCmdLine()
266 else if( !rsc_strnicmp( (*ppStr) + 1, "fr=", 3 ) ) in RscCmdLine()
270 else if( !rsc_strnicmp( (*ppStr) + 1, "fx=", 3 ) ) in RscCmdLine()
[all …]
/aoo4110/main/rsc/inc/
H A Drsctools.hxx56 int rsc_strnicmp( const char *string1, const char *string2, size_t count );
/aoo4110/main/rsc/source/tools/
H A Drsctools.cxx63 int rsc_strnicmp( const char *string1, const char *string2, size_t count ) in rsc_strnicmp() function

Completed in 30 milliseconds