/external/webrtc/webrtc/base/ |
D | common.h | 47 #ifndef strnicmp 48 #define strnicmp(x, y, n) strncasecmp(x, y, n) macro
|
D | stringutils.h | 87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp() function
|
D | win32filesystem.cc | 304 return (::strnicmp(ToUtf16(pathname.pathname()).c_str(), in IsTemporaryPath()
|
D | httpclient.cc | 164 bool is_weak = (strnicmp(value.c_str(), "W/", 2) == 0); in HttpResponseValidatorLevel()
|
/external/python/cpython2/Include/ |
D | pystrcmp.h | 12 #define PyOS_strnicmp strnicmp
|
/external/e2fsprogs/intl/ |
D | os2compat.h | 40 #define strncasecmp strnicmp
|
/external/libvncserver/test/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
/external/libjpeg-turbo/ |
D | tjutil.h | 36 #define strncasecmp strnicmp
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 21 # define strncasecmp strnicmp
|
/external/c-ares/ |
D | ares_strcasecmp.c | 50 return strnicmp(a, b, n); in ares_strncasecmp()
|
D | ares_config.h.in | 265 /* Define to 1 if you have the strnicmp function. */
|
D | configure | 24473 { $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/ |
D | import_nt.c | 75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule()
|
/external/syslinux/gpxe/src/include/ |
D | string.h | 22 int __pure strnicmp(const char *s1, const char *s2, size_t len) __nonnull;
|
/external/flac/include/share/ |
D | compat.h | 95 #define FLAC__STRNCASECMP strnicmp
|
/external/syslinux/gpxe/src/core/ |
D | stringextra.c | 46 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp() function
|
/external/python/cpython2/PC/os2emx/ |
D | dlfcn.c | 80 if (strnicmp(tmp->name, filename, 999) == 0) in dlopen()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 263 if (0 == strnicmp(scheme[i].name, fname, in unzip_archive()
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 493 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 229 int (*strnicmp)(const char*,const char*,int); member 493 #define sqlite3_strnicmp sqlite3_api->strnicmp
|
/external/webrtc/talk/media/devices/ |
D | devicemanager.cc | 344 if (strnicmp(device_name.c_str(), exclusion_list[i], in ShouldDeviceBeIgnored()
|
D | win32devicemanager.cc | 151 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix, in GetDefaultVideoCaptureDevice()
|
/external/curl/m4/ |
D | curl-functions.m4 | 6590 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/ |
D | pcap-dos.c | 408 if (!strnicmp(dev->name,"pkt",3)) in pcap_stats_ex()
|
/external/libxml2/ |
D | triostr.c | 74 # define strncasecmp(x,y,n) strnicmp(x,y,n)
|