HomeSort by relevance Sort by last modified time
    Searched refs:strcmp (Results 201 - 225 of 2033) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dbus/dbus/
dbus-server-win.c 60 if (strcmp (method, "nonce-tcp") == 0)
dbus-transport-win.c 64 if (strcmp (method, "nonce-tcp") != 0)
  /external/icu4c/samples/ufortune/
ufortune.c 85 if (strcmp(argv[i], "-l") ==0) {
91 if (strcmp(argv[i], "-v") == 0) {
94 if (strcmp(argv[i], "-?") == 0 ||
95 strcmp(argv[i], "--help") == 0) {
  /external/icu4c/test/threadtest/
threadtest.cpp 228 if (strcmp(argv[argnum], "-quiet") == 0)
230 else if (strcmp(argv[argnum], "-verbose") == 0)
232 else if (strcmp(argv[argnum], "--help") == 0 ||
233 (strcmp(argv[argnum], "?") == 0)) {throw 1; }
235 else if (strcmp(argv[argnum], "-threads") == 0)
244 else if (strcmp(argv[argnum], "-time") == 0)
253 else if (strcmp(argv[argnum], "-ctime") == 0)
262 else if (strcmp(argv[argnum], "string") == 0)
266 else if (strcmp(argv[argnum], "convert") == 0)
  /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_atm.c 67 if (!strcmp(*argv,"pvc")) {
75 else if (!strcmp(*argv,"svc")) {
83 else if (!strcmp(*argv,"qos")) {
90 else if (!strcmp(*argv,"sndbuf")) {
100 else if (!strcmp(*argv,"sap")) {
108 else if (!strcmp(*argv,"hdr")) {
133 else if (!strcmp(*argv,"excess")) {
135 if (!strcmp(*argv,"clp")) excess = 0;
141 else if (!strcmp(*argv,"clip")) {
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 73 if (!Modifier || strcmp(Modifier, "nohash"))
81 bool isMemOp = Modifier && !strcmp(Modifier, "mem");
90 if (!Modifier || strcmp(Modifier, "nohash"))
103 bool isMemOp = Modifier && !strcmp(Modifier, "mem");
  /external/mesa3d/src/mesa/program/
hash_table.h 117 * This is just a macro wrapper around \c strcmp.
121 #define hash_table_string_compare ((hash_compare_func_t) strcmp)
  /external/opencv/cxcore/src/
cximage.cpp 62 (strcmp( suffix, ".xml" ) == 0 ||
63 strcmp( suffix, ".Xml" ) == 0 ||
64 strcmp( suffix, ".XML" ) == 0 ||
65 strcmp( suffix, ".yml" ) == 0 ||
66 strcmp( suffix, ".Yml" ) == 0 ||
67 strcmp( suffix, ".YML" ) == 0 ||
68 strcmp( suffix, ".yaml" ) == 0 ||
69 strcmp( suffix, ".Yaml" ) == 0 ||
70 strcmp( suffix, ".YAML" ) == 0);
  /external/openssl/apps/
dh.c 122 if (strcmp(*argv,"-inform") == 0)
127 else if (strcmp(*argv,"-outform") == 0)
132 else if (strcmp(*argv,"-in") == 0)
137 else if (strcmp(*argv,"-out") == 0)
143 else if (strcmp(*argv,"-engine") == 0)
149 else if (strcmp(*argv,"-check") == 0)
151 else if (strcmp(*argv,"-text") == 0)
153 else if (strcmp(*argv,"-C") == 0)
155 else if (strcmp(*argv,"-noout") == 0)
genpkey.c 106 if (!strcmp(*args,"-outform"))
115 else if (!strcmp(*args,"-pass"))
121 else if (strcmp(*args,"-engine") == 0)
128 else if (!strcmp (*args, "-paramfile"))
138 else if (!strcmp (*args, "-out"))
147 else if (strcmp(*args,"-algorithm") == 0)
154 else if (strcmp(*args,"-pkeyopt") == 0)
170 else if (strcmp(*args,"-genparam") == 0)
176 else if (strcmp(*args,"-text") == 0)
pkcs7.c 115 if (strcmp(*argv,"-inform") == 0)
120 else if (strcmp(*argv,"-outform") == 0)
125 else if (strcmp(*argv,"-in") == 0)
130 else if (strcmp(*argv,"-out") == 0)
135 else if (strcmp(*argv,"-noout") == 0)
137 else if (strcmp(*argv,"-text") == 0)
139 else if (strcmp(*argv,"-print") == 0)
141 else if (strcmp(*argv,"-print_certs") == 0)
144 else if (strcmp(*argv,"-engine") == 0)
  /external/openssl/crypto/lhash/
lh_test.c 70 conf=lh_new(lh_strhash,strcmp);
  /external/oprofile/libutil/tests/
file_tests.c 60 if (strcmp(tmp, tests[i][1])) {
  /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/qemu/android/
resource.c 31 if ( strcmp(e->name, name) == 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;
  /external/valgrind/main/none/tests/darwin/
apple-main-arg.c 28 assert(0 == strcmp(pargv, pappl));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGViewportContainer.h 56 ASSERT(!object || !strcmp(object->renderName(), "RenderSVGViewportContainer"));
  /frameworks/base/libs/utils/
AssetDir.cpp 50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName);
  /ndk/sources/host-tools/nawk-20071023/
main.c 73 if (strcmp(argv[1],"-version") == 0 || strcmp(argv[1],"--version") == 0) {
85 if (strcmp(argv[1], "-safe") == 0)
171 if (strcmp(pfile[curpfile], "-") == 0)
  /ndk/tests/device/test-gnustl-full/unit/
bsearch_test.cpp 48 return strcmp(a_, b_) < 0 ? 1 : 0;
  /ndk/tests/device/test-stlport/unit/
bsearch_test.cpp 48 return strcmp(a_, b_) < 0 ? 1 : 0;
  /system/vold/
NetlinkHandler.cpp 54 if (!strcmp(subsys, "block")) {

Completed in 4383 milliseconds

1 2 3 4 5 6 7 891011>>