HomeSort by relevance Sort by last modified time
    Searched refs:strcmpi (Results 1 - 9 of 9) sorted by null

  /external/curl/lib/
strequal.c 39 return !(strcmpi)(first, second);
  /external/c-ares/
ares_strcasecmp.c 25 return strcmpi(a, b);
configure     [all...]
  /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
main.c 756 && !strcmpi (tokend, "cmd"))
760 && !strcmpi (tokend - 4, "cmd.exe"))) {
    [all...]
  /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;
  /external/libxml2/
triostr.c 81 # define strcasecmp(x,y) strcmpi(x,y)
    [all...]

Completed in 3040 milliseconds