Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 25 of 63) sorted by relevance

123

/external/freetype/builds/atari/
DFNames.SIC25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-suspicious-string-compare.cpp30 int stricmp(const char *, const char *);
160 if (stricmp(A, "a")) in test_implicit_compare_with_functions()
/external/python/cpython3/Include/
Dpystrcmp.h13 #define PyOS_stricmp stricmp
/external/python/cpython2/Include/
Dpystrcmp.h13 #define PyOS_stricmp stricmp
/external/rust/crates/libc/src/windows/
Dmsvc.rs10 pub fn stricmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in stricmp() function
/external/e2fsprogs/intl/
Dos2compat.h39 #define strcasecmp stricmp
/external/libjpeg-turbo/
Dtjutil.h35 #define strcasecmp stricmp
/external/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/
Dconfig.h353 #define stricmp _stricmp macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
Dconfig.h433 #define stricmp _stricmp macro
/external/tinyxml2/contrib/
Dhtml5-printer.cpp47 #define strcasecmp stricmp
/external/e2fsprogs/util/
Dlibecho.c29 if (!stricmp(argv[i], "-p")) in main()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_strcasecmp.c27 return stricmp(a, b); in ares_strcasecmp()
/external/mesa3d/src/util/
Du_string.h114 #define strcasecmp stricmp
/external/flac/include/share/
Dcompat.h93 #define FLAC__STRCASECMP stricmp
/external/llvm-project/lldb/source/Host/windows/
DWindows.cpp88 int strcasecmp(const char *s1, const char *s2) { return stricmp(s1, s2); } in strcasecmp()
/external/llvm-project/llvm/include/llvm/Config/
Dconfig.h.cmake338 /* Define to a function implementing stricmp */
339 #cmakedefine stricmp ${stricmp}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake338 /* Define to a function implementing stricmp */
339 #cmakedefine stricmp ${stricmp}
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-string-compare.rst63 `strcmpi`, `stricmp`, `strncasecmp`, `strncmp`, `strnicmp`, `wcscasecmp`,
/external/llvm-project/llvm/utils/gn/secondary/llvm/include/llvm/Config/
DBUILD.gn237 "stricmp=_stricmp",
273 "stricmp=",
/external/sqlite/dist/
Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
560 #define sqlite3_stricmp sqlite3_api->stricmp
/external/sqlite/dist/orig/
Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
560 #define sqlite3_stricmp sqlite3_api->stricmp
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
560 #define sqlite3_stricmp sqlite3_api->stricmp
/external/llvm/include/llvm/Config/
Dconfig.h.cmake579 /* Define to a function implementing stricmp */
580 #cmakedefine stricmp ${stricmp}
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-functions.m43195 dnl Verify if stricmp is available, prototyped, and
3209 AC_MSG_CHECKING([if stricmp can be linked])
3211 AC_LANG_FUNC_LINK_TRY([stricmp])
3221 AC_MSG_CHECKING([if stricmp is prototyped])
3222 AC_EGREP_CPP([stricmp],[
3234 AC_MSG_CHECKING([if stricmp is compilable])
3239 if(0 != stricmp(0, 0))
3252 AC_MSG_CHECKING([if stricmp usage allowed])
3262 AC_MSG_CHECKING([if stricmp might be used])
3269 [Define to 1 if you have the stricmp function.])
/external/libwebsockets/lib/core/
Dprivate-lib-core.h160 #define strcasecmp stricmp

123