/external/freetype/builds/atari/ |
D | FNames.SIC | 25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-suspicious-string-compare.cpp | 30 int stricmp(const char *, const char *); 160 if (stricmp(A, "a")) in test_implicit_compare_with_functions()
|
/external/python/cpython3/Include/ |
D | pystrcmp.h | 13 #define PyOS_stricmp stricmp
|
/external/python/cpython2/Include/ |
D | pystrcmp.h | 13 #define PyOS_stricmp stricmp
|
/external/rust/crates/libc/src/windows/ |
D | msvc.rs | 10 pub fn stricmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in stricmp() function
|
/external/e2fsprogs/intl/ |
D | os2compat.h | 39 #define strcasecmp stricmp
|
/external/libjpeg-turbo/ |
D | tjutil.h | 35 #define strcasecmp stricmp
|
/external/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/ |
D | config.h | 353 #define stricmp _stricmp macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/ |
D | config.h | 433 #define stricmp _stricmp macro
|
/external/tinyxml2/contrib/ |
D | html5-printer.cpp | 47 #define strcasecmp stricmp
|
/external/e2fsprogs/util/ |
D | libecho.c | 29 if (!stricmp(argv[i], "-p")) in main()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_strcasecmp.c | 27 return stricmp(a, b); in ares_strcasecmp()
|
/external/mesa3d/src/util/ |
D | u_string.h | 114 #define strcasecmp stricmp
|
/external/flac/include/share/ |
D | compat.h | 93 #define FLAC__STRCASECMP stricmp
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Windows.cpp | 88 int strcasecmp(const char *s1, const char *s2) { return stricmp(s1, s2); } in strcasecmp()
|
/external/llvm-project/llvm/include/llvm/Config/ |
D | config.h.cmake | 338 /* Define to a function implementing stricmp */ 339 #cmakedefine stricmp ${stricmp}
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 338 /* Define to a function implementing stricmp */ 339 #cmakedefine stricmp ${stricmp}
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-suspicious-string-compare.rst | 63 `strcmpi`, `stricmp`, `strncasecmp`, `strncmp`, `strnicmp`, `wcscasecmp`,
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/include/llvm/Config/ |
D | BUILD.gn | 237 "stricmp=_stricmp", 273 "stricmp=",
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 560 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 560 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3ext.h | 245 int (*stricmp)(const char*,const char*); member 560 #define sqlite3_stricmp sqlite3_api->stricmp
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 579 /* Define to a function implementing stricmp */ 580 #cmakedefine stricmp ${stricmp}
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-functions.m4 | 3195 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/ |
D | private-lib-core.h | 160 #define strcasecmp stricmp
|