/external/netperf/ |
H A D | netperf.c | 141 if (strcasecmp(test_name,"TCP_STREAM") == 0) { 144 else if (strcasecmp(test_name,"TCP_MAERTS") == 0) { 148 else if (strcasecmp(test_name,"EXS_TCP_STREAM") == 0) { 153 else if (strcasecmp(test_name,"TCP_SENDFILE") == 0) { 157 else if (strcasecmp(test_name,"TCP_RR") == 0) { 160 else if (strcasecmp(test_name,"TCP_CRR") == 0) { 163 else if (strcasecmp(test_name,"TCP_CC") == 0) { 167 else if (strcasecmp(test_name,"TCP_TRR") == 0) { 172 else if (strcasecmp(test_name,"TCP_NBRR") == 0) { 176 else if (strcasecmp(test_nam [all...] |
H A D | netsh.c | 882 if ((strcasecmp(test_name,"TCP_STREAM") == 0) || 884 (strcasecmp(test_name,"EXS_TCP_STREAM") == 0) || 887 (strcasecmp(test_name,"TCP_SENDFILE") == 0) || 889 (strcasecmp(test_name,"TCP_MAERTS") == 0) || 890 (strcasecmp(test_name,"TCP_RR") == 0) || 891 (strcasecmp(test_name,"TCP_CRR") == 0) || 892 (strcasecmp(test_name,"TCP_CC") == 0) || 894 (strcasecmp(test_name,"TCP_TRR") == 0) || 897 (strcasecmp(test_name,"TCP_TRR") == 0) || 899 (strcasecmp(test_nam [all...] |
/external/tcpdump/lbl/ |
H A D | os-solaris2.h | 30 int strcasecmp(const char *, const char *);
|
H A D | os-ultrix4.h | 39 int strcasecmp(const char *, const char *);
|
/external/qemu/hw/ |
H A D | watchdog.c | 59 if (strcasecmp(model->wdt_name, p) == 0) { 75 if (strcasecmp(p, "reset") == 0) 77 else if (strcasecmp(p, "shutdown") == 0) 79 else if (strcasecmp(p, "poweroff") == 0) 81 else if (strcasecmp(p, "pause") == 0) 83 else if (strcasecmp(p, "debug") == 0) 85 else if (strcasecmp(p, "none") == 0)
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
H A D | config.h | 64 #define strcasecmp _stricmp macro
|
/external/e2fsprogs/include/nonunix/ |
H A D | config.h | 11 #define strcasecmp _stricmp macro
|
H A D | unistd.h | 46 #define strcasecmp _stricmp macro
|
/external/e2fsprogs/misc/ |
H A D | util.h | 18 extern int strcasecmp (char *s1, char *s2);
|
/external/libpcap/lbl/ |
H A D | os-ultrix4.h | 39 int strcasecmp(const char *, const char *);
|
/external/e2fsprogs/intl/ |
H A D | os2compat.h | 39 #define strcasecmp stricmp macro
|
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ |
H A D | TestNetscapePlugin.cpp | 63 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad) 65 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy) 67 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify) 69 else if (strcasecmp(argn[i], "src") == 0 && 70 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0) 72 else if (strcasecmp(argn[i], "logfirstsetwindow") == 0) 74 else if (strcasecmp(argn[i], "testnpruntime") == 0) 76 else if (strcasecmp(argn[i], "logSrc") == 0) { 78 if (strcasecmp(argn[i], "src") == 0) 80 } else if (strcasecmp(arg [all...] |
/external/blktrace/ |
H A D | act_mask.c | 6 (!strcasecmp((mmp)->short_form, (str)) || \ 7 !strcasecmp((mmp)->long_form, (str)))
|
/external/chromium/base/ |
H A D | string_util_posix.h | 23 inline int strcasecmp(const char* string1, const char* string2) { function in namespace:base 24 return ::strcasecmp(string1, string2);
|
/external/webkit/JavaScriptCore/wtf/ |
H A D | StringExtras.cpp | 34 int strcasecmp(const char* s1, const char* s2) function
|
H A D | StringExtras.h | 82 inline int strcasecmp(const char* s1, const char* s2) function 108 int strcasecmp(const char* s1, const char* s2);
|
/external/iproute2/tc/ |
H A D | tc_util.c | 161 if (strcasecmp(s->name, p) == 0) { 237 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 || 238 strcasecmp(p, "secs")==0) 240 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 || 241 strcasecmp(p, "msecs") == 0) 243 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 || 244 strcasecmp( [all...] |
/external/e2fsprogs/ext2ed/ |
H A D | init.c | 506 if (strcasecmp (option,"Ext2Descriptors")==0) { 510 else if (strcasecmp (option,"AlternateDescriptors")==0) { 514 else if (strcasecmp (option,"LogFile")==0) { 518 else if (strcasecmp (option,"LogChanges")==0) { 519 if (strcasecmp (value,"on")==0) 521 else if (strcasecmp (value,"off")==0) 529 else if (strcasecmp (option,"AllowChanges")==0) { 530 if (strcasecmp (value,"on")==0) 532 else if (strcasecmp (value,"off")==0) 540 else if (strcasecmp (optio [all...] |
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
H A D | main.cpp | 87 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad) 89 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy) 91 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify) 93 else if (strcasecmp(argn[i], "src") == 0 && 94 strcasecmp(argv[i], "data:application/x-webkit-test-netscape,returnerrorfromnewstream") == 0) 96 else if (strcasecmp(argn[i], "logfirstsetwindow") == 0) 98 else if (strcasecmp(argn[i], "testnpruntime") == 0) 100 else if (strcasecmp(argn[i], "forcecarbon") == 0) 102 else if (strcasecmp(argn[i], "logSrc") == 0) { 104 if (strcasecmp(arg [all...] |
/external/e2fsprogs/lib/e2p/ |
H A D | hashstr.c | 54 if (!strcasecmp(string, p->string)) {
|
H A D | ostype.c | 50 if (!strcasecmp(str, *cpp))
|
/external/openssl/crypto/ |
H A D | o_str.c | 99 return strcasecmp(str1, str2);
|
/external/tcpdump/ |
H A D | 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/iproute2/lib/ |
H A D | utils.c | 130 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 || 131 strcasecmp(p, "secs")==0) 133 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 || 134 strcasecmp(p, "msecs") == 0) 136 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 || 137 strcasecmp(p, "usecs") == 0) 139 else if (strcasecmp( [all...] |
/external/bluetooth/bluez/tools/ |
H A D | bccmd.c | 624 if (!strcasecmp(optarg, "default")) 626 else if (!strcasecmp(optarg, "implementation")) 628 else if (!strcasecmp(optarg, "factory")) 630 else if (!strcasecmp(optarg, "rom")) 632 else if (!strcasecmp(optarg, "ram")) 634 else if (!strcasecmp(optarg, "psi")) 636 else if (!strcasecmp(optarg, "psf")) 638 else if (!strcasecmp(optarg, "psrom")) 640 else if (!strcasecmp(optarg, "psram")) 683 if (strcasecmp(storag [all...] |