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

1 2

  /external/c-ares/
ares_strcasecmp.c 25 return strcmpi(a, b);
ares_config.h 246 /* Define to 1 if you have the strcmpi function. */
ares_config.h.in 244 /* Define to 1 if you have the strcmpi function. */
  /external/curl/lib/
strequal.c 39 return !(strcmpi)(first, second);
config-os400.h 290 /* The following define is needed on OS400 to enable strcmpi(), stricmp() and
297 /* Define if you have the `strcmpi' function. */
config-riscos.h 290 /* Define if you have the `strcmpi' function. */
config-symbian.h 505 /* Define to 1 if you have the `strcmpi' function. */
config-tpf.h 453 /* Define to 1 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/skia/third_party/yasm/config/android/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/chromeos/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/ios/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/linux/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/mac/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/openbsd/
config.h 68 /* Define to 1 if you have the `strcmpi' function. */
  /external/skia/third_party/yasm/config/win/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /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/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/curl/m4/
curl-functions.m4     [all...]
  /external/curl/
CMakeLists.txt 740 check_symbol_exists(strcmpi "${CURL_INCLUDES}" HAVE_STRCMPI)
    [all...]

Completed in 694 milliseconds

1 2