HomeSort by relevance Sort by last modified time
    Searched full:strcmp (Results 176 - 200 of 3133) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iproute2/ip/
ipneigh.c 61 else if (strcmp(arg, "noarp") == 0)
63 else if (strcmp(arg, "none") == 0)
65 else if (strcmp(arg, "stale") == 0)
67 else if (strcmp(arg, "incomplete") == 0)
69 else if (strcmp(arg, "delay") == 0)
71 else if (strcmp(arg, "probe") == 0)
123 } else if (strcmp(*argv, "nud") == 0) {
138 } else if (strcmp(*argv, "dev") == 0) {
142 if (strcmp(*argv, "to") == 0) {
162 if (lla && strcmp(lla, "null"))
    [all...]
  /external/iproute2/tc/
q_prio.c 40 if (strcmp(*argv, "bands") == 0) {
48 } else if (strcmp(*argv, "priomap") == 0) {
54 } else if (strcmp(*argv, "multiqueue") == 0) {
56 } else if (strcmp(*argv, "help") == 0) {
q_rr.c 41 if (strcmp(*argv, "bands") == 0) {
49 } else if (strcmp(*argv, "priomap") == 0) {
55 } else if (strcmp(*argv, "help") == 0) {
58 } else if (strcmp(*argv, "multiqueue") == 0) {
m_police.c 87 else if (strcmp(arg, "ok") == 0)
160 strcmp(*argv, "buffer") == 0 ||
161 strcmp(*argv, "maxburst") == 0) {
171 } else if (strcmp(*argv, "mtu") == 0 ||
172 strcmp(*argv, "minburst") == 0) {
182 } else if (strcmp(*argv, "mpu") == 0) {
192 } else if (strcmp(*argv, "rate") == 0) {
202 } else if (strcmp(*argv, "avrate") == 0) {
233 } else if (strcmp(*argv, "action") == 0 ||
234 strcmp(*argv, "conform-exceed") == 0)
    [all...]
  /external/libsepol/src/
symtab.c 37 return strcmp(keyp1, keyp2);
  /external/linux-tools-perf/util/
abspath.c 11 if (pwd && strcmp(pwd, cwd)) {
  /external/mesa3d/src/mesa/program/
prog_parameter.cpp 33 if (!strcmp(name, paramList->Parameters[i].Name))
  /external/ppp/pppd/plugins/radius/
radrealms.c 84 if (p == NULL || (strcmp(p, "authserver") !=0
85 && strcmp(p, "acctserver"))) {
106 if ((realm != NULL && strcmp(p, realm) == 0) ||
107 (realm == NULL && strcmp(p, "DEFAULT") == 0) ) {
  /external/protobuf/gtest/samples/
sample2_unittest.cc 82 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);
91 EXPECT_TRUE(strcmp(s2.c_string(), kHelloString) == 0);
99 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);
104 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);
  /external/qemu/android/utils/
dirscanner.c 77 if (!strcmp(ret, ".") || !strcmp(ret, "..")) {
139 if (!strcmp(ret,".") || !strcmp(ret,"..")) {
  /external/stlport/test/unit/
bsearch_test.cpp 48 return strcmp(a_, b_) < 0 ? 1 : 0;
iter_test.cpp 53 CPPUNIT_ASSERT(!strcmp(*i, "zippy"));
56 CPPUNIT_ASSERT(!strcmp(*i, "motorboy"));
74 CPPUNIT_ASSERT(!strcmp(*it, "zippy"));
77 CPPUNIT_ASSERT(!strcmp(*it, "motorboy"));
  /external/valgrind/main/none/tests/darwin/
apple-main-arg.c 28 assert(0 == strcmp(pargv, pappl));
  /ndk/tests/device/test-gnustl-full/unit/
bsearch_test.cpp 48 return strcmp(a_, b_) < 0 ? 1 : 0;
iter_test.cpp 53 CPPUNIT_ASSERT(!strcmp(*i, "zippy"));
56 CPPUNIT_ASSERT(!strcmp(*i, "motorboy"));
74 CPPUNIT_ASSERT(!strcmp(*it, "zippy"));
77 CPPUNIT_ASSERT(!strcmp(*it, "motorboy"));
  /ndk/tests/device/test-stlport/unit/
bsearch_test.cpp 48 return strcmp(a_, b_) < 0 ? 1 : 0;
iter_test.cpp 53 CPPUNIT_ASSERT(!strcmp(*i, "zippy"));
56 CPPUNIT_ASSERT(!strcmp(*i, "motorboy"));
74 CPPUNIT_ASSERT(!strcmp(*it, "zippy"));
77 CPPUNIT_ASSERT(!strcmp(*it, "motorboy"));
  /system/core/toolbox/
dmesg.c 18 if((argc == 2) && (!strcmp(argv[1],"-c"))) {
  /external/openssl/apps/
req.c 217 if (strcmp(*argv,"-inform") == 0)
222 else if (strcmp(*argv,"-outform") == 0)
228 else if (strcmp(*argv,"-engine") == 0)
233 else if (strcmp(*argv,"-keygen_engine") == 0)
244 else if (strcmp(*argv,"-key") == 0)
249 else if (strcmp(*argv,"-pubkey") == 0)
253 else if (strcmp(*argv,"-new") == 0)
257 else if (strcmp(*argv,"-config") == 0)
262 else if (strcmp(*argv,"-keyform") == 0)
267 else if (strcmp(*argv,"-in") == 0
    [all...]
  /bionic/libc/arch-x86/string/
strcmp.S 1 /* $OpenBSD: strcmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strcmp) function
  /bionic/libc/netbsd/net/
getservbyname.c 49 if ( !strcmp( s->s_name, name ) && !strcmp( s->s_proto, proto ) )
  /bionic/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
45 strcmp(const char *s1, const char *s2) function
  /external/chromium/base/
dir_reader_posix_unittest.cc 55 if (strcmp(reader.name(), ".") == 0) {
59 if (strcmp(reader.name(), "..") == 0) {
  /external/openfst/src/bin/
fstconcat.cc 43 string in1_name = strcmp(argv[1], "-") == 0 ? "" : argv[1];
44 string in2_name = strcmp(argv[2], "-") == 0 ? "" : argv[2];
fstequal.cc 42 string in1_name = strcmp(argv[1], "-") == 0 ? "" : argv[1];
43 string in2_name = strcmp(argv[2], "-") == 0 ? "" : argv[2];

Completed in 1038 milliseconds

1 2 3 4 5 6 78 91011>>