Searched refs:strncmp (Results 26 - 50 of 855) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libelf/
H A Delf-knowledge.h65 || (strncmp (name, ".gnu.warning.", sizeof ".gnu.warning." - 1) != 0 \
/external/iptables/extensions/
H A Dlibxt_set.h112 if (strncmp(ptr, "src", 3) == 0)
114 else if (strncmp(ptr, "dst", 3) == 0)
138 if (strncmp(ptr, "src", 3) == 0)
140 else if (strncmp(ptr, "dst", 3) != 0)
/external/ppp/pppd/plugins/radius/
H A Dutil.c40 if (strncmp (months[i], valstr, 3) == 0)
/external/tcpdump/
H A Dprint-beep.c48 return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c308 if (strncmp(line, "struct", 6) == 0) {
396 if (strncmp(&line[1], "ignore-case", 11) == 0) {
398 } else if (strncmp(&line[1], "compare-strncmp", 15) == 0) {
400 } else if (strncmp(&line[1], "readonly-tables", 15) == 0) {
402 } else if (strncmp(&line[1], "language=", 9) == 0) {
408 } else if (strncmp(&line[1], "delimiters=", 11) == 0) {
414 } else if (strncmp(&line[1], "enum", 4) == 0) {
416 } else if (strncmp(&line[1], "struct-type", 11) == 0) {
418 } else if (strncmp(
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Drealpath.c73 } else if (namelen == 1 && strncmp(in, ".", 1) == 0) {
75 } else if (namelen == 2 && strncmp(in, "..", 2) == 0) {
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dmodule_instance.cc160 if (ppp == NULL && 0 == strncmp(PPP_INSTANCE_INTERFACE, interface_name,
166 if (0 == strncmp(PPP_MESSAGING_INTERFACE, interface_name,
/external/chromium_org/third_party/skia/src/core/
H A DSkTSearch.cpp35 int cmp = strncmp(elem, target, target_len);
45 int cmp = strncmp(elem, target, target_len);
/external/skia/src/core/
H A DSkTSearch.cpp35 int cmp = strncmp(elem, target, target_len);
45 int cmp = strncmp(elem, target, target_len);
/external/valgrind/main/none/tests/
H A Dprocfs-cmdline-exe.c59 if (strncmp(buf, cwd, strlen(cwd)) == 0)
79 if (strncmp(buf, cwd, strlen(cwd)) == 0)
/external/fio/
H A Dparse.c152 if (!strncmp("us", c, 2) || !strncmp("usec", c, 4))
154 else if (!strncmp("ms", c, 2) || !strncmp("msec", c, 4))
203 if (!strncmp("pib", c, 3)) {
206 } else if (!strncmp("tib", c, 3)) {
209 } else if (!strncmp("gib", c, 3)) {
212 } else if (!strncmp("mib", c, 3)) {
215 } else if (!strncmp("kib", c, 3)) {
218 } else if (!strncmp("
[all...]
/external/sqlite/dist/orig/
H A Dshell.c1468 }else if( strncmp(zTable, "sqlite_", 7)==0 ){
1470 }else if( strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){
2281 if( (c=='b' && n>=3 && strncmp(azArg[0], "backup", n)==0)
2282 || (c=='s' && n>=3 && strncmp(azArg[0], "save", n)==0)
2337 if( c=='b' && n>=3 && strncmp(azArg[0], "bail", n)==0 ){
2349 if( c=='b' && n>=3 && strncmp(azArg[0], "breakpoint", n)==0 ){
2353 if( c=='c' && strncmp(azArg[0], "clone", n)==0 ){
2362 if( c=='d' && n>1 && strncmp(azArg[0], "databases", n)==0 ){
2381 if( c=='d' && strncmp(azArg[0], "dump", n)==0 ){
2435 if( c=='e' && strncmp(azAr
[all...]
/external/sqlite/dist/
H A Dshell.c1473 }else if( strncmp(zTable, "sqlite_", 7)==0 ){
1475 }else if( strncmp(zSql, "CREATE VIRTUAL TABLE", 20)==0 ){
2301 if( (c=='b' && n>=3 && strncmp(azArg[0], "backup", n)==0)
2302 || (c=='s' && n>=3 && strncmp(azArg[0], "save", n)==0)
2357 if( c=='b' && n>=3 && strncmp(azArg[0], "bail", n)==0 ){
2369 if( c=='b' && n>=3 && strncmp(azArg[0], "breakpoint", n)==0 ){
2373 if( c=='c' && strncmp(azArg[0], "clone", n)==0 ){
2382 if( c=='d' && n>1 && strncmp(azArg[0], "databases", n)==0 ){
2401 if( c=='d' && strncmp(azArg[0], "dump", n)==0 ){
2455 if( c=='e' && strncmp(azAr
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
132 } else if (!strncmp(tokens.File.String, "const", tokens.File.Length)) {
134 } else if (!strncmp(tokens.File.String, "none", tokens.File.Length)) {
240 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
242 } else if (!strncmp(tokens.File.String, "output", tokens.File.Length)) {
347 if (strncmp(tokens.Opcode.String, info->Name, tokens.Opcode.Length)) {
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c128 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
130 } else if (!strncmp(tokens.File.String, "input", tokens.File.Length)) {
132 } else if (!strncmp(tokens.File.String, "const", tokens.File.Length)) {
134 } else if (!strncmp(tokens.File.String, "none", tokens.File.Length)) {
240 if (!strncmp(tokens.File.String, "temp", tokens.File.Length)) {
242 } else if (!strncmp(tokens.File.String, "output", tokens.File.Length)) {
347 if (strncmp(tokens.Opcode.String, info->Name, tokens.Opcode.Length)) {
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c185 if (strncmp("__insmod_", line + 9, 9)) {
192 while ((*cp2) && !!strncmp("_S", cp2+1, 2) && !!strncmp("_O", cp2+1, 2))
216 while ((*cp3) && !!strncmp("_M", cp3+1, 2))
237 if (strncmp(".text_L", cp2, 7)) {
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c285 if (strlen(cmd) > 4 && !strncmp(cmd, "nic-", 4)) {
289 || (strncmp(cmd, "eth", 3) && strncmp(cmd, "nas", 3)
290 && strncmp(cmd, "tap", 3) && strncmp(cmd, "br", 2))) {
/external/clang/test/Analysis/
H A Dstring.c760 // strncmp()
763 #define strncmp BUILTIN(strncmp) macro
764 int strncmp(const char *s1, const char *s2, size_t n);
767 clang_analyzer_eval(strncmp("123", "123", 3) == 0); // expected-warning{{TRUE}}
772 clang_analyzer_eval(strncmp(x, "123", 3) == 0); // expected-warning{{TRUE}}
777 clang_analyzer_eval(strncmp("123", x, 3) == 0); // expected-warning{{TRUE}}
783 clang_analyzer_eval(strncmp(x, y, 3) == 0); // expected-warning{{TRUE}}
789 clang_analyzer_eval(strncmp(x, y, 3) == 1); // expected-warning{{TRUE}}
795 clang_analyzer_eval(strncmp(
[all...]
/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c340 if(0 == strncmp(" Section length", inLine, 18))
369 else if(0 == strncmp("Dump of file ", inLine, 13))
437 if(0 != strncmp(sectionString, "DEBUG", 5) && 0 != strncmp(sectionString, "ABS", 3) && 0 != strncmp(sectionString, "UNDEF", 5))
442 if(0 == strncmp(sectionString, "SECT", 4))
559 if(0 == strncmp(classArg, "()", 2))
563 if(0 == strncmp(classArg, ".bf or.ef", 9))
574 0 != strncmp(classArg, "Label", 5) &&
575 0 != strncmp(symbolAr
[all...]
/external/oprofile/libpopt/
H A Dpoptconfig.c30 if (strncmp(line, con->appName, nameLength)) return;
62 if (!strncmp(item->argv[i], "--POPTdesc=", sizeof("--POPTdesc=")-1)) {
69 if (!strncmp(item->argv[i], "--POPTargs=", sizeof("--POPTargs=")-1)) {
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c33 if (!strncmp(*text,"max",3)) {
67 else if (!strncmp(end,"cps",3)) end += 3;
68 else if (!strncmp(end,"bps",3)) {
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio_test.c132 strncmp((const char *)contents, "test ", 5) != 0 ||
133 strncmp((const char *)contents + 5, string, kLengths[i]) != 0) {
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.cc105 return strncmp(s1, s2, strlen(s2)) == 0;
117 return strncmp(start, s2, s2_length) == 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc137 if ((strncmp(firstline, "#!rtpplay1.0", 12) != 0) &&
138 (strncmp(firstline, "#!RTPencode1.0", 14) != 0)) {
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c16 int strncmp(const char *s1, const char *s2, size_t n);
71 int t11(void) { return strncmp("foo", "bar", 3); }
73 // CHECK: strncmp

Completed in 9620 milliseconds

1234567891011>>