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

1 2 3 4 56 7 8 91011>>

  /external/iproute2/tc/
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) {
q_sfq.c 39 if (strcmp(*argv, "quantum") == 0) {
46 } else if (strcmp(*argv, "perturb") == 0) {
53 } else if (strcmp(*argv, "limit") == 0) {
64 } else if (strcmp(*argv, "help") == 0) {
q_fifo.c 38 if (strcmp(*argv, "limit") == 0) {
45 } else if (strcmp(*argv, "help") == 0) {
71 if (strcmp(qu->id, "bfifo") == 0) {
  /external/srtp/crypto/test/
env.c 90 if (strcmp("", str) == 0) {
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.h 52 ASSERT(!object || !strcmp(object->renderName(), "RenderHTMLCanvas"));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTextPath.h 53 ASSERT(!object || !strcmp(object->renderName(), "RenderSVGTextPath"));
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 66 if (strcmp(tmp, "PASSWORD") == 0) {
69 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) {
72 } else if (strcmp(tmp, "IDENTITY") == 0)
74 else if (strcmp(tmp, "PASSPHRASE") == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 66 if (strcmp(tmp, "PASSWORD") == 0) {
69 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) {
72 } else if (strcmp(tmp, "IDENTITY") == 0)
74 else if (strcmp(tmp, "PASSPHRASE") == 0) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 66 if (strcmp(tmp, "PASSWORD") == 0) {
69 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) {
72 } else if (strcmp(tmp, "IDENTITY") == 0)
74 else if (strcmp(tmp, "PASSPHRASE") == 0) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 58 is_utf8 = (strcmp (codeset_name, "UTF-8") == 0);
  /system/core/toolbox/
ln.c 18 if(!strcmp(argv[1],"-s")) {
mkdir.c 20 if(argc < 2 || strcmp(argv[1], "--help") == 0) {
24 int recursive = (strcmp(argv[1], "-p") == 0 ||
25 strcmp(argv[1], "--parents") == 0) ? 1 : 0;
  /external/chromium/net/test/
openssl_helper.cc 19 if (servername && strcmp(servername, "test.example.com") == 0)
65 if (strcmp(argv[i], "sni") == 0) {
68 } else if (strcmp(argv[i], "snap-start") == 0) {
71 } else if (strcmp(argv[i], "snap-start-recovery") == 0) {
75 } else if (strcmp(argv[i], "sslv3") == 0) {
78 } else if (strcmp(argv[i], "session-tickets") == 0) {
81 } else if (strcmp(argv[i], "fail-resume") == 0) {
84 } else if (strcmp(argv[i], "client-cert") == 0) {
87 } else if (strcmp(argv[i], "npn") == 0) {
90 } else if (strcmp(argv[i], "npn-mispredict") == 0)
    [all...]
  /external/dbus/bus/
activation-helper-bin.c 82 strcmp (argv[1], "--help") == 0 ||
83 strcmp (argv[1], "-h") == 0 ||
84 strcmp (argv[1], "-?") == 0)
  /external/iproute2/ip/
iplink_macvlan.c 45 if (strcmp(*argv, "private") == 0)
47 else if (strcmp(*argv, "vepa") == 0)
49 else if (strcmp(*argv, "bridge") == 0)
  /external/openssl/apps/
ocsp.c 180 if (!strcmp(*args, "-out"))
189 else if (!strcmp(*args, "-timeout"))
205 else if (!strcmp(*args, "-url"))
218 else if (!strcmp(*args, "-host"))
227 else if (!strcmp(*args, "-port"))
236 else if (!strcmp(*args, "-header"))
246 else if (!strcmp(*args, "-ignore_err"))
248 else if (!strcmp(*args, "-noverify"))
250 else if (!strcmp(*args, "-nonce"))
252 else if (!strcmp(*args, "-no_nonce")
    [all...]
spkac.c 112 if (strcmp(*argv,"-in") == 0)
117 else if (strcmp(*argv,"-out") == 0)
122 else if (strcmp(*argv,"-passin") == 0)
127 else if (strcmp(*argv,"-key") == 0)
132 else if (strcmp(*argv,"-challenge") == 0)
137 else if (strcmp(*argv,"-spkac") == 0)
142 else if (strcmp(*argv,"-spksect") == 0)
148 else if (strcmp(*argv,"-engine") == 0)
154 else if (strcmp(*argv,"-noout") == 0)
156 else if (strcmp(*argv,"-pubkey") == 0
    [all...]
s_client.c 525 if (strcmp(*argv,"-host") == 0)
530 else if (strcmp(*argv,"-port") == 0)
536 else if (strcmp(*argv,"-connect") == 0)
542 else if (strcmp(*argv,"-verify") == 0)
549 else if (strcmp(*argv,"-cert") == 0)
554 else if (strcmp(*argv,"-sess_out") == 0)
559 else if (strcmp(*argv,"-sess_in") == 0)
564 else if (strcmp(*argv,"-certform") == 0)
575 else if (strcmp(*argv,"-verify_return_error") == 0)
577 else if (strcmp(*argv,"-prexit") == 0
    [all...]
pkeyutl.c 119 if (!strcmp(*argv,"-in"))
124 else if (!strcmp(*argv,"-out"))
129 else if (!strcmp(*argv,"-sigfile"))
134 else if(!strcmp(*argv, "-inkey"))
152 else if (!strcmp(*argv,"-peerkey"))
159 else if (!strcmp(*argv,"-passin"))
164 else if (strcmp(*argv,"-peerform") == 0)
169 else if (strcmp(*argv,"-keyform") == 0)
175 else if(!strcmp(*argv, "-engine"))
183 else if(!strcmp(*argv, "-pubin")
    [all...]
pkcs12.c 144 if (!strcmp (*args, "-nokeys")) options |= NOKEYS;
145 else if (!strcmp (*args, "-keyex")) keytype = KEY_EX;
146 else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG;
147 else if (!strcmp (*args, "-nocerts")) options |= NOCERTS;
148 else if (!strcmp (*args, "-clcerts")) options |= CLCERTS;
149 else if (!strcmp (*args, "-cacerts")) options |= CACERTS;
150 else if (!strcmp (*args, "-noout")) options |= (NOKEYS|NOCERTS);
151 else if (!strcmp (*args, "-info")) options |= INFO;
152 else if (!strcmp (*args, "-chain")) chain = 1;
153 else if (!strcmp (*args, "-twopass")) twopass = 1
    [all...]
enc.c 144 if (strcmp(pname,"base64") == 0)
147 if (strcmp(pname,"zlib") == 0)
154 && (strcmp(pname,"enc") != 0))
156 if (!base64 && (cipher == NULL) && (strcmp(pname,"enc") != 0))
167 if (strcmp(*argv,"-e") == 0)
169 else if (strcmp(*argv,"-in") == 0)
174 else if (strcmp(*argv,"-out") == 0)
179 else if (strcmp(*argv,"-pass") == 0)
185 else if (strcmp(*argv,"-engine") == 0)
191 else if (strcmp(*argv,"-d") == 0
    [all...]
  /external/v8/src/arm/
constants-arm.cc 112 if (strcmp(names_[i], name) == 0) {
131 if (strcmp(names_[i], name) == 0) {
139 if (strcmp(aliases_[i].name, name) == 0) {
  /system/core/fastboot/
fastboot.c 83 if(!strcmp(item,"boot")) {
85 } else if(!strcmp(item,"recovery")) {
87 } else if(!strcmp(item,"system")) {
89 } else if(!strcmp(item,"userdata")) {
91 } else if(!strcmp(item,"info")) {
167 if (serial && strcmp(serial, info->serial_number) != 0) return -1;
385 if (!strcmp(name,"board")) name = "product";
496 if (strcmp(xtn, ".img")) return;
579 if (!strcmp(*argv, "devices")) {
584 if (!strcmp(*argv, "help"))
    [all...]
  /external/v8/test/cctest/
cctest.cc 78 if (strcmp(arg, "--list") == 0) {
94 && strcmp(test->file(), file) == 0
95 && strcmp(test->name(), name) == 0) {
108 && (strcmp(test->file(), file_or_name) == 0
109 || strcmp(test->name(), file_or_name) == 0)) {
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 256 if( !strcmp(ext, ".bmp") || !strcmp(ext, ".dib") )
258 else if( !strcmp(ext, ".exr") )
260 else if( !strcmp(ext, ".jpeg") || !strcmp(ext, ".jpg") || !strcmp(ext, ".jpe") )
262 else if( !strcmp(ext, ".jp2") )
264 else if( !strcmp(ext, ".pdf") )
266 else if( !strcmp(ext, ".png") )
268 else if( !strcmp(ext, ".tiff") || !strcmp(ext, ".tif")
    [all...]

Completed in 1247 milliseconds

1 2 3 4 56 7 8 91011>>