Searched refs:strcasecmp (Results 1 - 25 of 138) sorted by relevance

123456

/external/netperf/
H A Dnetperf.c141 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 Dnetsh.c882 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 Dos-solaris2.h30 int strcasecmp(const char *, const char *);
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/external/qemu/hw/
H A Dwatchdog.c59 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 Dconfig.h64 #define strcasecmp _stricmp macro
/external/e2fsprogs/include/nonunix/
H A Dconfig.h11 #define strcasecmp _stricmp macro
H A Dunistd.h46 #define strcasecmp _stricmp macro
/external/e2fsprogs/misc/
H A Dutil.h18 extern int strcasecmp (char *s1, char *s2);
/external/libpcap/lbl/
H A Dos-ultrix4.h39 int strcasecmp(const char *, const char *);
/external/e2fsprogs/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp63 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 Dact_mask.c6 (!strcasecmp((mmp)->short_form, (str)) || \
7 !strcasecmp((mmp)->long_form, (str)))
/external/chromium/base/
H A Dstring_util_posix.h23 inline int strcasecmp(const char* string1, const char* string2) { function in namespace:base
24 return ::strcasecmp(string1, string2);
/external/webkit/JavaScriptCore/wtf/
H A DStringExtras.cpp34 int strcasecmp(const char* s1, const char* s2) function
H A DStringExtras.h82 inline int strcasecmp(const char* s1, const char* s2) function
108 int strcasecmp(const char* s1, const char* s2);
/external/iproute2/tc/
H A Dtc_util.c161 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 Dinit.c506 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 Dmain.cpp87 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 Dhashstr.c54 if (!strcasecmp(string, p->string)) {
H A Dostype.c50 if (!strcasecmp(str, *cpp))
/external/openssl/crypto/
H A Do_str.c99 return strcasecmp(str1, str2);
/external/tcpdump/
H A Dstrcasecmp.c19 "@(#) $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 Dutils.c130 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 Dbccmd.c624 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...]

Completed in 351 milliseconds

123456