Searched
full:strncmp (Results
251 -
275 of
747) sorted by null
<<11121314151617181920>>
/bootable/recovery/ |
roots.c | 80 if (strncmp(info->name, root_path, len) == 0) {
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_InstanceNonce.c | 245 result = (strncmp("six", utf, 3) == 0);
|
android_jni_cts_StaticNonce.c | 260 result = (strncmp("six", utf, 3) == 0);
|
/external/bluetooth/bluez/src/ |
manager.c | 149 } else if (!strncmp(pattern, "hci", 3) && strlen(pattern) >= 4) {
|
/external/bluetooth/glib/glib/ |
gfileutils.c | 1162 if (!XXXXXX || strncmp (XXXXXX, "XXXXXX", 6)) [all...] |
/external/dbus/tools/ |
dbus-launch-x11.c | 59 if (strncmp (s, prefix, plen) == 0)
|
dbus-send.c | 246 else if (strncmp (arg, "--print-reply", 13) == 0)
|
/external/dhcpcd/ |
if-linux.c | 174 if (strncmp(ifname, ifn, sizeof(ifn)) == 0)
|
/external/dropbear/ |
svr-authpubkey.c | 213 if (strncmp(buf_getptr(line, algolen), algo, algolen) != 0) {
|
/external/e2fsprogs/debugfs/ |
htree.c | 384 strncmp(p->search_name, dirent->name,
|
/external/libpcap/ |
fad-glifc.c | 185 if (strncmp(ifrp->lifr_name, "dummy", 5) == 0)
|
/external/openssl/apps/ |
req.c | 300 if (strncmp("rsa:",p,4) == 0 || is_numeric) 309 if (strncmp("dsa:",p,4) == 0) 349 if (strncmp("ec:",p,3) == 0) 402 if (strncmp("dh:",p,4) == 0) [all...] |
/external/openssl/crypto/asn1/ |
a_strnid.c | 103 if(!strncmp(p, "MASK:", 5)) {
|
n_pkey.c | 256 if ((enckey->os->length != 11) || (strncmp("private-key",
|
/external/openssl/crypto/bio/ |
bss_log.c | 215 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
|
/external/openssl/crypto/x509/ |
by_dir.c | 206 strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
SDLMain.m | 361 if ( argc >= 2 && strncmp (argv[1], "-psn", 4) == 0 ) {
|
/external/qemu/hw/ |
qdev.c | 172 if (strncmp(dev->type->info->name, "virtio", 6) == 0) {
|
/external/quake/quake/src/QW/client/ |
common.h | 144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
|
snd_mem.c | 308 if (!strncmp ((char*) (data_p + 28), "mark", 4))
|
/external/quake/quake/src/WinQuake/ |
snd_mem.cpp | 306 if (!strncmp ((char*) (data_p + 28), "mark", 4))
|
/external/skia/bench/ |
benchmain.cpp | 289 } else if (strlen(*argv) > 2 && strncmp(*argv, "-D", 2) == 0) {
|
/external/skia/src/animator/ |
SkBuildCondensedInfo.cpp | 97 if (strncmp("skia3d:", name, sizeof("skia3d:") - 1) == 0) {
|
SkDisplayXMLParser.cpp | 109 return strncmp(attrName, "xmlns", sizeof("xmlns") - 1) != 0;
|
/external/v8/test/cctest/ |
test-log-utils.cc | 63 if (strncmp(expected.start(), value.start(), expected.length()) != 0) {
|
Completed in 510 milliseconds
<<11121314151617181920>>