HomeSort by relevance Sort by last modified time
    Searched refs:strnicmp (Results 1 - 25 of 26) sorted by null

1 2

  /external/e2fsprogs/intl/
os2compat.h 40 #define strncasecmp strnicmp
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 34 #define strncasecmp strnicmp
  /external/kernel-headers/original/linux/
string.h 48 extern int strnicmp(const char *, const char *, __kernel_size_t);
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 74 inline int strnicmp(const char* string1, const char* string2, size_t count) function
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 52 #define strnicmp(x,y,n) strncasecmp(x,y,n) macro
stringutils.h 77 // strlen, strcmp, stricmp, strncmp, strnicmp
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
win32filesystem.cc 320 return (::strnicmp(ToUtf16(pathname.pathname()).c_str(),
httpclient.cc 179 bool is_weak = (strnicmp(value.c_str(), "W/", 2) == 0);
  /external/icu4c/common/
cstring.h 68 # define uprv_strnicmp(str1, str2, n) U_STANDARD_CPP_NAMESPACE strnicmp(str1, str2, n)
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 84 #define strnicmp _strnicmp macro
dbus-sysdeps-win.c     [all...]
  /external/openssl/
e_os.h 691 # define strncasecmp strnicmp
696 # define strncasecmp strnicmp
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 169 #define SK_strncasecmp strnicmp
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 246 if (!strnicmp (pt, reglist[i].text,
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 246 if (!strnicmp (pt, reglist[i].text,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 264 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix,
979 if (strnicmp(device_name.c_str(), kFilteredDevices[i],
  /external/quake/quake/src/QW/client/
gl_vidnt.c 613 if (strnicmp(gl_renderer,"PowerVR",7)==0)
616 if (strnicmp(gl_renderer,"Permedia",8)==0)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 613 if (strnicmp(gl_renderer,"PowerVR",7)==0)
616 if (strnicmp(gl_renderer,"Permedia",8)==0)
    [all...]
snd_gus.cpp 367 if (strnicmp(section_buffers[i].name,section,MAX_SECTION_WIDTH)==0)
406 if (strnicmp(field_buffers[i].name,field,MAX_FIELD_WIDTH)==0)
    [all...]
  /external/libpcap/
pcap-dos.c 382 if (!strnicmp(dev->name,"pkt",3))
    [all...]
  /external/libxml2/
triostr.c 72 # define strncasecmp(x,y,n) strnicmp(x,y,n)
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 53 #define cv_strnicmp strnicmp
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 1146 else if (!strnicmp(envp[i], "Path=", 5)) {
    [all...]
  /external/flac/libFLAC/
metadata_object.c     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 54 #define strnicmp strncasecmp macro
    [all...]

Completed in 2020 milliseconds

1 2