Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/third_party/gettext/gettext-runtime/intl/
Dos2compat.h38 #define strncasecmp strnicmp
Drelocatable.c55 # define strncmp 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/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp
Dtjexample.c44 #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/sqlite/include/
Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
557 #define sqlite3_strnicmp sqlite3_api->strnicmp
/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/libwebsockets/lib/core/
Dprivate-lib-core.h275 #define strncasecmp strnicmp
/third_party/curl/m4/
Dcurl-functions.m46088 dnl Verify if strnicmp is available, prototyped, and
6102 AC_MSG_CHECKING([if strnicmp can be linked])
6104 AC_LANG_FUNC_LINK_TRY([strnicmp])
6114 AC_MSG_CHECKING([if strnicmp is prototyped])
6115 AC_EGREP_CPP([strnicmp],[
6127 AC_MSG_CHECKING([if strnicmp is compilable])
6132 if(0 != strnicmp(0, 0))
6145 AC_MSG_CHECKING([if strnicmp usage allowed])
6155 AC_MSG_CHECKING([if strnicmp might be used])
6162 [Define to 1 if you have the strnicmp function.])
/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/ejdb/src/jbl/
Dbinn.c73 #define strnicmp strncasecmp macro
473 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/curl/lib/
Dcurl_config.h.cmake581 /* Define to 1 if you have the strnicmp function. */
/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.c128000 int (*strnicmp)(const char*,const char*,int);
128324 #define sqlite3_strnicmp sqlite3_api->strnicmp