Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/libc-test/semver/
Dwindows-msvc.txt4 strnicmp
/third_party/python/Include/
Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp
Dtjexample.c44 #define strncasecmp strnicmp
/third_party/rust/crates/libc/src/windows/msvc/
Dmod.rs12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() function
/third_party/libjpeg-turbo/
Dtjutil.h34 #define strncasecmp strnicmp
Dtjexample.c48 #define strncasecmp strnicmp
/third_party/node/deps/cares/src/lib/
Dares_strcasecmp.c50 return strnicmp(a, b, n); in ares_strncasecmp()
Dares_strsplit.c36 if (strnicmp(list[i], str, len) == 0) in list_contains()
Dares_config.h.cmake274 /* Define to 1 if you have the strnicmp function. */
Dares_config.h.in277 /* Define to 1 if you have the strnicmp function. */
/third_party/node/deps/cares/m4/
Dcares-functions.m43590 dnl Verify if strnicmp is available, prototyped, and
3604 AC_MSG_CHECKING([if strnicmp can be linked])
3606 AC_LANG_FUNC_LINK_TRY([strnicmp])
3616 AC_MSG_CHECKING([if strnicmp is prototyped])
3617 AC_EGREP_CPP([strnicmp],[
3629 AC_MSG_CHECKING([if strnicmp is compilable])
3634 if(0 != strnicmp(0, 0))
3647 AC_MSG_CHECKING([if strnicmp usage allowed])
3657 AC_MSG_CHECKING([if strnicmp might be used])
3664 [Define to 1 if you have the strnicmp function.])
/third_party/sqlite/include/
Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
574 #define sqlite3_strnicmp sqlite3_api->strnicmp
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h275 #define strncasecmp strnicmp
/third_party/libxml2/
Dtriostr.c74 # define strncasecmp(x,y,n) strnicmp(x,y,n)
/third_party/lwip/
DUPGRADING99 * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr()
/third_party/iowow/src/json/
Diwbinn.c73 #define strnicmp strncasecmp macro
477 if (strnicmp((char*) p, key, len) == 0) { // note that there is no null terminator here in SearchForKey()
/third_party/node/deps/cares/
DCMakeLists.txt387 CHECK_SYMBOL_EXISTS (strnicmp "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_STRNICMP)
Dconfigure32468 /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
32473 which can conflict with char strnicmp (); below. */
32484 char strnicmp ();
32495 return strnicmp ();
32559 if(0 != strnicmp(0, 0))
/third_party/libuv/test/
Dtest-fs.c2193 ASSERT(strnicmp(req.ptr, test_dir + 4, test_dir_abs_size - 5) == 0); in test_symlink_dir_impl()
/third_party/sqlite/src/
Dsqlite3.c131943 int (*strnicmp)(const char*,const char*,int);
132284 #define sqlite3_strnicmp sqlite3_api->strnicmp