HomeSort by relevance Sort by last modified time
    Searched full:strncmp (Results 26 - 50 of 747) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gmodule/
gmodule-dl.c 160 if (strncmp (module_name, "lib", 3) == 0)
164 } else if (strncmp (module_name, "lib", 3) == 0)
gmodule-dyld.c 145 if (strncmp (module_name, "lib", 3) == 0)
150 else if (strncmp (module_name, "lib", 3) == 0)
gmodule-beos.c 162 if (p && strncmp (name, symbol_name, l) == 0)
195 if (strncmp (module_name, "lib", 3) == 0)
200 else if (strncmp (module_name, "lib", 3) == 0)
  /external/dbus/tools/
dbus-uuidgen.c 101 if (strncmp (arg, "--ensure", strlen("--ensure")) == 0)
106 else if (strncmp (arg, "--get", strlen("--get")) == 0)
  /external/kernel-headers/original/asm-arm/arch/
memory.h 62 * because of the strncmp().
73 #define is_lbus_device(dev) (cpu_is_omap1510() && dev && (strncmp(dev->bus_id, "ohci", 4) == 0))
  /external/skia/src/core/
SkTSearch.cpp 43 int cmp = strncmp(elem, target, target_len);
53 int cmp = strncmp(elem, target, target_len);
  /external/skia/src/svg/
SkSVGPaintState.cpp 157 if (current.f_fill.equals("none") == false && strncmp(current.f_fill.c_str(), "url(#", 5) != 0) {
164 if (current.f_stroke.equals("none") == false && strncmp(current.f_stroke.c_str(), "url(#", 5) != 0) {
213 SkASSERT(strncmp(str, "matrix(", 7) == 0);
321 if (strncmp(attrValue, "url(", 4) == 0) {
328 if (strncmp(id.c_str(), "mask", 4) != 0) {
408 if (strncmp(lastAttr->c_str(), "url(", 4) == 0 && strncmp(attrValue, "url(", 4) != 0) {
415 bool urlRef = strncmp(attrValue, "url(", 4) == 0;
  /bionic/libc/bionic/
pututline.c 44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
  /bionic/libstdc++/include/
cstring 56 using ::strncmp;
  /bootable/recovery/minui/
events.c 42 if(strncmp(de->d_name,"event",5)) continue;
  /build/tools/isprelinked/
prelink_info.c 63 if (!strncmp(info.tag, "PRE ", 4)) {
  /external/bluetooth/glib/gio/tests/
memory-input-stream.c 56 g_assert (strncmp (buffer, result + pos, bytes_read) == 0);
  /external/e2fsprogs/lib/ext2fs/
unlink.c 48 if (strncmp(ls->name, dirent->name, dirent->name_len & 0xFF))
  /external/iproute2/tc/
m_ematch.h 42 return strncmp(b->data, text, len);
  /external/kernel-headers/original/linux/
string.h 45 extern int strncmp(const char *,const char *,__kernel_size_t);
  /external/ppp/pppd/plugins/radius/
util.c 40 if (strncmp (months[i], valstr, 3) == 0)
  /external/tcpdump/
print-beep.c 48 return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstring 56 using ::strncmp;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstring 56 using ::strncmp;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 153 if (strncmp(raw_spellings_[hash_pos].str, spelling_str,
162 if (strncmp(raw_spellings_[hash_pos].str,
194 if (strncmp(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1)
208 if (strncmp(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1)
  /system/core/libcutils/
cpu_info.c 45 if (strncmp(chp, "Serial", 6) != 0)
  /system/core/nexus/
SupplicantConnectedEvent.cpp 40 if (!strncmp(++p, "(auth)", 6))
  /system/extras/tests/framebuffer/
mdp_test.c 42 if (!strncmp(type, "yuv420", 6))
44 else if (!strncmp(type, "rgb565", 6))
259 if (!strncmp(optarg, "yuv420", 6))
262 else if (!strncmp(optarg, "rgb565", 6))
  /bootable/recovery/applypatch/
main.c 181 if (strncmp(argv[1], "-l", 3) == 0) {
183 } else if (strncmp(argv[1], "-c", 3) == 0) {
185 } else if (strncmp(argv[1], "-s", 3) == 0) {
  /external/oprofile/libpopt/
poptconfig.c 30 if (strncmp(line, con->appName, nameLength)) return;
62 if (!strncmp(item->argv[i], "--POPTdesc=", sizeof("--POPTdesc=")-1)) {
69 if (!strncmp(item->argv[i], "--POPTargs=", sizeof("--POPTargs=")-1)) {

Completed in 66 milliseconds

12 3 4 5 6 7 8 91011>>