HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 1 - 25 of 1166) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/string/
ssse3-strncmp-atom.S 33 #define STRCMP strncmp
  /external/e2fsprogs/misc/
base_device.c 54 if (strncmp(cp, "/dev/", 5) != 0)
59 if (strncmp(cp, "dsk/", 4) == 0)
72 if (strncmp(cp, "rd/", 3) == 0) {
96 if (strncmp(cp, "ide/", 4) == 0)
98 if (strncmp(cp, "scsi/", 5) == 0)
110 if (strncmp(cp, *hier, len) != 0)
126 if (strncmp(cp, "discs/", 6) == 0)
128 else if (strncmp(cp, "disks/", 6) == 0)
132 if (strncmp(cp, disk, 4) != 0)
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_fat.c 106 if (!strncmp(alg, "ALL", len))
108 else if (!strncmp(alg, "RSA", len))
110 else if (!strncmp(alg, "DSA", len))
112 else if (!strncmp(alg, "ECDH", len))
114 else if (!strncmp(alg, "ECDSA", len))
116 else if (!strncmp(alg, "DH", len))
118 else if (!strncmp(alg, "RAND", len))
120 else if (!strncmp(alg, "CIPHERS", len))
122 else if (!strncmp(alg, "DIGESTS", len))
124 else if (!strncmp(alg, "PKEY", len)
    [all...]
  /external/openssl/crypto/engine/
eng_fat.c 106 if (!strncmp(alg, "ALL", len))
108 else if (!strncmp(alg, "RSA", len))
110 else if (!strncmp(alg, "DSA", len))
112 else if (!strncmp(alg, "ECDH", len))
114 else if (!strncmp(alg, "ECDSA", len))
116 else if (!strncmp(alg, "DH", len))
118 else if (!strncmp(alg, "RAND", len))
120 else if (!strncmp(alg, "CIPHERS", len))
122 else if (!strncmp(alg, "DIGESTS", len))
124 else if (!strncmp(alg, "PKEY", len)
    [all...]
  /hardware/qcom/display/msm8960/libqdutils/
comptype.h 66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8974/libqdutils/
comptype.h 66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8x26/libqdutils/
comptype.h 66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /bionic/libc/string/
strncmp.c 1 /* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
39 strncmp(const char *s1, const char *s2, size_t n) function
strstr.c 52 } while (strncmp(s, find, len) != 0);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGImage.cpp 37 SkASSERT(strncmp(data, "data:image/", 11) == 0);
39 SkASSERT(strncmp(data, "png;", 4) == 0 || strncmp(data, "jpeg;", 5) == 0);
41 SkASSERT(strncmp(data, ";base64,", 8) == 0);
  /external/skia/src/svg/
SkSVGImage.cpp 37 SkASSERT(strncmp(data, "data:image/", 11) == 0);
39 SkASSERT(strncmp(data, "png;", 4) == 0 || strncmp(data, "jpeg;", 5) == 0);
41 SkASSERT(strncmp(data, ";base64,", 8) == 0);
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Disp.c 80 if (!strncmp(msg, "1", 1)) {
82 } else if (!strncmp(msg, "2", 1)) {
84 } else if (strncmp(msg, "Q", 1) == 0 || strncmp(msg, "q", 1) == 0) {
  /external/libmtp/examples/
connect.c 94 if ((strncmp(basename(argv[0]),"mtp-delfile",11) == 0) || (strncmp(basename(argv[0]),"delfile",7) == 0)) {
96 } else if ((strncmp(basename(argv[0]),"mtp-getfile",13) == 0) || (strncmp(basename(argv[0]),"getfile",9) == 0)) {
98 } else if ((strncmp(basename(argv[0]),"mtp-newfolder",13) == 0) || (strncmp(basename(argv[0]),"newfolder",9) == 0)) {
100 } else if ((strncmp(basename(argv[0]),"mtp-sendfile",11) == 0) || (strncmp(basename(argv[0]),"sendfile",7) == 0)) {
102 } else if ((strncmp(basename(argv[0]),"mtp-sendtr",10) == 0) || (strncmp(basename(argv[0]),"sendtr",6) == 0))
    [all...]
  /external/bison/lib/
progname.c 61 if (base - argv0 >= 7 && strncmp (base - 7, "/.libs/", 7) == 0)
64 if (strncmp (base, "lt-", 3) == 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse_extra.c 171 if (strncmp(option, "ARB_", 4) == 0) {
177 if (strncmp(option, "fog_", 4) == 0) {
194 } else if (strncmp(option, "precision_hint_", 15) == 0) {
219 } else if (strncmp(option, "fragment_coord_", 15) == 0) {
232 } else if (strncmp(option, "ATI_", 4) == 0) {
242 } else if (strncmp(option, "NV_fragment_program", 19) == 0) {
253 } else if (strncmp(option, "MESA_", 5) == 0) {
  /external/mesa3d/src/mesa/program/
program_parse_extra.c 171 if (strncmp(option, "ARB_", 4) == 0) {
177 if (strncmp(option, "fog_", 4) == 0) {
194 } else if (strncmp(option, "precision_hint_", 15) == 0) {
219 } else if (strncmp(option, "fragment_coord_", 15) == 0) {
232 } else if (strncmp(option, "ATI_", 4) == 0) {
242 } else if (strncmp(option, "NV_fragment_program", 19) == 0) {
253 } else if (strncmp(option, "MESA_", 5) == 0) {
  /device/asus/flo/charger_touch/
charger_touch.c 76 if (!strncmp(str, WIRELESS, strlen(WIRELESS))) {
79 if (!strncmp(wlc, "1", 1))
84 } else if (!strncmp(str, USB, strlen(USB))) {
91 if (!strncmp(usb, "1", 1)) {
93 } else if (!strncmp(ac, "1", 1)) {
  /device/lge/mako/charger_touch/
charger_touch.c 76 if (!strncmp(str, WIRELESS, strlen(WIRELESS))) {
79 if (!strncmp(wlc, "1", 1))
84 } else if (!strncmp(str, USB, strlen(USB))) {
91 if (!strncmp(usb, "1", 1)) {
93 } else if (!strncmp(ac, "1", 1)) {
  /external/libpcap/
pcap-snoop.c 243 if (strncmp("et", device, 2) == 0 || /* Challenge 10 Mbit */
244 strncmp("ec", device, 2) == 0 || /* Indigo/Indy 10 Mbit,
246 strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
247 strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
248 strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
249 strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
250 strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX */
251 strncmp("vfe", device, 3) == 0 || /* Challenge VME 100Mbit */
252 strncmp("fa", device, 2) == 0 ||
253 strncmp("qaa", device, 3) == 0 |
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 88 if (strncmp(attributeName, "variant", nameLength) == 0) {
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
94 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
113 if (strncmp(tag, "family", len)== 0) {
126 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
128 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
130 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
133 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
146 if (strncmp(tag, "family", len)== 0)
    [all...]
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 88 if (strncmp(attributeName, "variant", nameLength) == 0) {
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
94 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
113 if (strncmp(tag, "family", len)== 0) {
126 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
128 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
130 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
133 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
146 if (strncmp(tag, "family", len)== 0)
    [all...]
  /system/core/adb/
services.c 336 if(!strncmp(name, "tcp:", 4)) {
351 } else if(!strncmp(name, "local:", 6)) {
354 } else if(!strncmp(name, "localreserved:", 14)) {
357 } else if(!strncmp(name, "localabstract:", 14)) {
360 } else if(!strncmp(name, "localfilesystem:", 16)) {
365 } else if(!strncmp("dev:", name, 4)) {
367 } else if(!strncmp(name, "framebuffer:", 12)) {
369 } else if (!strncmp(name, "jdwp:", 5)) {
371 } else if (!strncmp(name, "log:", 4)) {
373 } else if(!HOST && !strncmp(name, "shell:", 6))
    [all...]
  /external/dropbear/
cli-service.c 61 && strncmp(SSH_SERVICE_USERAUTH, servicename, len) == 0) {
72 && strncmp(SSH_SERVICE_CONNECTION, servicename, len) == 0) {
svr-service.c 48 strncmp(SSH_SERVICE_USERAUTH, name, len) == 0) {
58 (strncmp(SSH_SERVICE_CONNECTION, name, len) == 0)) {
  /external/stlport/test/unit/cppunit/
test_main.cpp 84 if (!strncmp(argv[i], "-t=", 3)) {
88 else if (!strncmp(argv[i], "-f=", 3)) {
92 else if (!strncmp(argv[i], "-x=", 3)) {
96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) {

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>