OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrCaseCmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
1967
inline int
StrCaseCmp
(const char* s1, const char* s2) {
1977
inline int
StrCaseCmp
(const char* s1, const char* s2) {
2003
inline int
StrCaseCmp
(const char* s1, const char* s2) {
2004
return
strcasecmp
(s1, s2);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
73
// On z/OS we additionally need strings.h for
strcasecmp
.
1910
// Unlike
strcasecmp
(), this function can handle NULL argument(s). A
1916
return posix::
StrCaseCmp
(lhs, rhs) == 0;
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026