/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/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/base/ |
string_util_posix.h | 24 inline int strcasecmp(const char* string1, const char* string2) { function in namespace:base 25 return ::strcasecmp(string1, string2);
|
string_util_win.h | 24 inline int strcasecmp(const char* s1, const char* s2) { function in namespace:base
|
/external/chromium_org/base/strings/ |
string_util_posix.h | 24 inline int strcasecmp(const char* string1, const char* string2) { function in namespace:base 25 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);
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
config.h | 64 #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/e2fsprogs/include/nonunix/ |
config.h | 11 #define strcasecmp _stricmp macro
|
unistd.h | 46 #define strcasecmp _stricmp macro
|
/external/open-vcdiff/gflags/src/windows/ |
port.h | 67 #define strcasecmp _stricmp macro
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
config.h | 83 #define strcasecmp _stricmp macro
|
/external/clang/test/Sema/ |
builtins-gnu-mode.c | 13 int strcasecmp; variable
|
/external/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 | 36 int strcasecmp (char *s1, char *s2) function
|
/external/qemu/android/utils/ |
system.h | 103 /** Handle strcasecmp on Windows 106 # define strcasecmp stricmp macro
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
main.cpp | 56 static inline int strcasecmp(const char* s1, const char* s2) function 202 if (strcasecmp(argn[i], "test") == 0) 204 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad) 206 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy) 208 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify) 210 else if (strcasecmp(argn[i], "src") == 0 && 211 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0) 213 else if (strcasecmp(argn[i], "src") == 0 && 214 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,alertwhenloaded") == 0) 216 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 | 449 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) 521 #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...] |