Searched refs:rsc_strnicmp (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/rsc/source/prj/ ! |
| H A D | start.cxx | 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() 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() 380 else if( !rsc_strnicmp( (*ppStr) + 1, "presponse", 9 ) ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /AOO41X/main/rsc/source/rsc/ ! |
| H A D | rsc.cxx | 168 else if( !rsc_strnicmp( (*ppStr) + 1, "RefDeep", 7 ) ) in RscCmdLine() 189 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() 237 else if( !rsc_strnicmp( (*ppStr) + 1, "lip=", 4 ) ) 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() [all …]
|
| /AOO41X/main/rsc/inc/ ! |
| H A D | rsctools.hxx | 56 int rsc_strnicmp( const char *string1, const char *string2, size_t count );
|
| /AOO41X/main/rsc/source/tools/ ! |
| H A D | rsctools.cxx | 63 int rsc_strnicmp( const char *string1, const char *string2, size_t count ) in rsc_strnicmp() function
|