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

1 2 34 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_sctp.c 171 if (!strcasecmp(buffer, "ALL")) {
176 if (!strcasecmp(buffer, "NONE")) {
190 if (strcasecmp(sctp_chunk_names[i].name, ptr) == 0) {
232 if (!strcasecmp(match_type, "ANY")) {
234 } else if (!strcasecmp(match_type, "ALL")) {
236 } else if (!strcasecmp(match_type, "ONLY")) {
libxt_pkttype.c 68 if(strcasecmp(pkttype, supported_types[i].name)==0)
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 207 if (strcasecmp(ta, tb) == 0)
  /bionic/libc/netbsd/net/
nsdispatch.c 98 if (strcasecmp(source, disp_tab[curdisp].src) == 0) {
  /external/chromium/net/http/
http_vary_data.cc 101 if (!base::strcasecmp(request_header.c_str(), HttpRequestHeaders::kReferer))
  /external/collada/include/dae/
daeUtils.h 85 DLLSPEC int strcasecmp(const char* str1, const char* str2);
  /external/e2fsprogs/lib/e2p/
mntopts.c 58 if (!strcasecmp(string, f->string)) {
  /external/quake/quake/src/QW/client/
quakedef.h 150 #define stricmp strcasecmp
  /external/tcpdump/missing/
dlnames.c 145 if (strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
  /external/ppp/pppd/plugins/radius/
dict.c 340 if (strcasecmp (attr->name, attrname) == 0)
352 if (strcasecmp (attr->name, attrname) == 0) {
378 if (strcasecmp (val->name, valname) == 0)
  /external/ppp/pppd/plugins/
winbind.c 410 } else if (strcasecmp(message, "Authenticated") == 0) {
411 if (strcasecmp(parameter, "Yes") == 0) {
417 } else if (strcasecmp(message, "User-session-key") == 0) {
426 } else if (strcasecmp(message, "Error") == 0) {
430 } else if (strcasecmp(message, "Authentication-Error") == 0) {
  /external/bluetooth/bluez/audio/
media.c 210 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0) {
216 } else if (strcasecmp(uuid, A2DP_SINK_UUID) == 0) {
222 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 ||
306 if (strcasecmp(key, "UUID") == 0) {
311 } else if (strcasecmp(key, "Codec") == 0) {
316 } else if (strcasecmp(key, "DelayReporting") == 0) {
320 } else if (strcasecmp(key, "Capabilities") == 0) {
  /external/chromium/chrome/browser/themes/
theme_service.cc 392 if (base::strcasecmp(component, kAlignmentTop) == 0)
394 else if (base::strcasecmp(component, kAlignmentBottom) == 0)
397 if (base::strcasecmp(component, kAlignmentLeft) == 0)
399 else if (base::strcasecmp(component, kAlignmentRight) == 0)
421 if (base::strcasecmp(component, kTilingRepeatX) == 0)
423 if (base::strcasecmp(component, kTilingRepeatY) == 0)
425 if (base::strcasecmp(component, kTilingRepeat) == 0)
  /external/tcpdump/
tcpdump.c 53 extern int strcasecmp (const char *__s1, const char *__s2);
705 if (strcasecmp(optarg, "vat") == 0)
707 else if (strcasecmp(optarg, "wb") == 0)
709 else if (strcasecmp(optarg, "rpc") == 0)
711 else if (strcasecmp(optarg, "rtp") == 0)
713 else if (strcasecmp(optarg, "rtcp") == 0)
715 else if (strcasecmp(optarg, "snmp") == 0)
717 else if (strcasecmp(optarg, "cnfp") == 0)
719 else if (strcasecmp(optarg, "tftp") == 0)
721 else if (strcasecmp(optarg, "aodv") == 0
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 778 (!strcasecmp(value, "true") || !strcasecmp(value, "1"))) {
1130 mIsAvc = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC);
1132 mIsMPEG4 = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4) ||
1133 !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC);
    [all...]
DataSource.cpp 119 && (!strcmp(value, "1") || !strcasecmp(value, "true"))) {
  /dalvik/libdex/
CmdUtils.cpp 129 if (strcasecmp(fileName + len -3, "dex") != 0) {
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 53 #define stricmp(x,y) strcasecmp(x,y)
  /external/e2fsprogs/ext2ed/
dir_com.c 613 if (strcasecmp ("inode",variable)==0) {
620 if (strcasecmp ("rec_len",variable)==0) {
627 if (strcasecmp ("name_len",variable)==0) {
634 if (strcasecmp ("name",variable)==0) {
file_com.c 236 if (strcasecmp (buffer,"hex")==0) {
242 else if (strcasecmp (buffer,"text")==0) {
450 if (strcasecmp (buffer,"text")==0) {
455 else if (strcasecmp (buffer,"hex")==0) {
  /external/qemu/android/
console.c 1079 if (!strcasecmp( args, name )) {
    [all...]
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 144 && !strcasecmp(ent->d_name + len - 4, ".mp3")) {
  /frameworks/base/tools/aapt/
Package.cpp 326 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
425 if (strcasecmp(ext.string(), kNoCompressExt[i]) == 0)
437 if (strcasecmp(path + pos, str) == 0) {
450 return strcasecmp(haystack+(a-b), needle) == 0;
  /external/bluetooth/bluez/network/
common.c 68 if (!strcasecmp(svc, __svc[i].name)) {
74 if (!strcasecmp(svc, __svc[i].uuid128)) {
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 46 if (base::strcasecmp(ext, kBrowserSupportedExtensions[i]) == 0) {
55 if (base::strcasecmp(ext, kAVExtensions[i]) == 0) {

Completed in 1008 milliseconds

1 2 34 5 6 7 8 91011>>