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

1 2 3 45 6 7 8 91011>>

  /external/iproute2/ip/
rtm_map.c 64 if (strcmp(arg, "local") == 0)
66 else if (strcmp(arg, "nat") == 0)
69 strcmp(arg, "brd") == 0)
85 else if (strcmp(arg, "throw") == 0)
xfrm_policy.c 110 if (strcmp(*argv, "in") == 0)
112 else if (strcmp(*argv, "out") == 0)
114 else if (strcmp(*argv, "fwd") == 0)
130 if (strcmp(*argv, "main") == 0)
132 else if (strcmp(*argv, "sub") == 0)
157 if (strcmp(*argv, "localok") == 0)
184 if (strcmp(*argv, "mode") == 0) {
187 } else if (strcmp(*argv, "reqid") == 0) {
190 } else if (strcmp(*argv, "level") == 0) {
193 if (strcmp(*argv, "required") == 0
    [all...]
ipntable.c 93 if (strcmp(*argv, "name") == 0) {
103 } else if (strcmp(*argv, "thresh1") == 0) {
113 } else if (strcmp(*argv, "thresh2") == 0) {
123 } else if (strcmp(*argv, "thresh3") == 0) {
133 } else if (strcmp(*argv, "gc_int") == 0) {
144 } else if (strcmp(*argv, "dev") == 0) {
156 } else if (strcmp(*argv, "base_reachable") == 0) {
168 } else if (strcmp(*argv, "retrans") == 0) {
180 } else if (strcmp(*argv, "gc_stale") == 0) {
192 } else if (strcmp(*argv, "delay_probe") == 0)
    [all...]
rtmon.c 84 if (strcmp(argv[1], "inet") == 0)
86 else if (strcmp(argv[1], "inet6") == 0)
88 else if (strcmp(argv[1], "link") == 0)
90 else if (strcmp(argv[1], "help") == 0)
96 } else if (strcmp(argv[1], "-4") == 0) {
98 } else if (strcmp(argv[1], "-6") == 0) {
100 } else if (strcmp(argv[1], "-0") == 0) {
120 } else if (strcmp(argv[1], "all") == 0) {
  /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")) {
q_red.c 49 if (strcmp(*argv, "limit") == 0) {
55 } else if (strcmp(*argv, "min") == 0) {
61 } else if (strcmp(*argv, "max") == 0) {
67 } else if (strcmp(*argv, "burst") == 0) {
73 } else if (strcmp(*argv, "avpkt") == 0) {
79 } else if (strcmp(*argv, "probability") == 0) {
85 } else if (strcmp(*argv, "bandwidth") == 0) {
91 } else if (strcmp(*argv, "ecn") == 0) {
93 } else if (strcmp(*argv, "help") == 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_gred.c 60 if (strcmp(*argv, "DPs") == 0) {
71 } else if (strcmp(*argv, "default") == 0) {
85 } else if (strcmp(*argv, "grio") == 0) {
87 } else if (strcmp(*argv, "help") == 0) {
133 if (strcmp(*argv, "limit") == 0) {
140 } else if (strcmp(*argv, "setup") == 0) {
147 } else if (strcmp(*argv, "min") == 0) {
154 } else if (strcmp(*argv, "max") == 0) {
161 } else if (strcmp(*argv, "DP") == 0) {
172 } else if (strcmp(*argv, "burst") == 0)
    [all...]
p_icmp.c 38 if (strcmp(*argv, "type") == 0) {
43 if (strcmp(*argv, "code") == 0) {
  /external/webkit/Source/WebCore/bindings/objc/
ExceptionHandlers.mm 50 if (strcmp(description.typeName, "DOM Range") == 0)
52 else if (strcmp(description.typeName, "DOM Events") == 0)
55 else if (strcmp(description.typeName, "DOM SVG") == 0)
58 else if (strcmp(description.typeName, "DOM XPath") == 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) {
  /system/core/toolbox/
ln.c 18 if(!strcmp(argv[1],"-s")) {
  /system/extras/tests/sdcard/
testcase.cpp 171 if (strcmp(mName, "write") == 0) mType = WRITE;
172 if (strcmp(mName, "read") == 0) mType = READ;
173 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
174 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
192 if (strcmp(advice, "sequential") == 0)
196 else if (strcmp(advice, "random") == 0)
200 else if (strcmp(advice, "noreuse") == 0)
204 else if (strcmp(advice, "willneed") == 0)
208 else if (strcmp(advice, "dontneed") == 0)
  /external/openssl/apps/
dsa.c 139 if (strcmp(*argv,"-inform") == 0)
144 else if (strcmp(*argv,"-outform") == 0)
149 else if (strcmp(*argv,"-in") == 0)
154 else if (strcmp(*argv,"-out") == 0)
159 else if (strcmp(*argv,"-passin") == 0)
164 else if (strcmp(*argv,"-passout") == 0)
170 else if (strcmp(*argv,"-engine") == 0)
176 else if (strcmp(*argv,"-pvk-strong") == 0)
178 else if (strcmp(*argv,"-pvk-weak") == 0)
180 else if (strcmp(*argv,"-pvk-none") == 0
    [all...]
gendsa.c 106 if (strcmp(*argv,"-out") == 0)
111 else if (strcmp(*argv,"-passout") == 0)
117 else if (strcmp(*argv,"-engine") == 0)
123 else if (strcmp(*argv,"-rand") == 0)
128 else if (strcmp(*argv,"-") == 0)
131 else if (strcmp(*argv,"-des") == 0)
133 else if (strcmp(*argv,"-des3") == 0)
137 else if (strcmp(*argv,"-idea") == 0)
141 else if (strcmp(*argv,"-seed") == 0)
145 else if (strcmp(*argv,"-aes128") == 0
    [all...]
pkcs8.c 106 if (!strcmp(*args,"-v2"))
122 else if (!strcmp(*args,"-v1"))
138 else if (!strcmp(*args,"-inform"))
147 else if (!strcmp(*args,"-outform"))
156 else if (!strcmp (*args, "-topk8"))
158 else if (!strcmp (*args, "-noiter"))
160 else if (!strcmp (*args, "-nocrypt"))
162 else if (!strcmp (*args, "-nooct"))
164 else if (!strcmp (*args, "-nsdb"))
166 else if (!strcmp (*args, "-embed")
    [all...]
dgst.c 91 if (strcmp(from, mname))
157 if (strcmp(*argv,"-c") == 0)
159 else if (strcmp(*argv,"-r") == 0)
161 else if (strcmp(*argv,"-rand") == 0)
166 else if (strcmp(*argv,"-out") == 0)
171 else if (strcmp(*argv,"-sign") == 0)
176 else if (!strcmp(*argv,"-passin"))
182 else if (strcmp(*argv,"-verify") == 0)
189 else if (strcmp(*argv,"-prverify") == 0)
195 else if (strcmp(*argv,"-signature") == 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...]
  /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...]
  /bionic/libc/string/
strcoll.c 32 * support locales, we assume we always use the C locale and call strcmp.
39 return strcmp(s1, s2);
  /external/bluetooth/glib/tests/
node-test.c 159 TEST (tstring, strcmp (tstring, "ABCDEFGHIJK") == 0);
162 TEST (tstring, strcmp (tstring, "CDEBHIJKGFA") == 0);
165 TEST (tstring, strcmp (tstring, "CBDEAHGIJKF") == 0);
168 TEST (tstring, strcmp (tstring, "ABFCDEGHIJK") == 0);
172 TEST (tstring, strcmp (tstring, "CDEHIJK") == 0);
175 TEST (tstring, strcmp (tstring, "ABFG") == 0);
182 TEST (tstring, strcmp (tstring, "ABFEDCGKJIH") == 0);
189 TEST (tstring, strcmp (tstring, "ABFEDCGLMKJIH") == 0);
  /external/chromium/chrome/browser/ui/cocoa/
objc_method_swizzle.mm 46 DCHECK(0 == strcmp(originalTypes, alternateTypes));
48 strcmp(originalTypes, alternateTypes)) {
  /external/linux-tools-perf/
builtin-bench.c 134 if (!strcmp(str, BENCH_FORMAT_DEFAULT_STR))
136 else if (!strcmp(str, BENCH_FORMAT_SIMPLE_STR))
197 if (!strcmp(argv[0], "all")) {
203 if (strcmp(subsystems[i].name, argv[0]))
212 if (!strcmp(argv[1], "all")) {
218 if (strcmp(subsystems[i].suites[j].name, argv[1]))
230 if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) {
  /external/openssh/
audit.c 51 if (strcmp(method, "none") == 0)
53 else if (strcmp(method, "password") == 0)
55 else if (strcmp(method, "publickey") == 0 ||
56 strcmp(method, "rsa") == 0)
59 strcmp(method, "challenge-response") == 0)
61 else if (strcmp(method, "hostbased") == 0 ||
62 strcmp(method, "rhosts-rsa") == 0)
64 else if (strcmp(method, "gssapi-with-mic") == 0)
  /external/oprofile/libop/tests/
cpu_type_tests.c 53 if (cpu->type != CPU_NO_GOOD && strcmp(cpu->name, name)) {
58 if (cpu->type == CPU_NO_GOOD && strcmp("invalid cpu type", name)) {

Completed in 507 milliseconds

1 2 3 45 6 7 8 91011>>