/external/srec/tools/parseStringTest/ |
parseStringTest.c | 461 if (!strncmp(line, "__END__", 7)) 552 if (!strncmp(line, "__END__", 7))
|
/external/wpa_supplicant/ |
tls_openssl.c | 330 if (strncmp(name, "cert://", 7) == 0) { 337 } else if (strncmp(name, "hash://", 7) == 0) { 371 (strncmp(name, "cert://", 7) != 0 && 372 strncmp(name, "hash://", 7) != 0)) 480 if (name == NULL || strncmp(name, "cert_store://", 13) != 0) 1162 if (ca_cert && strncmp("keystore://", ca_cert, 11) == 0) { [all...] |
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 578 return strncmp(a, b, strlen(b)) == 0; 606 if (strncmp(pos, "CTRL-", 5) == 0) {
|
/external/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 625 return strncmp(a, b, strlen(b)) == 0; 653 if (strncmp(pos, "CTRL-", 5) == 0) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_openssl.c | 286 if (strncmp(name, "cert://", 7) == 0) { 293 } else if (strncmp(name, "hash://", 7) == 0) { 327 (strncmp(name, "cert://", 7) != 0 && 328 strncmp(name, "hash://", 7) != 0)) 430 if (name == NULL || strncmp(name, "cert_store://", 13) != 0) 1144 if (ca_cert && strncmp("keystore://", ca_cert, 11) == 0) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 576 return strncmp(a, b, strlen(b)) == 0; 604 if (strncmp(pos, "CTRL-", 5) == 0) {
|
/frameworks/base/media/libmediaplayerservice/ |
VorbisPlayer.cpp | 193 if(strncmp(*ptr, ANDROID_LOOP_TAG, strlen(ANDROID_LOOP_TAG)) == 0) { 196 mAndroidLoop = (strncmp(val, "true", 4) == 0);
|
/system/core/toolbox/ |
powerd.c | 90 state = !(strncmp(buf, "Unknown", 7) == 0 91 || strncmp(buf, "Discharging", 11) == 0);
|
/dalvik/libcore/dalvik/src/main/native/ |
dalvik_system_TouchDex.cpp | 104 if (strncmp(propBuf, "int:", 4) == 0) {
|
/external/bison/lib/ |
argmatch.c | 101 if (!strncmp (arglist[i], arg, arglen))
|
/external/bluetooth/glib/glib/ |
gpattern.c | 167 return strncmp (pspec->pattern, string, pspec->pattern_length) == 0;
|
/external/dbus/tools/ |
dbus-cleanup-sockets.c | 179 if (strncmp (dent->d_name, "dbus-", 5) != 0)
|
/external/e2fsprogs/util/ |
subst.c | 170 !strncmp(replace_name, ent->value+1,
|
/external/elfutils/src/ |
ldlex.l | 316 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
|
/external/grub/netboot/ |
linux-asm-string.h | 255 static inline int strncmp(const char * cs,const char * ct,size_t count) function
|
/external/icu4c/tools/toolutil/ |
uparse.c | 53 0==strncmp((s=u_skipWhitespace(s+1)), "missing", 7) &&
|
/external/ipsec-tools/src/racoon/ |
vendorid.c | 129 if (strncmp(all_vendor_ids[i].hash->v, hash,
|
/external/kernel-headers/original/asm-x86/ |
string_32.h | 24 extern int strncmp(const char *cs, const char *ct, size_t count);
|
/external/netperf/ |
netcpu_kstat.c | 156 if (strncmp(ks->ks_name, "cpu_stat", 8) == 0)
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_stdstring.cpp | 66 return (int32)strncmp(str1, str2, count);
|
oscl_time.cpp | 162 if (!strncmp(ptr + 4, months[i], 3))
|
/external/srec/config/en.us/dictionary/ |
cmu2nuance.cpp | 35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
|
/external/webkit/WebKitTools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 201 if (!strncmp("Content-Length: ", buffer, 16)) {
|
/prebuilt/linux-x86/ccache/ |
ccache | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
toplev.h | 29 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
|