Searched refs:strnicmp (Results 1 – 24 of 24) sorted by relevance
/third_party/python/Include/ |
D | pystrcmp.h | 12 #define PyOS_strnicmp strnicmp
|
/third_party/gettext/gettext-runtime/intl/ |
D | os2compat.h | 38 #define strncasecmp strnicmp
|
D | relocatable.c | 55 # define strncmp 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/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
D | tjexample.c | 44 #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/sqlite/include/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 557 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/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/libwebsockets/lib/core/ |
D | private-lib-core.h | 275 #define strncasecmp strnicmp
|
/third_party/curl/m4/ |
D | curl-functions.m4 | 6088 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/ |
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/ejdb/src/jbl/ |
D | binn.c | 73 #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/ |
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/curl/lib/ |
D | curl_config.h.cmake | 581 /* Define to 1 if you have the strnicmp function. */
|
/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 | 128000 int (*strnicmp)(const char*,const char*,int); 128324 #define sqlite3_strnicmp sqlite3_api->strnicmp
|