HomeSort by relevance Sort by last modified time
    Searched refs:strcasecmp (Results 1 - 25 of 553) 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...]
  /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/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/syslinux/core/
strcasecmp.c 2 * strcasecmp.c
8 int strcasecmp(const char *s1, const char *s2) function
  /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...]
util.c 63 } else if (strcasecmp(langsuff, "UTF-8") && strcasecmp(langsuff, "UTF8")) {
  /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...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 46 #undef strcasecmp macro
47 #define strcasecmp _stricmp macro
  /system/core/debuggerd/crasher/
crasher.cpp 237 if (!strcasecmp(arg, "SIGSEGV-non-null")) {
239 } else if (!strcasecmp(arg, "smash-stack")) {
242 } else if (!strcasecmp(arg, "stack-overflow")) {
244 } else if (!strcasecmp(arg, "nostack")) {
246 } else if (!strcasecmp(arg, "exit")) {
248 } else if (!strcasecmp(arg, "call-null")) {
250 } else if (!strcasecmp(arg, "crash") || !strcmp(arg, "SIGSEGV")) {
252 } else if (!strcasecmp(arg, "abort")) {
254 } else if (!strcasecmp(arg, "assert")) {
256 } else if (!strcasecmp(arg, "assert2"))
    [all...]
  /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/util/
debug.c 68 strcasecmp(str, "true") == 0 ||
69 strcasecmp(str, "yes") == 0) {
72 strcasecmp(str, "false") == 0 ||
73 strcasecmp(str, "no") == 0) {
  /external/libpcap/lbl/
os-ultrix4.h 36 int strcasecmp(const char *, const char *);
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 63 #if !defined( strcasecmp )
64 # define strcasecmp _stricmp macro
  /external/e2fsprogs/misc/
util.h 19 extern int strcasecmp (char *s1, char *s2);
  /external/selinux/libselinux/utils/
setenforce.c 30 if (strcasecmp(argv[1], "enforcing") == 0) {
32 } else if (strcasecmp(argv[1], "permissive") == 0) {
  /bionic/libc/bionic/
strings_l.cpp 33 return strcasecmp(s1, s2);
  /bionic/tests/headers/posix/
strings_h.c 35 FUNCTION(strcasecmp, int (*f)(const char*, const char*));
  /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);
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp macro
  /external/selinux/libsepol/src/
polcaps.c 25 if (strcasecmp(polcap_names[capnum], name) == 0)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.h 21 #define _stricmp strcasecmp

Completed in 828 milliseconds

1 2 3 4 5 6 7 8 91011>>