HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 276 - 300 of 902) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 406 if (strncmp(reply, "OK", 2) != 0) {
435 return strncmp(reply, "OK", 2) == 0 ? 0 : -1;
652 if (strncmp(reply, "\"auth=", 6))
658 if (strncmp(reply, "\"autheap=", 9) == 0) {
661 } else if (strncmp(reply, "\"auth=", 6) == 0)
665 if (strncmp(reply, "\"auth=", 6))
805 if (strncmp(reply, "OK", 2) != 0) {
  /external/openssl/apps/
engine.c 374 if (strncmp(*argv,"-v",2) == 0)
383 else if (strncmp(*argv,"-t",2) == 0)
405 else if ((strncmp(*argv,"-h",2) == 0) ||
ciphers.c 141 else if ((strncmp(*argv,"-h",2) == 0) ||
  /external/openssl/crypto/x509v3/
v3_conf.c 229 if ((strlen(p) < 9) || strncmp(p, "critical,", 9)) return 0;
241 if ((strlen(p) >= 4) && !strncmp(p, "DER:", 4))
246 else if ((strlen(p) >= 5) && !strncmp(p, "ASN1:", 5))
v3_ncons.c 123 if (!strncmp(val->name, "permitted", 9) && val->name[9])
128 else if (!strncmp(val->name, "excluded", 8) && val->name[8])
445 if (strncmp(baseptr, emlptr, emlat - emlptr))
  /external/qemu/
arch_init.c 361 if (!strncmp(id, block->idstr, sizeof(id)))
405 if (!strncmp(id, block->idstr, sizeof(id))) {
601 if (!strncmp(c->name, p, l) && !c->name[l]) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 56 if ((p[3] == '<' || p[3] == '>') && strncmp (p + 4, ":]]", 3) == 0)
193 if (strncmp (string + rm[idx].rm_so, match + 1, strlen (match + 1)
203 || strncmp (string + rm[idx].rm_so, match,
  /bootable/recovery/applypatch/
freecache.c 55 if (strncmp(link, "/cache/", 7) == 0) {
  /bootable/recovery/minui/
events.c 60 if(strncmp(de->d_name,"event",5)) continue;
  /device/samsung/manta/power/
power_manta.c 80 if (strncmp("input", de->d_name, 5) == 0) {
  /device/samsung/manta/recovery/
recovery_updater.c 80 if (strncmp(buffer, "MANTABL", 7) != 0) return 0;
  /external/bison/lib/
argmatch.c 97 if (!strncmp (arglist[i], arg, arglen))
  /external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc 161 if ((len >= 5) && (strncmp(data, "HTTP/", 5) == 0)) {
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 55 !strncmp(dirent->name, "..", 2))
  /external/e2fsprogs/lib/ss/
listen.c 177 if (strncmp(*name, text, len) == 0) {
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 170 if (strncmp(optarg, "0x", 2) == 0)
  /external/libvorbis/vq/
latticetune.c 27 return(strncmp(s+strlen(s)-strlen(cmp),cmp,strlen(cmp)));
  /external/linux-tools-perf/util/
strlist.c 131 if (strncmp(s, "file://", 7) == 0)
  /external/openssh/
auth-rhosts.c 96 if (strncmp(cp, "NO_PLUS", 7) == 0)
compat.c 221 if (strncmp(cp, "aes", 3) != 0) {
  /external/skia/legacy/include/core/
SkPostConfig.h 193 #define sk_strncmp(s, t, n) strncmp(s, t, n)
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 157 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
  /external/srec/portable/include/
ptypes.h 245 * LCHAR version of strncmp()
247 #define LSTRNCMP strncmp
  /external/valgrind/unittest/
old_test_suite.cc 148 } else if (!strncmp(cur_arg, "shuffle", 7)) {

Completed in 504 milliseconds

<<11121314151617181920>>