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

12345678910

/external/vboot_reference/host/arch/mips/lib/
H A Dcrossystem_arch.c31 if (!strcasecmp(name,"devsw_cur")) {
33 } else if (!strcasecmp(name,"recoverysw_cur")) {
35 } else if (!strcasecmp(name,"wpsw_cur")) {
37 } else if (!strcasecmp(name,"devsw_boot")) {
39 } else if (!strcasecmp(name,"recoverysw_boot")) {
41 } else if (!strcasecmp(name,"recoverysw_ec_boot")) {
43 } else if (!strcasecmp(name,"wpsw_boot")) {
50 if (!strcasecmp(name,"hwid")) {
52 } else if (!strcasecmp(name,"fwid")) {
54 } else if (!strcasecmp(nam
[all...]
/external/netperf/src/
H A Dnetperf.c152 if (strcasecmp(test_name,"TCP_STREAM") == 0) {
155 else if (strcasecmp(test_name,"TCP_MAERTS") == 0) {
158 else if (strcasecmp(test_name,"TCP_MSS") == 0) {
162 else if (strcasecmp(test_name,"EXS_TCP_STREAM") == 0) {
167 else if (strcasecmp(test_name,"TCP_SENDFILE") == 0) {
171 else if (strcasecmp(test_name,"TCP_RR") == 0) {
174 else if (strcasecmp(test_name,"TCP_CRR") == 0) {
177 else if (strcasecmp(test_name,"TCP_CC") == 0) {
181 else if (strcasecmp(test_name,"TCP_TRR") == 0) {
186 else if (strcasecmp(test_nam
[all...]
H A Dnetsh.c467 else if ((strcasecmp(arg1,"xmit") == 0) ||
468 (strcasecmp(arg1,"send") == 0) ||
469 (strcasecmp(arg1,"stream") == 0) ||
470 (strcasecmp(arg1,"transmit") == 0)) {
473 else if ((strcasecmp(arg1,"recv") == 0) ||
474 (strcasecmp(arg1,"receive") == 0) ||
475 (strcasecmp(arg1,"maerts") == 0)) {
479 else if (strcasecmp(arg1,"rr") == 0) {
509 if (!strcasecmp(temp,"tcp")){
514 if (!strcasecmp(tem
[all...]
/external/tcpdump/lbl/
H A Dos-solaris2.h28 int strcasecmp(const char *, const char *);
H A Dos-ultrix4.h37 int strcasecmp(const char *, const char *);
/external/libmtp/examples/
H A Dpathutils.c46 if (strcasecmp (path, current) == 0) {
78 if (strcasecmp (file->filename, path) == 0) {
99 if (strcasecmp (file->filename, filename) == 0) {
148 if (!strcasecmp (ptype, "wav")) {
150 } else if (!strcasecmp (ptype, "mp3")) {
152 } else if (!strcasecmp (ptype, "wma")) {
154 } else if (!strcasecmp (ptype, "ogg")) {
156 } else if (!strcasecmp (ptype, "mp4")) {
158 } else if (!strcasecmp (ptype, "wmv")) {
160 } else if (!strcasecmp (ptyp
[all...]
/external/vboot_reference/host/lib/
H A Dcrossystem.c455 else if (!strcasecmp(name,"kern_nv")) {
457 } else if (!strcasecmp(name,"nvram_cleared")) {
459 } else if (!strcasecmp(name,"recovery_request")) {
461 } else if (!strcasecmp(name,"dbg_reset")) {
463 } else if (!strcasecmp(name,"disable_dev_request")) {
465 } else if (!strcasecmp(name,"clear_tpm_owner_request")) {
467 } else if (!strcasecmp(name,"clear_tpm_owner_done")) {
469 } else if (!strcasecmp(name,"fwb_tries")) {
471 } else if (!strcasecmp(name,"fw_vboot2")) {
473 } else if (!strcasecmp(nam
[all...]
/external/toybox/toys/android/
H A Dsetenforce.c26 else if (!strcmp(new, "1") || !strcasecmp(new, "enforcing")) state = 1;
27 else if (!strcmp(new, "0") || !strcasecmp(new, "permissive")) state = 0;
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c13 int strcasecmp; variable
/external/curl/include/curl/
H A Dstdcheaders.h30 int strcasecmp(const char *, const char *);
/external/e2fsprogs/include/nonunix/
H A Dconfig.h11 #define strcasecmp _stricmp macro
/external/google-breakpad/src/third_party/curl/
H A Dstdcheaders.h31 int strcasecmp(const char *, const char *);
/external/mesa3d/src/egl/main/
H A Deglstring.h41 #include <strings.h> // for strcasecmp
42 #define _eglstrcasecmp strcasecmp
/external/libnl/lib/route/
H A Dpktloc_syntax.y66 if (!strcasecmp($2, "u8"))
68 else if (!strcasecmp($2, "h8")) {
71 } else if (!strcasecmp($2, "u16"))
73 else if (!strcasecmp($2, "h16")) {
76 } else if (!strcasecmp($2, "u32"))
78 else if (!strcasecmp($2, "h32")) {
/external/e2fsprogs/misc/
H A Dutil.h18 extern int strcasecmp (char *s1, char *s2);
/external/libpcap/lbl/
H A Dos-ultrix4.h37 int strcasecmp(const char *, const char *);
/external/selinux/libselinux/utils/
H A Dsetenforce.c30 if (strcasecmp(argv[1], "enforcing") == 0) {
32 } else if (strcasecmp(argv[1], "permissive") == 0) {
/external/e2fsprogs/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
/external/selinux/libsepol/src/
H A Dpolcaps.c23 if (strcasecmp(polcap_names[capnum], name) == 0)
/external/libnl/src/lib/
H A Dutils.c99 if (!strcasecmp(str, "brief"))
101 else if (!strcasecmp(str, "details") || !strcasecmp(str, "detailed"))
103 else if (!strcasecmp(str, "stats"))
105 else if (!strcasecmp(str, "env"))
/external/iptables/extensions/
H A Dlibxt_RATEEST.c61 if (strcasecmp(p, "s") == 0 || strcasecmp(p, "sec")==0 ||
62 strcasecmp(p, "secs")==0)
64 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec")==0 ||
65 strcasecmp(p, "msecs") == 0)
67 else if (strcasecmp(p, "us") == 0 || strcasecmp(p, "usec")==0 ||
68 strcasecmp(p, "usecs") == 0)
/external/blktrace/
H A Dact_mask.c6 (!strcasecmp((mmp)->short_form, (str)) || \
7 !strcasecmp((mmp)->long_form, (str)))
/external/libnl/src/
H A Ddisabled-nl-qdisc-add.c34 if (argc != 2 || strcasecmp(argv[0], "limit")) {
55 if (argc != 2 || strcasecmp(argv[0], "limit")) {
82 if (argc < 2 || strcasecmp(argv[0], "bands"))
94 if (argc < 5 || strcasecmp(argv[2], "map"))
163 if (!strcasecmp(argv[4], "blackhole"))
165 else if (!strcasecmp(argv[4], "pfifo"))
167 else if (!strcasecmp(argv[4], "bfifo"))
169 else if (!strcasecmp(argv[4], "prio"))
/external/xmlrpcpp/src/
H A DXmlRpcUtil.h17 # define strcasecmp _stricmp macro
20 # define strcasecmp stricmp macro
/external/libjpeg-turbo/md5/
H A Dmd5cmp.c52 if (!strcasecmp(md5sum, argv[1])) {

Completed in 573 milliseconds

12345678910