Searched refs:StrCaseCmp (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xsetmode/dist/
H A Dxsetmode.c35 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 Dxsetpointer.c36 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 Dgtest-port.h1967 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 Dgtest-port.h2307 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 Dgtest.cc1910 return posix::StrCaseCmp(lhs, rhs) == 0;
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest.cc1916 return posix::StrCaseCmp(lhs, rhs) == 0;

Completed in 26 milliseconds