Searched refs:StrCaseCmp (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xsetmode/dist/ |
| H A D | xsetmode.c | 35 static int StrCaseCmp(char *s1, char *s2) function in typeref:typename:int 97 (StrCaseCmp(devices[loop].name, argv[1]) == 0))
|
| /xsrc/external/mit/xsetpointer/dist/ |
| H A D | xsetpointer.c | 36 StrCaseCmp(char *s1, char *s2) function in typeref:typename:int 130 StrCaseCmp(devices[loop].name, argv[2]) == 0) { 153 (StrCaseCmp(devices[loop].name, argv[1]) == 0))
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 1967 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix 1977 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix 2003 inline int StrCaseCmp(const char* s1, const char* s2) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-port.h | 2307 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix 2317 inline int StrCaseCmp(const char* s1, const char* s2) { function in namespace:testing::internal::posix 2343 inline int StrCaseCmp(const char* s1, const char* s2) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest.cc | 1910 return posix::StrCaseCmp(lhs, rhs) == 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest.cc | 1916 return posix::StrCaseCmp(lhs, rhs) == 0;
|
Completed in 26 milliseconds