HomeSort by relevance Sort by last modified time
    Searched full:strcmpi (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c 3 * or strcmpi().
55 return strcmpi(s1, s2);
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 61 #define strcmpi strcmp macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h 75 /* Define if you have the `strcmpi' function. */
  /ndk/sources/host-tools/make-3.81/
hash.h 177 RESULT = strcmpi ((X), (Y)); \
180 return strcmpi ((X), (Y)); \
make.h 311 /* This is only used on Windows/DOS platforms, so we assume strcmpi(). */
315 && (*(a) == '\0' || !strcmpi ((a) + 1, (b) + 1))))
326 extern int strcmpi (const char *,const char *);
vmsfunctions.c 262 strcmpi (const char *s1, const char *s2) function
readme.vms 159 Added extern strcmpi declaration to avoid 'implicitly declared' messages.
  /external/chromium_org/third_party/yasm/source/config/android/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/ios/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/linux/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/mac/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/openbsd/
config.h 68 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/win/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
config.h 78 /* Define if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/
config.h.in 75 /* Define to 1 if you have the `strcmpi' function. */
util.h 114 # define yasm__strcasecmp(x, y) strcmpi(x, y)
configure.ac 128 AC_CHECK_FUNCS([strcasecmp strncasecmp stricmp _stricmp strcmpi])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 95 int __cdecl strcmpi(const char *_Str1,const char *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
shlwapi.h 226 #define StrCmpI StrCmpIW
232 #define StrCmpI lstrcmpiA
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h 159 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
unzip.c 348 /* My own strcmpi / strcasecmp */
384 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 159 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
unzip.c 348 /* My own strcmpi / strcasecmp */
384 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
    [all...]
  /external/chromium_org/third_party/libxml/src/
triostr.c 79 # define strcasecmp(x,y) strcmpi(x,y)
    [all...]
  /external/libxml2/
triostr.c 79 # define strcasecmp(x,y) strcmpi(x,y)
    [all...]

Completed in 1537 milliseconds

1 2