Searched
full:strncmp (Results
401 -
425 of
747) sorted by null
<<11121314151617181920>>
/external/dhcpcd/ |
dhcpcd.c | 185 if (match && strncmp(lst[i], match, l) == 0) {
|
/external/dropbear/ |
svr-chansession.c | 592 if ((cmdlen == 4) && strncmp(chansess->cmd, "sftp", 4) == 0) {
|
/external/e2fsprogs/e2fsck/ |
pass3.c | 625 if (strncmp(dirent->name, "..", 2))
|
/external/e2fsprogs/ext2ed/ |
init.c | 247 if (strncmp(v_type, "char[", 5) == 0) {
|
/external/icu4c/samples/cal/ |
cal.c | 142 else if(strncmp(arg, "-", strlen("-")) == 0) {
|
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 199 else if(strncmp(arg, "-", strlen("-")) == 0) {
|
/external/icu4c/tools/tzcode/ |
zdump.c | 447 if (strncmp(environ[from], "TZ=", 3) != 0)
|
/external/iproute2/ip/ |
xfrm_policy.c | 147 if (len > 2 && strncmp(*argv, "0x", 2) == 0) {
|
/external/iproute2/misc/ |
arpd.c | 705 if (strncmp(macbuf, "FAILED:", 7) == 0)
|
/external/libpcap/ |
fad-gifc.c | 371 if (strncmp(ifrp->ifr_name, "dummy", 5) == 0)
|
inet.c | 178 if (strncmp(name, "wlt", 3) == 0) {
|
/external/opencore/android/ |
metadatadriver.cpp | 419 if (strncmp("sharedfd://", srcUrl, 11) == 0) {
|
pvmediascanner.cpp | 115 if (strncmp(key, "track-info/track-number;", 24) == 0) {
|
/external/openssl/crypto/bio/ |
b_sock.c | 397 if (strncmp(name,ghbn_cache[i].name,128) == 0)
|
/external/openssl/crypto/des/ |
des.c | 773 if (strncmp((char *)b,"begin ",6) == 0) break;
|
/external/openssl/crypto/x509v3/ |
v3_utl.c | 455 if((ret = strncmp(name, cmp, len))) return ret;
|
/external/openssl/ssl/ |
t1_lib.c | 456 && strncmp(s->session->tlsext_hostname, (char *)sdata, len) == 0;
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 417 if (len == length && strncmp(ptr, match, length) == 0) {
|
SkAnimatorScript2.cpp | 507 if (len == length && strncmp(ptr, match, length) == 0) {
|
/external/v8/src/ |
conversions.cc | 117 return strncmp(str + index, other, strlen(other)) != 0;
|
d8.cc | 709 } else if (strncmp(str, "--", 2) == 0) {
|
/external/v8/src/mips/ |
disasm-mips.cc | 140 (strncmp(string, compare_string, strlen(compare_string)) == 0)
|
/external/wpa_supplicant/ |
ctrl_iface_dbus.c | 302 if (!path || strncmp(path, WPAS_DBUS_PATH_INTERFACES "/",
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 294 if (!path || strncmp(path, WPAS_DBUS_PATH_INTERFACES "/", [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
httpread.c | 318 if (0 == strncmp(hbp, "HTTP/", 5)) {
|
Completed in 378 milliseconds
<<11121314151617181920>>