HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 1 - 25 of 1783) 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
  /external/cblas/testing/
auxiliary.c 9 if( (strncmp( type,"n",1 )==0)||(strncmp( type,"N",1 )==0) )
11 else if( (strncmp( type,"t",1 )==0)||(strncmp( type,"T",1 )==0) )
13 else if( (strncmp( type,"c",1 )==0)||(strncmp( type,"C",1 )==0) )
19 if( (strncmp( type,"u",1 )==0)||(strncmp( type,"U",1 )==0) )
21 else if( (strncmp( type,"l",1 )==0)||(strncmp( type,"L",1 )==0)
    [all...]
  /external/llvm/lib/Fuzzer/test/
StrncmpTest.cpp 15 if (Size >= 8 && strncmp(S, "123", 8))
17 if (Size >= 8 && strncmp(S, "01234567", 8) == 0) {
18 if (Size >= 12 && strncmp(S + 8, "ABCD", 4) == 0) {
19 if (Size >= 14 && strncmp(S + 12, "XY", 2) == 0) {
20 if (Size >= 16 && strncmp(S + 14, "KLM", 3) == 0) {
  /bionic/libc/upstream-openbsd/lib/libc/string/
strncmp.c 1 /* $OpenBSD: strncmp.c,v 1.9 2015/08/31 02:53:57 guenther Exp $ */
35 strncmp(const char *s1, const char *s2, size_t n) function
48 DEF_STRONG(strncmp); variable
  /external/valgrind/coregrind/m_demangle/
rust-demangle.c 51 extern int strncmp(const char *s1, const char *s2, size_t n);
168 if (strncmp (str, hash_prefix, hash_prefix_len))
199 if (!strncmp (str, "$C$", 3))
201 else if (!strncmp (str, "$SP$", 4)
202 || !strncmp (str, "$BP$", 4)
203 || !strncmp (str, "$RF$", 4)
204 || !strncmp (str, "$LT$", 4)
205 || !strncmp (str, "$GT$", 4)
206 || !strncmp (str, "$LP$", 4)
207 || !strncmp (str, "$RP$", 4)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
strstr.c 26 extern int strncmp (const void *, const void *, size_t);
37 if (strncmp (p, s2, len) == 0)
  /toolchain/binutils/binutils-2.27/cpu/
mt.opc 159 else if (strncmp (*strp, "%hi16", 5) == 0)
164 else if (strncmp (*strp, "%lo16", 5) == 0)
260 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0)
265 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0)
285 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0)
290 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0
    [all...]
  /external/e2fsprogs/misc/
base_device.c 55 if (strncmp(cp, "/dev/", 5) != 0)
60 if (strncmp(cp, "dsk/", 4) == 0)
73 if (strncmp(cp, "rd/", 3) == 0) {
97 if (strncmp(cp, "ide/", 4) == 0)
99 if (strncmp(cp, "scsi/", 5) == 0)
111 if (strncmp(cp, *hier, len) != 0)
127 if (strncmp(cp, "discs/", 6) == 0)
129 else if (strncmp(cp, "disks/", 6) == 0)
133 if (strncmp(cp, disk, 4) != 0)
  /external/syslinux/com32/gpllib/disk/
bootloaders.c 33 if (!strncmp(boot_sector + 3, "SYSLINUX", 8))
35 else if (!strncmp(boot_sector + 3, "EXTLINUX", 8))
37 else if (!strncmp(boot_sector + 3, "MSWIN4.1", 8))
  /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 150 if(strncmp(fbType, strCmdPanel, strlen(strCmdPanel)) == 0) {
153 else if(strncmp(fbType, strVideoPanel, strlen(strVideoPanel)) == 0) {
156 else if(strncmp(fbType, strLVDSPanel, strlen(strLVDSPanel)) == 0) {
159 else if(strncmp(fbType, strEDPPanel, strlen(strEDPPanel)) == 0) {
180 if(!strncmp(tokens[0], "pu_en", strlen("pu_en"))) {
186 if(!strncmp(tokens[0], "xstart", strlen("xstart"))) {
190 if(!strncmp(tokens[0], "walign", strlen("walign"))) {
194 if(!strncmp(tokens[0], "ystart", strlen("ystart"))) {
198 if(!strncmp(tokens[0], "halign", strlen("halign"))) {
202 if(!strncmp(tokens[0], "min_w", strlen("min_w")))
    [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/msm8994/libqdutils/
comptype.h 68 if ((strncmp(property, "mdp", 3)) == 0) {
70 } else if ((strncmp(property, "c2d", 3)) == 0) {
72 } else if ((strncmp(property, "dyn", 3)) == 0) {
mdp_version.cpp 172 if(strncmp(fbType, strCmdPanel, strlen(strCmdPanel)) == 0) {
175 else if(strncmp(fbType, strVideoPanel, strlen(strVideoPanel)) == 0) {
178 else if(strncmp(fbType, strLVDSPanel, strlen(strLVDSPanel)) == 0) {
181 else if(strncmp(fbType, strEDPPanel, strlen(strEDPPanel)) == 0) {
203 if(!strncmp(tokens[0], "pu_en", strlen("pu_en"))) {
209 if(!strncmp(tokens[0], "xstart", strlen("xstart"))) {
213 if(!strncmp(tokens[0], "walign", strlen("walign"))) {
217 if(!strncmp(tokens[0], "ystart", strlen("ystart"))) {
221 if(!strncmp(tokens[0], "halign", strlen("halign"))) {
225 if(!strncmp(tokens[0], "min_w", strlen("min_w")))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strncmp.c 39 strncmp(const char *s1, const char *s2, size_t n) function
  /external/compiler-rt/test/esan/TestCases/
libc-intercept.c 11 return strncmp(Buf, Str, 17);
  /external/curl/tests/libtest/
chkhostname.c 42 if(strncmp(buff, argv[1], HOSTNAME_MAX)) {
  /external/syslinux/com32/samples/
fancyhello.c 37 if (!strncmp(buffer, "exit", 4))
  /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/python/cpython2/Misc/
setuid-prog.c 108 if (strncmp(*p, "LD_", 3) == 0)
110 else if (strncmp(*p, "_RLD", 4) == 0)
112 else if (strncmp(*p, "PYTHON", 6) == 0)
114 else if (strncmp(*p, "IFS=", 4) == 0)
116 else if (strncmp(*p, "CDPATH=", 7) == 0)
118 else if (strncmp(*p, "ENV=", 4) == 0)
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 129 if (!strncmp(tokens[0], "default_pipe", strlen("default_pipe"))) {
131 } else if (!strncmp(tokens[0], "camera_pipe", strlen("camera_pipe"))) {
133 } else if (!strncmp(tokens[0], "vflip_pipe", strlen("vflip_pipe"))) {
135 } else if (!strncmp(tokens[0], "hflip_pipe", strlen("hflip_pipe"))) {
137 } else if (!strncmp(tokens[0], "default", strlen("default"))) {
139 } else if (!strncmp(tokens[0], "camera", strlen("camera"))) {
141 } else if (!strncmp(tokens[0], "vflip", strlen("vflip"))) {
143 } else if (!strncmp(tokens[0], "hflip", strlen("hflip"))) {
172 if (!strncmp(tokens[0], "hw_rev", strlen("hw_rev"))) {
174 } else if (!strncmp(tokens[0], "rot_input_fmts", strlen("rot_input_fmts")))
    [all...]
  /external/libmtp/examples/
connect.c 80 if ((strncmp(basename(argv[0]),"mtp-delfile",11) == 0) || (strncmp(basename(argv[0]),"delfile",7) == 0)) {
82 } else if ((strncmp(basename(argv[0]),"mtp-getfile",13) == 0) || (strncmp(basename(argv[0]),"getfile",9) == 0)) {
84 } else if ((strncmp(basename(argv[0]),"mtp-newfolder",13) == 0) || (strncmp(basename(argv[0]),"newfolder",9) == 0)) {
86 } else if ((strncmp(basename(argv[0]),"mtp-sendfile",11) == 0) || (strncmp(basename(argv[0]),"sendfile",7) == 0)) {
88 } else if ((strncmp(basename(argv[0]),"mtp-sendtr",10) == 0) || (strncmp(basename(argv[0]),"sendtr",6) == 0))
    [all...]

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>