/external/iptables/extensions/ |
libipt_realm.c | 70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16); 129 if (!strncmp(name, cur->name, cur->len + 1))
|
/external/qemu/ |
keymaps.c | 89 if (!strncmp(line, "map ", 4)) 91 if (!strncmp(line, "include ", 8)) {
|
/external/stlport/test/unit/cppunit/ |
cppunit_mini.h | 99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && 100 (strncmp(ptr + 2, in_functionName, strlen(in_functionName)) == 0);
|
/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 55 return url && strncmp(url, kTestUrlScheme, strlen(kTestUrlScheme)) == 0; 102 if (*i == '\0' || strncmp(i + 1, kUrlParam, strlen(kUrlParam)) != 0) {
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
liblog.so | |
/system/core/fastboot/ |
usbtest.c | 155 if(!strncmp(arg,"count=",6)) { 157 } else if(!strncmp(arg,"size=",5)) {
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 393 if (strncmp(reply, "OK", 2) != 0) { 421 return strncmp(reply, "OK", 2) == 0 ? 0 : -1; 638 if (strncmp(reply, "\"auth=", 6)) 644 if (strncmp(reply, "\"autheap=", 9) == 0) { 647 } else if (strncmp(reply, "\"auth=", 6) == 0) 651 if (strncmp(reply, "\"auth=", 6)) 776 if (strncmp(reply, "OK", 2) != 0) {
|
/external/dropbear/ |
loginrec.c | 410 if ((strncmp(src, "/dev/", 5) == 0) || (dstsize < (strlen(src) + 5))) { 424 if (strncmp(src, "/dev/", 5) == 0) 445 if (strncmp(src, "/dev/", 5) == 0) 449 if (strncmp(src, "tty", 3) == 0) 696 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line))) 720 (strncmp(old_ut.ut_line, ut->ut_line, sizeof(ut->ut_line)) == 0) && 721 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) { 980 if (strncmp(li->username, ut->ut_name, 1135 if ( strncmp(li->username, utx->ut_name, [all...] |
cli-algo.c | 82 && strncmp(localalgos[j].name,
|
svr-algo.c | 84 strncmp(localalgos[j].name, remotealgos[i], len) == 0) {
|
/external/e2fsprogs/misc/ |
fsck.c | 407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s"); 699 else if (fstype && strncmp(fstype, "no", 2) && 700 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) && 765 if (strncmp(s, "no", 2) == 0) { 775 else if (strncmp(s, "opts=", 5) == 0) { 923 (!strncmp(instance_list->device, BASE_MD, sizeof(BASE_MD)-1) || 924 !strncmp(device, BASE_MD, sizeof(BASE_MD)-1))) 1166 !strncmp(argv[i+1], "-", 1) == 0) {
|
/external/bluetooth/bluez/tools/ |
ciptool.c | 458 if (!strncmp(optarg, "hci", 3)) 486 if (strncmp(command[i].cmd, argv[0], 4) && strncmp(command[i].alt, argv[0], 4))
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 159 if (strncmp(line, DRIVER_MODULE_TAG, strlen(DRIVER_MODULE_TAG)) == 0) { 414 } else if (ret < 0 || strncmp(reply, "FAIL", 4) == 0) { 417 if (strncmp(cmd, "PING", 4) == 0) {
|
/system/core/init/ |
builtins.c | 295 if (!strncmp(source, "mtd@", 4)) { 308 } else if (!strncmp(source, "loop@", 5)) { 564 if (!strncmp(source, "mtd@", 4)) {
|
/bionic/libc/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/build/tools/apriori/ |
prelink_info.c | 63 if (!strncmp(info.tag, "PRE ", 4)) {
|
/build/tools/soslim/ |
prelink_info.c | 63 if (!strncmp(info.tag, "PRE ", 4)) {
|
/external/e2fsprogs/ext2ed/ |
main.c | 474 if (strncmp (current_type->type_commands.names [i],text,len)==0) { 485 if (strncmp (ext2_commands.names [i],text,len)==0) { 496 if (strncmp (general_commands.names [i],text,len)==0) { 505 if (strncmp ("quit",text,len)==0) {
|
/external/e2fsprogs/lib/ext2fs/ |
get_pathname.c | 52 !strncmp(dirent->name, "..", 2))
|
/external/icu4c/common/ |
cstring.h | 37 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n)
|
/external/oprofile/daemon/ |
opd_extended.c | 44 if(!strncmp(name, ext_feature_table[i].feature,
|
/external/skia/src/animator/ |
SkDisplayType.h | 34 && strncmp(str, token, sizeof(str) - 1) == 0)
|