Home
last modified time | relevance | path

Searched refs:strnicmp (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-suspicious-string-compare.cpp32 int strnicmp(const char *, const char *, size);
175 if (strnicmp(A, "a", 1)) in test_implicit_compare_with_functions()
/external/python/cpython3/Include/
Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/external/python/cpython2/Include/
Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/external/rust/crates/libc/src/windows/
Dmsvc.rs12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() function
/external/e2fsprogs/intl/
Dos2compat.h40 #define strncasecmp strnicmp
/external/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_strcasecmp.c50 return strnicmp(a, b, n); in ares_strncasecmp()
Dares_strsplit.c32 if (strnicmp(list[i], str, len) == 0) in list_contains()
Dares_config.h.cmake268 /* Define to 1 if you have the strnicmp function. */
DCMakeLists.txt350 CHECK_SYMBOL_EXISTS (strnicmp "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_STRNICMP)
/external/python/cpython2/PC/
Dimport_nt.c75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule()
/external/flac/include/share/
Dcompat.h94 #define FLAC__STRNCASECMP strnicmp
/external/llvm-project/lldb/source/Host/windows/
DWindows.cpp91 return strnicmp(s1, s2, n); in strncasecmp()
/external/python/cpython2/PC/os2emx/
Ddlfcn.c80 if (strnicmp(tmp->name, filename, 999) == 0) in dlopen()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-string-compare.rst63 `strcmpi`, `stricmp`, `strncasecmp`, `strncmp`, `strnicmp`, `wcscasecmp`,
/external/python/cpython3/PC/bdist_wininst/
Dextract.c262 if (0 == strnicmp(scheme[i].name, fname, in unzip_archive()
/external/python/cpython2/PC/bdist_wininst/
Dextract.c263 if (0 == strnicmp(scheme[i].name, fname, in unzip_archive()
/external/sqlite/dist/
Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
544 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/sqlite/dist/orig/
Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
544 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h229 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/
Dcares-functions.m43450 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/
Dprivate-lib-core.h161 #define strncasecmp strnicmp
/external/curl/m4/
Dcurl-functions.m46862 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/
Dpcap-dos.c421 if (!strnicmp(dev->name,"pkt",3)) in pcap_stats_ex()
/external/libxml2/
Dtriostr.c74 # define strncasecmp(x,y,n) strnicmp(x,y,n)

12