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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/atom/string/
ssse3-strncmp-atom.S 33 #define STRCMP strncmp
  /bionic/libc/arch-x86_64/string/
ssse3-strncmp-slm.S 32 #define STRCMP strncmp
  /bionic/libc/upstream-openbsd/lib/libc/string/
strncmp.c 1 /* $OpenBSD: strncmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
35 strncmp(const char *s1, const char *s2, size_t n) function
strstr.c 52 } while (strncmp(s, find, len) != 0);
  /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/msm8084/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) {
mdp_version.cpp 144 if(strncmp(fbType, strCmdPanel, strlen(strCmdPanel)) == 0) {
147 else if(strncmp(fbType, strVideoPanel, strlen(strVideoPanel)) == 0) {
150 else if(strncmp(fbType, strLVDSPanel, strlen(strLVDSPanel)) == 0) {
153 else if(strncmp(fbType, strEDPPanel, strlen(strEDPPanel)) == 0) {
174 if(!strncmp(tokens[0], "pu_en", strlen("pu_en"))) {
180 if(!strncmp(tokens[0], "xstart", strlen("xstart"))) {
184 if(!strncmp(tokens[0], "walign", strlen("walign"))) {
188 if(!strncmp(tokens[0], "ystart", strlen("ystart"))) {
192 if(!strncmp(tokens[0], "halign", strlen("halign"))) {
196 if(!strncmp(tokens[0], "min_w", strlen("min_w")))
    [all...]
  /hardware/qcom/display/msm8226/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) {
mdp_version.cpp 132 if(strncmp(fbType, strCmdPanel, strlen(strCmdPanel)) == 0) {
135 else if(strncmp(fbType, strVideoPanel, strlen(strVideoPanel)) == 0) {
138 else if(strncmp(fbType, strLVDSPanel, strlen(strLVDSPanel)) == 0) {
141 else if(strncmp(fbType, strEDPPanel, strlen(strEDPPanel)) == 0) {
162 if(!strncmp(tokens[0], "pu_en", strlen("pu_en"))) {
168 if(!strncmp(tokens[0], "xalign", strlen("xalign"))) {
172 if(!strncmp(tokens[0], "walign", strlen("walign"))) {
176 if(!strncmp(tokens[0], "ystart", strlen("ystart"))) {
180 if(!strncmp(tokens[0], "halign", strlen("halign"))) {
207 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) |
    [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) {
  /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 246 if (strncmp("et", p->opt.source, 2) == 0 || /* Challenge 10 Mbit */
247 strncmp("ec", p->opt.source, 2) == 0 || /* Indigo/Indy 10 Mbit,
249 strncmp("ef", p->opt.source, 2) == 0 || /* O200/2000 10/100 Mbit */
250 strncmp("eg", p->opt.source, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
251 strncmp("gfe", p->opt.source, 3) == 0 || /* GIO 100 Mbit */
252 strncmp("fxp", p->opt.source, 3) == 0 || /* Challenge VME Enet */
253 strncmp("ep", p->opt.source, 2) == 0 || /* Challenge 8x10 Mbit EPLEX */
254 strncmp("vfe", p->opt.source, 3) == 0 || /* Challenge VME 100Mbit */
255 strncmp("fa", p->opt.source, 2) == 0 ||
256 strncmp("qaa", p->opt.source, 3) == 0 |
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 85 if (strncmp(attributeName, "variant", nameLength) == 0) {
86 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
88 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
91 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
109 if (strncmp(tag, "family", len)== 0) {
122 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
124 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
126 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
129 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
142 if (strncmp(tag, "family", len)== 0)
    [all...]
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 85 if (strncmp(attributeName, "variant", nameLength) == 0) {
86 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
88 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
91 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
109 if (strncmp(tag, "family", len)== 0) {
122 } else if (len == 7 && strncmp(tag, "nameset", len) == 0) {
124 } else if (len == 7 && strncmp(tag, "fileset", len) == 0) {
126 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
129 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
142 if (strncmp(tag, "family", len)== 0)
    [all...]

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>