/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-suspicious-string-compare.cpp | 32 int strnicmp(const char *, const char *, size); 175 if (strnicmp(A, "a", 1)) in test_implicit_compare_with_functions()
|
/external/python/cpython3/Include/ |
D | pystrcmp.h | 12 #define PyOS_strnicmp strnicmp
|
/external/python/cpython2/Include/ |
D | pystrcmp.h | 12 #define PyOS_strnicmp strnicmp
|
/external/rust/crates/libc/src/windows/ |
D | msvc.rs | 12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() function
|
/external/e2fsprogs/intl/ |
D | os2compat.h | 40 #define strncasecmp strnicmp
|
/external/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_strcasecmp.c | 50 return strnicmp(a, b, n); in ares_strncasecmp()
|
D | ares_strsplit.c | 32 if (strnicmp(list[i], str, len) == 0) in list_contains()
|
D | ares_config.h.cmake | 268 /* Define to 1 if you have the strnicmp function. */
|
D | CMakeLists.txt | 350 CHECK_SYMBOL_EXISTS (strnicmp "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_STRNICMP)
|
/external/python/cpython2/PC/ |
D | import_nt.c | 75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule()
|
/external/flac/include/share/ |
D | compat.h | 94 #define FLAC__STRNCASECMP strnicmp
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Windows.cpp | 91 return strnicmp(s1, s2, n); in strncasecmp()
|
/external/python/cpython2/PC/os2emx/ |
D | dlfcn.c | 80 if (strnicmp(tmp->name, filename, 999) == 0) in dlopen()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-suspicious-string-compare.rst | 63 `strcmpi`, `stricmp`, `strncasecmp`, `strncmp`, `strnicmp`, `wcscasecmp`,
|
/external/python/cpython3/PC/bdist_wininst/ |
D | extract.c | 262 if (0 == strnicmp(scheme[i].name, fname, in unzip_archive()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 263 if (0 == strnicmp(scheme[i].name, fname, in unzip_archive()
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 544 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 544 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 544 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-functions.m4 | 3450 dnl Verify if strnicmp is available, prototyped, and 3464 AC_MSG_CHECKING([if strnicmp can be linked]) 3466 AC_LANG_FUNC_LINK_TRY([strnicmp]) 3476 AC_MSG_CHECKING([if strnicmp is prototyped]) 3477 AC_EGREP_CPP([strnicmp],[ 3489 AC_MSG_CHECKING([if strnicmp is compilable]) 3494 if(0 != strnicmp(0, 0)) 3507 AC_MSG_CHECKING([if strnicmp usage allowed]) 3517 AC_MSG_CHECKING([if strnicmp might be used]) 3524 [Define to 1 if you have the strnicmp function.])
|
/external/libwebsockets/lib/core/ |
D | private-lib-core.h | 161 #define strncasecmp strnicmp
|
/external/curl/m4/ |
D | curl-functions.m4 | 6862 dnl Verify if strnicmp is available, prototyped, and 6876 AC_MSG_CHECKING([if strnicmp can be linked]) 6878 AC_LANG_FUNC_LINK_TRY([strnicmp]) 6888 AC_MSG_CHECKING([if strnicmp is prototyped]) 6889 AC_EGREP_CPP([strnicmp],[ 6901 AC_MSG_CHECKING([if strnicmp is compilable]) 6906 if(0 != strnicmp(0, 0)) 6919 AC_MSG_CHECKING([if strnicmp usage allowed]) 6929 AC_MSG_CHECKING([if strnicmp might be used]) 6936 [Define to 1 if you have the strnicmp function.])
|
/external/libpcap/ |
D | pcap-dos.c | 421 if (!strnicmp(dev->name,"pkt",3)) in pcap_stats_ex()
|
/external/libxml2/ |
D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n)
|