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

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/host/arch/mips/lib/
crossystem_arch.c 31 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(name,"ro_fwid"))
    [all...]
  /external/netperf/src/
netperf.c 152 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_name,"TCP_NBRR") == 0)
    [all...]
netsh.c 467 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(temp,"udp"))
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderHost.cpp 39 if (strcasecmp(mimeType, "video/wmv") == 0 ||
40 strcasecmp(mimeType, "video/vc1") == 0 ||
41 strcasecmp(mimeType, "video/x-ms-wmv") == 0) {
44 } else if (strcasecmp(mimeType, "video/avc") == 0 ||
45 strcasecmp(mimeType, "video/h264") == 0) {
48 } else if (strcasecmp(mimeType, "video/mp4v-es") == 0 ||
49 strcasecmp(mimeType, "video/mpeg4") == 0 ||
50 strcasecmp(mimeType, "video/h263") == 0 ||
51 strcasecmp(mimeType, "video/3gpp") == 0) {
54 } else if (strcasecmp(mimeType, "video/mpeg2") == 0)
    [all...]
  /external/tcpdump/lbl/
os-solaris2.h 28 int strcasecmp(const char *, const char *);
os-ultrix4.h 37 int strcasecmp(const char *, const char *);
  /external/toybox/toys/android/
setenforce.c 26 else if (!strcmp(new, "1") || !strcasecmp(new, "enforcing")) state = 1;
27 else if (!strcmp(new, "0") || !strcasecmp(new, "permissive")) state = 0;
  /external/libmtp/examples/
pathutils.c 46 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 (ptype, "avi"))
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderHost.cpp 45 if (strcasecmp(mimeType, "video/avc") == 0 ||
46 strcasecmp(mimeType, "video/h264") == 0) {
49 } else if (strcasecmp(mimeType, "video/h263") == 0) {
56 } else if (strcasecmp(mimeType, "video/mpeg4") == 0 ||
57 strcasecmp(mimeType, "video/mp4v-es") == 0) {
64 } else if (strcasecmp(mimeType, "video/x-vnd.on2.vp8") == 0) {
  /external/vboot_reference/host/lib/
crossystem.c 455 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(name,"fw_try_count"))
    [all...]
  /ndk/sources/android/support/src/musl-locale/
strcasecmp_l.c 6 return strcasecmp(l, r);
  /ndk/tests/device/b16355626-bad-atof-strtod/jni/
b16355626-bad-atof-strtod.cpp 27 error_count += strcasecmp("42b43333", buf);
32 error_count += strcasecmp("4048f5c3", buf);
  /external/clang/test/Sema/
builtins-gnu-mode.c 13 int strcasecmp; variable
  /external/curl/include/curl/
stdcheaders.h 30 int strcasecmp(const char *, const char *);
  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp macro
  /external/google-breakpad/src/third_party/curl/
stdcheaders.h 31 int strcasecmp(const char *, const char *);
  /external/mesa3d/src/egl/main/
eglstring.h 41 #include <strings.h> // for strcasecmp
42 #define _eglstrcasecmp strcasecmp
  /external/libnl/lib/route/
pktloc_syntax.y 66 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/
util.h 18 extern int strcasecmp (char *s1, char *s2);
  /external/libpcap/lbl/
os-ultrix4.h 37 int strcasecmp(const char *, const char *);
  /external/selinux/libselinux/utils/
setenforce.c 30 if (strcasecmp(argv[1], "enforcing") == 0) {
32 } else if (strcasecmp(argv[1], "permissive") == 0) {
  /bionic/tests/
strings_test.cpp 41 TEST(STRINGS_TEST, strcasecmp) {
42 ASSERT_EQ(0, strcasecmp("hello", "HELLO"));
43 ASSERT_LT(strcasecmp("hello1", "hello2"), 0);
44 ASSERT_GT(strcasecmp("hello2", "hello1"), 0);
  /development/ndk/platforms/android-3/include/
strings.h 50 int strcasecmp(const char *, const char *);
  /development/ndk/platforms/android-9/include/
strings.h 51 int strcasecmp(const char *, const char *);
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp macro

Completed in 1323 milliseconds

1 2 3 4 5 6 7 8 91011>>