Searched refs:strncmp (Results 101 - 125 of 855) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc129 if (strncmp(firstWord, "cpu", 3) != 0) {
198 } while (strncmp(firstWord, "cpu", 3) == 0);
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_string.h66 #define OI_Strncmp(s1, s2, n) strncmp((s1), (s2), (n))
/external/chromium_org/chrome/test/base/
H A Dchrome_test_suite.cc62 return !strncmp(strrchr(buf, '/'), kPythonPrefix, sizeof(kPythonPrefix) - 1);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dclientinfo.c102 if (strncmp(match, "_profile", prof_length) == 0
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.h51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dvideo_coder.cc97 if(strncmp(tmpCodec.plName, plName, kPayloadNameSize) == 0)
/external/chromium_org/tools/android/common/
H A Dadb_connection.cc97 strncmp("OKAY", response, kAdbStatusLength) != 0) {
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c76 if (argc == 3 && strncmp(argv[1], "-mt-migrate-directory", 21) == 0)
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c40 if (!strncmp(argv[i], "-e", 2)) {
/external/dhcpcd/
H A Dplatform-linux.c92 if (strncmp(buf, mproc, strlen(mproc)) == 0) {
/external/e2fsprogs/lib/ext2fs/
H A Dunlink.c48 if (strncmp(ls->name, dirent->name, dirent->name_len & 0xFF))
/external/iproute2/tc/
H A Dm_ematch.h42 return strncmp(b->data, text, len);
/external/libselinux/src/
H A Dinit.c83 if (!strncmp(tmp + 1, "selinuxfs ", 10)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvdso.c41 if (!strncmp(&line[m], VDSO__MAP_NAME,
/external/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp57 #define PACKET_STARTS_WITH(s) ((packet_size >= (sizeof(s)-1)) && ::strncmp(packet_cstr, s, (sizeof(s)-1))==0)
/external/mesa3d/src/glx/
H A Dclientinfo.c102 if (strncmp(match, "_profile", prof_length) == 0
/external/oprofile/libop/
H A Dop_hw_specific.h38 return !strncmp(v.v, vnd, 12);
/external/pcre/dist/
H A Dmakevp.bat48 tlib %BORLAND%\lib\cw32.lib *calloc *del *strncmp *memcpy *memmove *memset *memcmp *strlen
50 tlib pcre%PCRE_VER%.lib @makevp_l.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.obj
/external/qemu/distrib/libselinux/src/
H A Dinit.c83 if (!strncmp(tmp + 1, "selinuxfs ", 10)) {
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.h51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
/external/stlport/test/unit/
H A Dcstring_test.cpp62 CPPUNIT_CHECK( std::strncmp("foo1", "foo2", 3) == 0 );
/external/valgrind/main/coregrind/
H A Dvg_preloaded.c127 if (!(strncmp(varname, *from, len) == 0 && (*from)[len] == '=')) {
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pci.c130 if (strncmp(val->value, "hex:", 4) == 0)
164 else if (strncmp(val->value, "file:", 5) == 0)
201 else if (strncmp(val->value, "text:", 5) == 0)
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.cc219 strncmp(begin, supported_methods[i].method_name,
251 strncmp(headers, kContentLength,
258 strncmp(headers, kContentType,
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp9 extern "C" int strncmp(const char *s1, const char *s2, size_t n);
43 if (strncmp(b1, b2, sizeof(b1) > 0)) {} // \
44 expected-warning{{size argument in 'strncmp' call is a comparison}} \
47 if (strncmp(b1, b2, sizeof(b1)) > 0) {}

Completed in 964 milliseconds

1234567891011>>