/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 210 if (strncmp(_PATH_DEV, s1, len) == 0) 216 if (strncmp(_PATH_DEV, s2, len) == 0) {
|
/external/iptables/ |
ip6tables-restore.c | 386 if (!strncmp(param_buffer, "-t", 3) 387 || !strncmp(param_buffer, "--table", 8)) {
|
iptables-restore.c | 389 if (!strncmp(param_buffer, "-t", 3) 390 || !strncmp(param_buffer, "--table", 8)) {
|
/external/ppp/pppd/plugins/radius/ |
config.c | 150 if (!strncmp(p, "local", 5)) 152 else if (!strncmp(p, "radius", 6))
|
/external/bluetooth/glib/gobject/ |
gobject.c | [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 47 if (strncmp(filename, "MTD:", 4) == 0) { 626 if (strncmp(target_filename, "MTD:", 4) == 0) { 663 if (strncmp(source_filename, "MTD:", 4) == 0) { 706 if (strncmp(target_filename, "MTD:", 4) == 0) {
|
freecache.c | 55 if (strncmp(link, "/cache/", 7) == 0) {
|
/build/tools/apriori/ |
prelinkmap.c | 77 if (!strncmp(me->names[0], x, strlen(me->names[0]))) {
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
completion.sgml | 130 string comparison function is strncmp().
|
/external/dropbear/ |
common-algo.c | 201 && (strncmp(algos[i].name, algo, algolen) == 0)) {
|
/external/e2fsprogs/lib/ss/ |
listen.c | 177 if (strncmp(*name, text, len) == 0) {
|
/external/elfutils/libasm/ |
libasmP.h | 266 #define asm_emit_symbol_p(name) (strncmp (name, ".L", 2) != 0)
|
/external/elfutils/libelf/ |
elf-knowledge.h | 44 || (strncmp (name, ".gnu.warning.", sizeof ".gnu.warning." - 1) != 0 \
|
/external/icu4c/common/ |
ustr_imp.h | 31 * strncmp style (lengths equal and >=0, flag TRUE),
|
/external/icu4c/samples/date/ |
date.c | 115 else if(strncmp(arg, "-", strlen("-")) == 0) {
|
/external/icu4c/test/cintltst/ |
nfsprep.c | 160 rc=strncmp(sortedArr[middle],target, targetLen);
|
/external/ipsec-tools/src/racoon/ |
plainrsa-gen.c | 170 if (strncmp(optarg, "0x", 2) == 0)
|
/external/openssl/apps/ |
ciphers.c | 136 else if ((strncmp(*argv,"-h",2) == 0) ||
|
/external/skia/include/core/ |
SkPostConfig.h | 147 #define sk_strncmp(s, t, n) strncmp(s, t, n)
|
/external/sqlite/android/ |
PhonebookIndex.cpp | 181 if (strncmp(locale, "ja", 2) == 0) {
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 497 if (!strncmp((char*)q, "GIF89a", 6)) { 499 } else if (!strncmp((char*)q, "GIF87a", 6)) { 682 if (!strncmp((char*)q, "NETSCAPE2.0", 11) || 683 !strncmp((char*)q, "ANIMEXTS1.0", 11))
|
/external/webkit/WebKit/android/wds/ |
Command.cpp | 143 if (strncmp(buf, (*i)->name(), sizeof(buf)) == 0)
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
ImageDiff.cpp | 50 if (!strncmp("Content-Length: ", buffer, 16)) {
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 123 if (len > 50 && !strncmp(line + 49, "/tmp/sqlite-heap", strlen("/tmp/sqlite-heap"))) {
|
android_net_TrafficStats.cpp | 79 if (entry->d_name[0] != '.' && strncmp(entry->d_name, "lo", 2) != 0) {
|