OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strequal
(Results
26 - 28
of
28
) sorted by null
1
2
/external/compiler-rt/lib/
CMakeLists.txt
15
if("${CMAKE_SYSTEM_NAME}"
STREQUAL
"Linux" AND NOT ANDROID)
/external/zlib/src/
CMakeLists.txt
69
if(NOT CMAKE_CURRENT_SOURCE_DIR
STREQUAL
CMAKE_CURRENT_BINARY_DIR)
/system/core/sh/
var.c
135
STATIC int
strequal
(const char *, const char *);
371
if (
strequal
(sp->text, name))
778
strequal
(const char *p, const char *q)
function
Completed in 191 milliseconds
1
2