/system/core/fastboot/ |
engine.c | 155 match = !strncmp(val, str, len);
|
/system/core/toolbox/ |
vmstat.c | 184 if (!strncmp(line, "cpu ", 4)) {
|
/system/vold/ |
DirectVolume.cpp | 81 if (!strncmp(dp, *it, strlen(*it))) {
|
/external/e2fsprogs/e2fsck/ |
rehash.c | 188 ret = strncmp(he_a->dir->name, he_b->dir->name, min_len); 357 (strncmp(ent->dir->name, prev->dir->name, 375 (strncmp(new_name, fd->harray[j].dir->name,
|
/external/jpeg/ |
ansi2knr.c | 260 extern int strlen(), strncmp(); 518 { if ( strlen(kp) == len && !strncmp(kp, buf, len) ) 652 if ( !strncmp(p, "void", 4) )
|
/external/openssl/crypto/asn1/ |
asn_mime.c | 851 if(!strncmp(line, "--", 2) && !strncmp(line + 2, bound, blen)) { 852 if(!strncmp(line + blen + 2, "--", 2)) return 2;
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
hlr_auc_gw.c | 599 if (strncmp(buf, "SIM-REQ-AUTH ", 13) == 0) 601 else if (strncmp(buf, "AKA-REQ-AUTH ", 13) == 0) 603 else if (strncmp(buf, "AKA-AUTS ", 9) == 0)
|
/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 283 if (strncmp(componentName, "OMX.", 4)) { 554 !strncmp(componentRole, "audio_encoder.", 14) 555 || !strncmp(componentRole, "video_encoder.", 14);
|
/system/core/init/ |
parser.c | 518 if (!strncmp(act->name, "property:", strlen("property:"))) { 522 if (!strncmp(name, test, name_length) && 537 if (!strncmp(act->name, "property:", strlen("property:"))) {
|
/external/openssl/ssl/ |
ssl_ciph.c | 862 * with the strncmp, because the "buflen" limitation 868 * sufficient, we have to strncmp() anyway. (We cannot 876 if (!strncmp(buf, ca_list[j]->name, buflen) && 920 !strncmp(buf, "STRENGTH", 8)) 1030 if (strncmp(rule_str,"DEFAULT",7) == 0) [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 377 if (!strncmp(*argv, "-display", 2)) { 382 } else if (!strncmp(*argv, "-gamma", 2)) { 390 } else if (!strncmp(*argv, "-bgcolor", 4)) { 402 } else if (!strncmp(*argv, "-bgpat", 4)) { 413 } else if (!strncmp(*argv, "-usleep", 2)) { 420 } else if (!strncmp(*argv, "-pause", 2)) { 422 } else if (!strncmp(*argv, "-timing", 2)) { 425 } else if (!strncmp(*argv, "-loop", 2)) { 439 } else if (!strncmp(*argv, "-nommxfilters", 7)) { 441 } else if (!strncmp(*argv, "-nommxcombine", 7)) [all...] |
rpng2-win.c | 364 if (!strncmp(*argv, "-gamma", 2)) { 372 } else if (!strncmp(*argv, "-bgcolor", 4)) { 384 } else if (!strncmp(*argv, "-bgpat", 4)) { 396 } else if (!strncmp(*argv, "-timing", 2)) { 399 } else if (!strncmp(*argv, "-nommxfilters", 7)) { 401 } else if (!strncmp(*argv, "-nommxcombine", 7)) { 403 } else if (!strncmp(*argv, "-nommxinterlace", 7)) { [all...] |
rpng-x.c | 236 if (!strncmp(*argv, "-display", 2)) { 241 } else if (!strncmp(*argv, "-gamma", 2)) { 249 } else if (!strncmp(*argv, "-bgcolor", 2)) {
|
/frameworks/base/media/libstagefright/ |
OMXCodec.cpp | 240 if (!strncmp("OMX.PV.", componentName, 7)) { 252 bool isNotOMX1 = strncmp(elem1->string(), "OMX.", 4); 253 bool isNotOMX2 = strncmp(elem2->string(), "OMX.", 4); 294 if (!strncmp(componentName, "OMX.qcom.video.encoder.", 23)) { 299 if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { 304 if (!strncmp(componentName, "OMX.TI.", 7)) { [all...] |
/external/bluetooth/glib/glib/ |
gutils.c | [all...] |
/external/qemu/ |
qemu-char-android.c | [all...] |
qemu-char.c | [all...] |
/bootable/recovery/minzip/ |
Zip.c | 298 diff = strncmp(pArchive->pEntries[mid].fileName, fileName, 1006 /* If zpath is empty, this strncmp() will match everything, 1009 if (strncmp(pEntry->fileName, zpath, zipDirLen) != 0) { [all...] |
/external/bluetooth/bluez/input/ |
device.c | 232 if (strncmp("AT+CKPD=200", str, 11) == 0) { 237 if (strncmp("AT+VG", str, 5)) 514 if (strncmp(pdlist->val.str, pdlist2->val.str, 5)) {
|
/external/icu4c/tools/toolutil/ |
package.cpp | 578 if(0!=strncmp(s, prefix, prefixLength) || s[prefixLength]==0) { 839 result=strncmp(name, items[i].name, length); 851 while(i>0 && 0==strncmp(name, items[i-1].name, length)) { [all...] |
/external/ppp/pppd/ |
chap_ms.c | 353 strncmp((char *)msg, "S=", 2) != 0) { 369 if ((len >= 3) && !strncmp((char *)msg, " M=", 3)) { 401 if (!strncmp(p, "E=", 2))
|
/external/v8/test/cctest/ |
test-log.cc | 714 return strncmp(r, s, strlen(r)) == 0; 1035 return ref_len == new_len && strncmp(ref_s, new_s, ref_len) == 0; 1064 return ref_len == new_len && strncmp(ref_s, new_s, ref_len) == 0; [all...] |
/system/core/adb/ |
commandline.c | 788 } else if(!strncmp(argv[0], "-p", 2)) { 962 if(!strncmp(argv[0], "wait-for-", strlen("wait-for-"))) { 964 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) { [all...] |
/bionic/libc/regex/ |
regcomp.c | 631 if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) { 636 if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) { 779 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') 845 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') [all...] |
/bionic/libc/stdlib/ |
wchar.c | 314 return strncmp( (const char*)ws1, (const char*)ws2, n );
|