Searched refs:strnicmp (Results 1 - 23 of 23) sorted by relevance

/external/e2fsprogs/intl/
H A Dos2compat.h40 #define strncasecmp strnicmp
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjutil.h36 #define strncasecmp strnicmp
H A Drrutil.h26 #define strnicmp strncasecmp macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c74 return strnicmp(s1, s2, n);
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h47 #ifndef strnicmp
48 #define strnicmp(x, y, n) strncasecmp(x, y, n) macro
H A Dstringutils.h60 // strlen, strcmp, stricmp, strncmp, strnicmp
87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
H A Dwin32filesystem.cc303 return (::strnicmp(ToUtf16(pathname.pathname()).c_str(),
H A Dhttpclient.cc165 bool is_weak = (strnicmp(value.c_str(), "W/", 2) == 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h109 # define yasm__strncasecmp(x, y, n) strnicmp(x, y, n)
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc344 if (strnicmp(device_name.c_str(), exclusion_list[i],
H A Dwin32devicemanager.cc140 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix,
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h210 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
410 #define sqlite3_strnicmp sqlite3_api->strnicmp
/external/openssl/
H A De_os.h695 # define strncasecmp strnicmp
700 # define strncasecmp strnicmp
/external/sqlite/dist/orig/
H A Dsqlite3ext.h231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
448 #define sqlite3_strnicmp sqlite3_api->strnicmp
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h231 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
448 #define sqlite3_strnicmp sqlite3_api->strnicmp
H A Dsqlite3.c[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c72 # define strncasecmp(x,y,n) strnicmp(x,y,n)
/external/libpcap/
H A Dpcap-dos.c401 if (!strnicmp(dev->name,"pkt",3))
/external/libxml2/
H A Dtriostr.c72 # define strncasecmp(x,y,n) strnicmp(x,y,n)
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp53 #define cv_strnicmp strnicmp
/external/flac/libFLAC/
H A Dmetadata_object.c1374 #define FLAC__STRNCASECMP strnicmp
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 2683 milliseconds