Searched refs:strnicmp (Results 1 – 22 of 22) sorted by relevance
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows-msvc.txt | 4 strnicmp
|
/third_party/python/Include/ |
D | pystrcmp.h | 12 #define PyOS_strnicmp strnicmp
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
D | tjexample.c | 44 #define strncasecmp strnicmp
|
/third_party/rust/crates/libc/src/windows/msvc/ |
D | mod.rs | 12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() function
|
/third_party/libjpeg-turbo/ |
D | tjutil.h | 34 #define strncasecmp strnicmp
|
D | tjexample.c | 48 #define strncasecmp strnicmp
|
/third_party/node/deps/cares/src/lib/ |
D | ares_strcasecmp.c | 50 return strnicmp(a, b, n); in ares_strncasecmp()
|
D | ares_strsplit.c | 36 if (strnicmp(list[i], str, len) == 0) in list_contains()
|
D | ares_config.h.cmake | 274 /* Define to 1 if you have the strnicmp function. */
|
D | ares_config.h.in | 277 /* Define to 1 if you have the strnicmp function. */
|
/third_party/node/deps/cares/m4/ |
D | cares-functions.m4 | 3590 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/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 574 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 275 #define strncasecmp strnicmp
|
/third_party/libxml2/ |
D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n)
|
/third_party/lwip/ |
D | UPGRADING | 99 * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr()
|
/third_party/iowow/src/json/ |
D | iwbinn.c | 73 #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/ |
D | CMakeLists.txt | 387 CHECK_SYMBOL_EXISTS (strnicmp "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_STRNICMP)
|
D | configure | 32468 /* 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/ |
D | test-fs.c | 2193 ASSERT(strnicmp(req.ptr, test_dir + 4, test_dir_abs_size - 5) == 0); in test_symlink_dir_impl()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 131943 int (*strnicmp)(const char*,const char*,int); 132284 #define sqlite3_strnicmp sqlite3_api->strnicmp
|