HomeSort by relevance Sort by last modified time
    Searched refs:strcasecmp (Results 101 - 125 of 279) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/ocsp/
nss_ocsp.cc 737 strcasecmp(mime_type, "application/ocsp-response") == 0;
738 bool is_crl_resp = strcasecmp(mime_type, "application/x-pkcs7-crl") == 0 ||
739 strcasecmp(mime_type, "application/x-x509-crl") == 0 ||
740 strcasecmp(mime_type, "application/pkix-crl") == 0;
742 strcasecmp(mime_type, "application/x-x509-ca-cert") == 0 ||
743 strcasecmp(mime_type, "application/x-x509-server-cert") == 0 ||
744 strcasecmp(mime_type, "application/pkix-cert") == 0 ||
745 strcasecmp(mime_type, "application/pkcs7-mime") == 0;
  /external/collada/src/dae/
daeUtils.cpp 186 int cdom::strcasecmp(const char* str1, const char* str2) { function in class:cdom
190 return ::strcasecmp(str1, str2);
  /external/e2fsprogs/intl/
localealias.c 77 # define strcasecmp __strcasecmp macro
390 return strcasecmp (map1->alias, map2->alias);
  /external/wpa_supplicant/
os.h 419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
470 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 419 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
483 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
  /external/wpa_supplicant_8/src/utils/
os.h 426 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
490 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
  /frameworks/base/media/libstagefright/
AMRWriter.cpp 84 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) {
86 } else if (strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
DRMExtractor.cpp 90 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
163 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC) && !mWantsNALFragments) {
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 51 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
285 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
  /system/core/sh/
trap.c 96 if (strcasecmp(p, "exit") == 0 )
103 if (sys_signame[i] && (strcasecmp (p, sys_signame[i]) == 0))
  /external/dnsmasq/src/
tftp.c 193 (strcasecmp(mode, "octet") != 0 && strcasecmp(mode, "netascii") != 0))
197 if (strcasecmp(mode, "netascii") == 0)
202 if (strcasecmp(opt, "blksize") == 0)
219 else if (strcasecmp(opt, "tsize") == 0 && next(&p, end) && !transfer->netascii)
  /external/openssl/crypto/x509v3/
v3_ncons.c 408 if (strcasecmp(baseptr, dnsptr))
430 if (!strcasecmp(baseptr, emlptr))
453 if (strcasecmp(baseptr, emlptr))
  /external/valgrind/main/memcheck/tests/
str_tester.c     [all...]
  /external/bluetooth/bluez/attrib/
interactive.c 620 if (strcasecmp(argvp[1], "medium") == 0)
622 else if (strcasecmp(argvp[1], "high") == 0)
624 else if (strcasecmp(argvp[1], "low") == 0)
777 if (strcasecmp(commands[i].cmd, argvp[0]) == 0)
  /external/bluetooth/bluez/input/
manager.c 95 (GCompareFunc) strcasecmp))
  /external/e2fsprogs/debugfs/
set_fields.c 361 if ((strcasecmp(arg, "null") == 0) ||
362 (strcasecmp(arg, "clear") == 0)) {
364 } else if (strcasecmp(arg, "time") == 0) {
366 } else if (strcasecmp(arg, "random") == 0) {
  /external/icu4c/common/
cstring.h 74 # define uprv_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2)
  /external/iproute2/lib/
ll_proto.c 123 if (strcasecmp(llproto_names[i].name, buf) == 0) {
  /external/libpcap/lbl/
os-sunos4.h 171 int strcasecmp(const char *, const char *);
  /external/openssl/
e_os.h 681 # define strcasecmp _stricmp macro
684 /* VMS below version 7.0 doesn't have strcasecmp() */
686 # define strcasecmp OPENSSL_strcasecmp macro
690 # define strcasecmp stricmp macro
695 # define strcasecmp stricmp macro
  /external/qemu/android/utils/
system.h 102 /** Handle strcasecmp on Windows
105 # define strcasecmp stricmp macro
  /external/tcpdump/lbl/
os-sunos4.h 171 int strcasecmp(const char *, const char *);
  /system/core/nexus/
NetworkManager.cpp 102 if (!strcasecmp((*it)->getController()->getName(), name))
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 149 if (base::strcasecmp(WideToUTF8(ext).c_str(), ".emf") == 0) {
157 if (base::strcasecmp(WideToUTF8(ext).c_str(), ".prn") == 0) {
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 356 if (!strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP)) {
391 if (!strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP)) {

Completed in 598 milliseconds

1 2 3 45 6 7 8 91011>>