Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dcommon.h47 #ifndef strnicmp
48 #define strnicmp(x, y, n) strncasecmp(x, y, n) macro
Dstringutils.h87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp() function
Dwin32filesystem.cc304 return (::strnicmp(ToUtf16(pathname.pathname()).c_str(), in IsTemporaryPath()
Dhttpclient.cc164 bool is_weak = (strnicmp(value.c_str(), "W/", 2) == 0); in HttpResponseValidatorLevel()
/external/python/cpython2/Include/
Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/external/e2fsprogs/intl/
Dos2compat.h40 #define strncasecmp strnicmp
/external/libvncserver/test/
Dtjutil.h36 #define strncasecmp strnicmp
/external/libjpeg-turbo/
Dtjutil.h36 #define strncasecmp strnicmp
/external/xmlrpcpp/src/
DXmlRpcUtil.h21 # define strncasecmp strnicmp
/external/c-ares/
Dares_strcasecmp.c50 return strnicmp(a, b, n); in ares_strncasecmp()
Dares_config.h.in265 /* Define to 1 if you have the strnicmp function. */
Dconfigure24473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp can be linked" >&5
24474 $as_echo_n "checking if strnicmp can be linked... " >&6; }
24519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp is prototyped" >&5
24520 $as_echo_n "checking if strnicmp is prototyped... " >&6; }
24528 $EGREP "strnicmp" >/dev/null 2>&1; then :
24546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp is compilable" >&5
24547 $as_echo_n "checking if strnicmp is compilable... " >&6; }
24582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp usage allowed" >&5
24583 $as_echo_n "checking if strnicmp usage allowed... " >&6; }
24595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnicmp might be used" >&5
[all …]
/external/python/cpython2/PC/
Dimport_nt.c75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule()
/external/syslinux/gpxe/src/include/
Dstring.h22 int __pure strnicmp(const char *s1, const char *s2, size_t len) __nonnull;
/external/flac/include/share/
Dcompat.h95 #define FLAC__STRNCASECMP strnicmp
/external/syslinux/gpxe/src/core/
Dstringextra.c46 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp() function
/external/python/cpython2/PC/os2emx/
Ddlfcn.c80 if (strnicmp(tmp->name, filename, 999) == 0) in dlopen()
/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
493 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/sqlite/dist/orig/
Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
493 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/webrtc/talk/media/devices/
Ddevicemanager.cc344 if (strnicmp(device_name.c_str(), exclusion_list[i], in ShouldDeviceBeIgnored()
Dwin32devicemanager.cc151 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix, in GetDefaultVideoCaptureDevice()
/external/curl/m4/
Dcurl-functions.m46590 dnl Verify if strnicmp is available, prototyped, and
6604 AC_MSG_CHECKING([if strnicmp can be linked])
6606 AC_LANG_FUNC_LINK_TRY([strnicmp])
6616 AC_MSG_CHECKING([if strnicmp is prototyped])
6617 AC_EGREP_CPP([strnicmp],[
6629 AC_MSG_CHECKING([if strnicmp is compilable])
6634 if(0 != strnicmp(0, 0))
6647 AC_MSG_CHECKING([if strnicmp usage allowed])
6657 AC_MSG_CHECKING([if strnicmp might be used])
6664 [Define to 1 if you have the strnicmp function.])
/external/libpcap/
Dpcap-dos.c408 if (!strnicmp(dev->name,"pkt",3)) in pcap_stats_ex()
/external/libxml2/
Dtriostr.c74 # define strncasecmp(x,y,n) strnicmp(x,y,n)

12