Searched refs:strncmp (Results 276 - 300 of 855) sorted by relevance

<<11121314151617181920>>

/external/libselinux/src/
H A Dlabel_file.c103 && !strncmp(buf, data->stem_arr[i].buf, stem_len))
138 && !strncmp(*buf, data->stem_arr[i].buf, stem_len)) {
314 if (len && prefix && strncmp(prefix, regex, len)) {
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c572 if (strncmp(encoder->name, "vp8", 3) == 0) {
575 } else if (strncmp(encoder->name, "vp9", 3) == 0) {
604 if (strncmp(encoder->name, "vp9", 3) == 0) {
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp505 if (*Str == '\n' || strncmp(Str, MAI.getSeparatorString(),
509 if (strncmp(Str, ".space", 6)==0) {
521 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m105 if strncmp(lower(tline), 'speed', 5)
112 elseif strncmp(lower(tline), 'encode time', 11)
120 elseif strncmp(tline, 'SSIM', 4)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-tag.cc793 return strncmp (a, b, MAX (da, db));
801 return strncmp (lang_str, spec, len) == 0 &&
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniforms.cpp575 if (strncmp("gl_", var->name, 3) == 0)
620 if (strncmp("gl_", var->name, 3) == 0)
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp89 return len == typeLen && strncmp(chars, type, typeLen) == 0;
91 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0;
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp267 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) {
282 && !strncmp(colon + 1, gFilterFlags[fIndex], flagLen)) {
/external/e2fsprogs/ext2ed/
H A Ddir_com.c256 strncmp (dir_name,dir_entry_ptr->name,dir_entry_ptr->name_len)!=0)
329 if (strncmp (dir_entry_ptr->name,name_search,dir_entry_ptr->name_len)==0)
/external/elfutils/0.153/src/
H A Dldlex.l334 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
/external/fio/
H A Dioengines.c146 if (!strncmp(engine, "linuxaio", 8) || !strncmp(engine, "aio", 3))
/external/harfbuzz_ng/src/
H A Dhb-ot-tag.cc793 return strncmp (a, b, MAX (da, db));
801 return strncmp (lang_str, spec, len) == 0 &&
/external/libpng/contrib/gregbook/
H A Drpng-win.c274 if (!strncmp(*argv, "-gamma", 2)) {
282 } else if (!strncmp(*argv, "-bgcolor", 2)) {
H A Drpng2-x.c378 if (!strncmp(*argv, "-display", 2)) {
383 } else if (!strncmp(*argv, "-gamma", 2)) {
391 } else if (!strncmp(*argv, "-bgcolor", 4)) {
403 } else if (!strncmp(*argv, "-bgpat", 4)) {
414 } else if (!strncmp(*argv, "-usleep", 2)) {
421 } else if (!strncmp(*argv, "-pause", 2)) {
423 } else if (!strncmp(*argv, "-timing", 2)) {
426 } else if (!strncmp(*argv, "-loop", 2)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c228 if (!strncmp(options->long_name, arg, arg_end - arg)) {
252 if (strncmp(arg, "no-", 3))
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp382 if (armag && ::strncmp(armag, ARMAG, SARMAG) == 0)
385 if (strncmp(armag, ARFMAG, 2) == 0)
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp575 if (strncmp("gl_", var->name, 3) == 0)
620 if (strncmp("gl_", var->name, 3) == 0)
/external/openssl/apps/
H A Dopenssl.c494 else if ((strncmp(argv[0],"no-",3)) == 0)
703 return strncmp(a->name,b->name,8);
/external/qemu/
H A Dgdbstub.c1354 if (strncmp(p, "target.xml", len) == 0) {
1377 if (!name || (strncmp(name, p, len) == 0 && strlen(name) == len))
1819 } else if (strncmp(p,"qemu.sstep",10) == 0) {
1850 } else if (strncmp(p,"ThreadExtraInfo,", 16) == 0) {
1864 else if (strncmp(p, "Offsets", 7) == 0) {
1877 else if (strncmp(p, "Rcmd,", 5) == 0) {
1892 if (strncmp(p, "Supported", 9) == 0) {
1901 if (strncmp(p, "Xfer:features:read:", 19) == 0) {
/external/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) {
393 if (len != keyword_size || strncmp(start, keyword, keyword_size))
/external/skia/src/views/
H A DSkEvent.cpp89 return len == typeLen && strncmp(chars, type, typeLen) == 0;
91 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0;
/external/sqlite/android/
H A Dsqlite3_android.cpp177 if (external_storage && strncmp(external_storage, path, strlen(external_storage)) == 0) {
185 if (strncmp(secondary_paths, path, length) == 0) {
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c53 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0)
/external/chromium_org/base/test/
H A Dtest_suite.cc161 return strncmp(test.name(), "MAYBE_", 6) == 0;
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc110 strncmp(assoc_it->first.c_str(),

Completed in 906 milliseconds

<<11121314151617181920>>