/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.cpp | 332 return strncmp(&m_data->data()[imageOffset], "\x89PNG", 4) ? BMP : PNG;
|
/external/wpa_supplicant/ |
wpa_ctrl.c | 181 if (strncmp(entry.d_name, local_socket_prefix, prefixlen) == 0) {
|
/frameworks/base/include/utils/ |
String16.h | 41 // This is different than strncmp() because we don't stop
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 95 if (strncmp("mem://", pathStr, 6) == 0) {
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 257 * way as stdio's strncmp.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 258 * way as stdio's strncmp.
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_config.c | 134 if (!tag || strncmp(line, tag, ptr - line)) return;
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 315 return strncmp((char*)s1,(char*)s2,n);
|
/system/extras/librank/ |
librank.c | 246 if (prefix && (strncmp(pm_map_name(maps[j]), prefix, prefix_len)))
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
osapi.c | 315 return strncmp((char*)s1,(char*)s2,n);
|
/development/simulator/app/ |
PhoneData.cpp | 261 if (strncmp(src, kRelPathMagic, strlen(kRelPathMagic)) == 0) { 319 if (strncmp(src, kRelPathMagic, strlen(kRelPathMagic)) == 0) {
|
/external/bluetooth/bluez/audio/ |
telephony-ofono.c | 285 if (!strncmp(number, "*31#", 4)) { 288 } else if (!strncmp(number, "#31#", 4)) {
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 256 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/e2fsprogs/misc/ |
tune2fs.c | 780 (strncmp(argv[1], "LABEL=", 6) && strncmp(argv[1], "UUID=", 5))) {
|
/external/icu4c/tools/ctestfw/ |
ctest.c | 97 /* strncmp that also makes sure there's a \0 at s2[0] */ 106 return strncmp ( s1, s2, n );
|
/external/iproute2/misc/ |
ss.c | 955 if (fam == AF_UNIX || strncmp(addr, "unix:", 5) == 0) { 958 if (strncmp(addr, "unix:", 5) == 0) 966 if (fam == AF_PACKET || strncmp(addr, "link:", 5) == 0) { 969 if (strncmp(addr, "link:", 5) == 0) 991 if (fam == AF_NETLINK || strncmp(addr, "netlink:", 8) == 0) { 994 if (strncmp(addr, "netlink:", 8) == 0) 1024 if (strncmp(addr, "inet:", 5) == 0) { 1027 } else if (strncmp(addr, "inet6:", 6) == 0) { [all...] |
/external/iptables/ |
iptables-xml.c | 810 if (!strncmp(param_buffer, "-t", 3) 811 || !strncmp(param_buffer,
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 124 !strncmp((char *) data, conn->acName, len)) { 134 !strncmp((char *) data, conn->serviceName, len)) {
|
/external/quake/quake/src/QW/client/ |
cmd.c | 589 if (!strncmp (partial,cmd->name, len)) 592 if (!strncmp (partial, a->name, len))
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 103 if (strncmp("http://", url, 7) != 0 && strncmp("https://", url, 8) != 0) {
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 398 if (strncmp(p, sums[i], sumsLen[i]) == 0) { 495 if (strncmp(p, field.string(), field.length()) == 0) {
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_cdc.c | 579 if (strncmp(src, "0x", 2) != 0 && 580 strncmp(src, "0X", 2) != 0) {
|
/system/core/fastboot/ |
fastboot.c | 344 if (!strncmp(name, "reject ", 7)) { 347 } else if (!strncmp(name, "require ", 8)) {
|
/external/openssl/apps/ |
apps.c | 626 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5); 627 if(!strncmp(arg, "env:", 4)) { 636 if(!strncmp(arg, "file:", 5)) { 642 } else if(!strncmp(arg, "fd:", 3)) { 810 (strncmp(NETSCAPE_CERT_HDR,(char *)ah->header->data, [all...] |
/external/quake/quake/src/QW/server/ |
sv_user.c | 663 || (strncmp(name, "skins/", 6) == 0 && !allow_download_skins.value) 665 || (strncmp(name, "progs/", 6) == 0 && !allow_download_models.value) 667 || (strncmp(name, "sound/", 6) == 0 && !allow_download_sounds.value) 669 || (strncmp(name, "maps/", 6) == 0 && !allow_download_maps.value) 699 || (strncmp(name, "maps/", 5) == 0 && file_from_pak)) [all...] |