HomeSort by relevance Sort by last modified time
    Searched defs:strcasecmp (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/cld/base/
string_util.h 18 inline int strcasecmp(const char* s1, const char* s2) { function in namespace:base
22 inline int strcasecmp(const char* s1, const char* s2) {
23 return ::strcasecmp(s1, s2);
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 1 /* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
77 strcasecmp(const char *s1, const char *s2) function
  /external/tcpdump/
strcasecmp.c 19 "@(#) $Header: /tcpdump/master/tcpdump/strcasecmp.c,v 1.6 2003-11-16 09:36:43 guy Exp $";
67 strcasecmp(s1, s2) function
  /external/chromium_org/base/strings/
string_util_posix.h 23 inline int strcasecmp(const char* string1, const char* string2) { function in namespace:base
24 return ::strcasecmp(string1, string2);
string_util_win.h 23 inline int strcasecmp(const char* s1, const char* s2) { function in namespace:base
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp macro
localealias.c 77 # define strcasecmp __strcasecmp macro
390 return strcasecmp (map1->alias, map2->alias);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 100 int __cdecl strcasecmp (const char *, const char *);
103 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); } function
106 #define strcasecmp _stricmp macro
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 87 inline int strcasecmp(const char* s1, const char* s2) function
  /external/clang/test/Sema/
builtins-gnu-mode.c 13 int strcasecmp; variable
  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp macro
unistd.h 46 #define strcasecmp _stricmp macro
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
config.h 83 #define strcasecmp _stricmp macro
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 33 #define strcasecmp stricmp macro
  /external/e2fsprogs/misc/
util.c 37 int strcasecmp (char *s1, char *s2) function
  /external/qemu/android/utils/
system.h 108 /** Handle strcasecmp on Windows (and older Mingw32 toolchain)
111 # define strcasecmp stricmp macro
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 61 static inline int strcasecmp(const char* s1, const char* s2) function
208 if (strcasecmp(argn[i], "test") == 0)
210 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
212 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
214 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
216 else if (strcasecmp(argn[i], "src") == 0 &&
217 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0)
219 else if (strcasecmp(argn[i], "src") == 0 &&
220 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,alertwhenloaded") == 0)
222 else if (strcasecmp(argn[i], "src") == 0 &
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 42 #define strcasecmp _stricmp macro
  /external/wpa_supplicant_8/src/utils/
os.h 515 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
625 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
  /ndk/sources/host-tools/make-3.81/
make.h 569 # define strcasecmp stricmp
568 # define strcasecmp macro
  /external/chromium_org/third_party/libxml/src/
triostr.c 71 # define strcasecmp(x,y) stricmp(x,y) macro
77 # define strcasecmp(x,y) _stricmp(x,y) macro
79 # define strcasecmp(x,y) strcmpi(x,y) macro
405 return (0 == strcasecmp(first, second));
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 669 # define strcasecmp _stricmp macro
672 /* VMS below version 7.0 doesn't have strcasecmp() */
674 # define strcasecmp OPENSSL_strcasecmp macro
678 # define strcasecmp stricmp macro
683 # define strcasecmp stricmp macro
  /external/libxml2/
triostr.c 71 # define strcasecmp(x,y) stricmp(x,y) macro
77 # define strcasecmp(x,y) _stricmp(x,y) macro
79 # define strcasecmp(x,y) strcmpi(x,y) macro
405 return (0 == strcasecmp(first, second));
    [all...]
  /external/openssl/
e_os.h 676 # define strcasecmp _stricmp macro
679 /* VMS below version 7.0 doesn't have strcasecmp() */
681 # define strcasecmp OPENSSL_strcasecmp macro
685 # define strcasecmp stricmp macro
690 # define strcasecmp stricmp macro
  /external/mdnsresponder/Clients/
dns-sd.c 96 #define strcasecmp _stricmp macro
247 if (!strcasecmp(s, "A" )) return(kDNSServiceType_A);
248 else if (!strcasecmp(s, "NS" )) return(kDNSServiceType_NS);
249 else if (!strcasecmp(s, "MD" )) return(kDNSServiceType_MD);
250 else if (!strcasecmp(s, "MF" )) return(kDNSServiceType_MF);
251 else if (!strcasecmp(s, "CNAME" )) return(kDNSServiceType_CNAME);
252 else if (!strcasecmp(s, "SOA" )) return(kDNSServiceType_SOA);
253 else if (!strcasecmp(s, "MB" )) return(kDNSServiceType_MB);
254 else if (!strcasecmp(s, "MG" )) return(kDNSServiceType_MG);
255 else if (!strcasecmp(s, "MR" )) return(kDNSServiceType_MR)
    [all...]

Completed in 918 milliseconds

1 2