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

1 2 3 45 6 7 8

  /external/iptables/extensions/
libxt_hashlimit.c 155 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
157 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
159 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0)
161 else if (strncasecmp(delim+1, "day", strlen(delim+1)) == 0)
libip6t_icmp6.c 101 if (strncasecmp(icmpv6_codes[i].name, icmpv6type, strlen(icmpv6type))
libipt_addrtype.c 75 if (strncasecmp(name, rtn_names[i], len) == 0) {
libipt_icmp.c 125 if (strncasecmp(icmp_codes[i].name, icmptype, strlen(icmptype))
  /external/libpcap/lbl/
os-sunos4.h 176 int strncasecmp(const char *, const char *, int);
  /external/openssl/
e_os.h 682 # define strncasecmp _strnicmp macro
687 # define strncasecmp OPENSSL_strncasecmp macro
691 # define strncasecmp strnicmp macro
696 # define strncasecmp strnicmp macro
  /external/tcpdump/lbl/
os-sunos4.h 176 int strncasecmp(const char *, const char *, int);
  /frameworks/base/cmds/stagefright/
stream.cpp 174 if (strncasecmp("video/", mime, 6) && strncasecmp("audio/", mime, 6)) {
sf2.cpp 86 if (!strncasecmp(mDecodeAudio ? "audio/" : "video/",
266 if (!strncasecmp("video/", mime, 6)) {
274 CHECK(!strncasecmp("audio/", mime, 6));
  /frameworks/base/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 335 bool isAudio = !strncasecmp(mime, "audio/", 6);
336 bool isVideo = !strncasecmp(mime, "video/", 6);
  /frameworks/base/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 53 && !strncasecmp(s, key, keyLen)) {
107 mIsGeneric = !strncasecmp(desc.c_str(),"mpeg4-generic/", 14);
ARTPSource.cpp 71 || !strncasecmp(desc.c_str(), "mpeg4-generic/", 14)) {
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 912 if (strncasecmp(dateString, "AM", 2) == 0) {
919 } else if (strncasecmp(dateString, "PM", 2) == 0) {
943 if (strncasecmp(dateString, "GMT", 3) == 0 || strncasecmp(dateString, "UTC", 3) == 0) {
971 if (0 == strncasecmp(dateString, known_zones[i].tzName, strlen(known_zones[i].tzName))) {
    [all...]
  /external/bluetooth/bluez/cups/
main.c 765 if (strncasecmp(uri, "bluetooth://", 12)) {
785 if (!strncasecmp(ptr + 1, "spp", 3))
787 else if (!strncasecmp(ptr + 1, "hcrp", 4))
  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 223 if (!strncasecmp(url, "file://", 7)) {
225 } else if (strncasecmp(url, "http://", 7)
226 && strncasecmp(url, "https://", 8)) {
  /external/openssl/crypto/x509v3/
v3_ncons.c 494 if (!strncasecmp(p, baseptr, base->length))
500 if ((base->length != (int)hostlen) || strncasecmp(hostptr, baseptr, hostlen))
  /external/bluetooth/bluez/tools/
l2ping.c 274 if (!strncasecmp(optarg, "hci", 3))
  /external/chromium/net/base/
registry_controlled_domain.cc 252 base::strncasecmp(domain_str, rule->name, domain_length) == 0) {
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 677 !strncasecmp(value_begin, "chunked", 7)) {
680 !strncasecmp(value_begin, "identity", 8)) {
    [all...]
balsa_headers.cc 576 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
596 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
619 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
681 if (!strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
    [all...]
  /external/quake/quake/src/QW/client/
common.h 154 #define Q_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n))
  /external/valgrind/main/include/
pub_tool_libcbase.h 92 extern Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax );
  /frameworks/base/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 144 if (!strncasecmp("audio/", mime, 6)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 113 #pragma redefine_extname strncasecmp __mfwrap_strncasecmp
  /system/core/sh/
trap.c 99 if (strncasecmp(p, "sig", 3) == 0)

Completed in 686 milliseconds

1 2 3 45 6 7 8