Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/external/libxml2/
Dlegacy.c177 if (!strcmp(name, "validate")) { in xmlGetFeature()
179 } else if (!strcmp(name, "keep blanks")) { in xmlGetFeature()
181 } else if (!strcmp(name, "disable SAX")) { in xmlGetFeature()
183 } else if (!strcmp(name, "fetch external entities")) { in xmlGetFeature()
185 } else if (!strcmp(name, "substitute entities")) { in xmlGetFeature()
187 } else if (!strcmp(name, "gather line info")) { in xmlGetFeature()
189 } else if (!strcmp(name, "user data")) { in xmlGetFeature()
191 } else if (!strcmp(name, "is html")) { in xmlGetFeature()
193 } else if (!strcmp(name, "is standalone")) { in xmlGetFeature()
195 } else if (!strcmp(name, "document")) { in xmlGetFeature()
[all …]
Dxmlcatalog.c187 if (!strcmp(command, "exit")) in usershell()
189 if (!strcmp(command, "quit")) in usershell()
191 if (!strcmp(command, "bye")) in usershell()
193 if (!strcmp(command, "public")) { in usershell()
205 } else if (!strcmp(command, "system")) { in usershell()
217 } else if (!strcmp(command, "add")) { in usershell()
245 } else if (!strcmp(command, "del")) { in usershell()
254 } else if (!strcmp(command, "resolve")) { in usershell()
267 } else if (!strcmp(command, "dump")) { in usershell()
273 } else if (!strcmp(command, "debug")) { in usershell()
[all …]
Dxmllint.c2954 if (!strcmp(argv[i], "-")) in main()
2959 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) in main()
2963 if ((!strcmp(argv[i], "-shell")) || in main()
2964 (!strcmp(argv[i], "--shell"))) { in main()
2970 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy"))) in main()
2974 if ((!strcmp(argv[i], "-recover")) || in main()
2975 (!strcmp(argv[i], "--recover"))) { in main()
2978 } else if ((!strcmp(argv[i], "-huge")) || in main()
2979 (!strcmp(argv[i], "--huge"))) { in main()
2981 } else if ((!strcmp(argv[i], "-noent")) || in main()
[all …]
/external/iproute2/misc/
Dssfilter.y208 if (strcmp(curtok, "!") == 0 || in yylex()
209 strcmp(curtok, "not") == 0) in yylex()
211 if (strcmp(curtok, "&") == 0 || in yylex()
212 strcmp(curtok, "&&") == 0 || in yylex()
213 strcmp(curtok, "and") == 0) in yylex()
215 if (strcmp(curtok, "|") == 0 || in yylex()
216 strcmp(curtok, "||") == 0 || in yylex()
217 strcmp(curtok, "or") == 0) in yylex()
219 if (strcmp(curtok, "(") == 0) in yylex()
221 if (strcmp(curtok, ")") == 0) in yylex()
[all …]
/external/tcpdump/
Dprint-zephyr.c193 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
198 if (!strcmp(z.class, "USER_LOCATE")) { in zephyr_print()
199 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
201 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print()
208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { in zephyr_print()
213 if (!strcmp(z.class, "ZEPHYR_CTL")) { in zephyr_print()
214 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
215 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print()
216 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print()
217 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
[all …]
/external/webkit/WebKit/win/
DWebKitDLL.cpp144 if (!strcmp(name, "textAreaResizeCorner")) in loadResourceIntoBuffer()
146 else if (!strcmp(name, "missingImage")) in loadResourceIntoBuffer()
148 else if (!strcmp(name, "nullPlugin")) in loadResourceIntoBuffer()
150 else if (!strcmp(name, "panIcon")) in loadResourceIntoBuffer()
152 else if (!strcmp(name, "panSouthCursor")) in loadResourceIntoBuffer()
154 else if (!strcmp(name, "panNorthCursor")) in loadResourceIntoBuffer()
156 else if (!strcmp(name, "panEastCursor")) in loadResourceIntoBuffer()
158 else if (!strcmp(name, "panWestCursor")) in loadResourceIntoBuffer()
160 else if (!strcmp(name, "panSouthEastCursor")) in loadResourceIntoBuffer()
162 else if (!strcmp(name, "panSouthWestCursor")) in loadResourceIntoBuffer()
[all …]
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp110 if (strcmp(element, "speak") == 0) in startElement()
129 if (strcmp(attributes[i], "xml:lang") == 0) in startElement()
140 else if (strcmp(element, "p") == 0) /* currently no attributes are supported for <p> */ in startElement()
152 else if (strcmp(element, "s") == 0) /* currently no attributes are supported for <s> */ in startElement()
164 else if (strcmp(element, "phoneme") == 0) /* only ipa and xsampa alphabets are supported */ in startElement()
175 if (strcmp(attributes[i], "alphabet") == 0) in startElement()
177 if (strcmp(attributes[i+1], "xsampa") == 0) in startElement()
182 if (strcmp(attributes[i], "ph") == 0) in startElement()
270 else if (strcmp(element, "break") == 0) in startElement()
285 if (strcmp(attributes[i], "time") == 0) in startElement()
[all …]
/external/openssl/apps/
Dsmime.c138 if (!strcmp (*args, "-encrypt")) in MAIN()
140 else if (!strcmp (*args, "-decrypt")) in MAIN()
142 else if (!strcmp (*args, "-sign")) in MAIN()
144 else if (!strcmp (*args, "-resign")) in MAIN()
146 else if (!strcmp (*args, "-verify")) in MAIN()
148 else if (!strcmp (*args, "-pk7out")) in MAIN()
151 else if (!strcmp (*args, "-des3")) in MAIN()
153 else if (!strcmp (*args, "-des")) in MAIN()
157 else if (!strcmp (*args, "-seed")) in MAIN()
161 else if (!strcmp (*args, "-rc2-40")) in MAIN()
[all …]
Dcms.c161 if (!strcmp (*args, "-encrypt")) in MAIN()
163 else if (!strcmp (*args, "-decrypt")) in MAIN()
165 else if (!strcmp (*args, "-sign")) in MAIN()
167 else if (!strcmp (*args, "-sign_receipt")) in MAIN()
169 else if (!strcmp (*args, "-resign")) in MAIN()
171 else if (!strcmp (*args, "-verify")) in MAIN()
173 else if (!strcmp (*args, "-verify_retcode")) in MAIN()
175 else if (!strcmp(*args,"-verify_receipt")) in MAIN()
183 else if (!strcmp (*args, "-cmsout")) in MAIN()
185 else if (!strcmp (*args, "-data_out")) in MAIN()
[all …]
Drsautl.c121 if (!strcmp(*argv,"-in")) { in MAIN()
126 } else if (!strcmp(*argv,"-out")) { in MAIN()
131 } else if(!strcmp(*argv, "-inkey")) { in MAIN()
136 } else if (!strcmp(*argv,"-passin")) { in MAIN()
141 } else if (strcmp(*argv,"-keyform") == 0) { in MAIN()
147 } else if(!strcmp(*argv, "-engine")) { in MAIN()
153 } else if(!strcmp(*argv, "-pubin")) { in MAIN()
155 } else if(!strcmp(*argv, "-certin")) { in MAIN()
158 else if(!strcmp(*argv, "-asn1parse")) asn1parse = 1; in MAIN()
159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1; in MAIN()
[all …]
Dpkcs12.c144 if (!strcmp (*args, "-nokeys")) options |= NOKEYS; in MAIN()
145 else if (!strcmp (*args, "-keyex")) keytype = KEY_EX; in MAIN()
146 else if (!strcmp (*args, "-keysig")) keytype = KEY_SIG; in MAIN()
147 else if (!strcmp (*args, "-nocerts")) options |= NOCERTS; in MAIN()
148 else if (!strcmp (*args, "-clcerts")) options |= CLCERTS; in MAIN()
149 else if (!strcmp (*args, "-cacerts")) options |= CACERTS; in MAIN()
150 else if (!strcmp (*args, "-noout")) options |= (NOKEYS|NOCERTS); in MAIN()
151 else if (!strcmp (*args, "-info")) options |= INFO; in MAIN()
152 else if (!strcmp (*args, "-chain")) chain = 1; in MAIN()
153 else if (!strcmp (*args, "-twopass")) twopass = 1; in MAIN()
[all …]
Dec.c127 if (strcmp(*argv,"-inform") == 0) in MAIN()
132 else if (strcmp(*argv,"-outform") == 0) in MAIN()
137 else if (strcmp(*argv,"-in") == 0) in MAIN()
142 else if (strcmp(*argv,"-out") == 0) in MAIN()
147 else if (strcmp(*argv,"-passin") == 0) in MAIN()
152 else if (strcmp(*argv,"-passout") == 0) in MAIN()
157 else if (strcmp(*argv, "-engine") == 0) in MAIN()
162 else if (strcmp(*argv, "-noout") == 0) in MAIN()
164 else if (strcmp(*argv, "-text") == 0) in MAIN()
166 else if (strcmp(*argv, "-conv_form") == 0) in MAIN()
[all …]
Ds_client.c485 if (strcmp(*argv,"-host") == 0) in MAIN()
490 else if (strcmp(*argv,"-port") == 0) in MAIN()
496 else if (strcmp(*argv,"-connect") == 0) in MAIN()
502 else if (strcmp(*argv,"-verify") == 0) in MAIN()
509 else if (strcmp(*argv,"-cert") == 0) in MAIN()
514 else if (strcmp(*argv,"-sess_out") == 0) in MAIN()
519 else if (strcmp(*argv,"-sess_in") == 0) in MAIN()
524 else if (strcmp(*argv,"-certform") == 0) in MAIN()
535 else if (strcmp(*argv,"-verify_return_error") == 0) in MAIN()
537 else if (strcmp(*argv,"-prexit") == 0) in MAIN()
[all …]
Dgendsa.c109 if (strcmp(*argv,"-out") == 0) in MAIN()
114 else if (strcmp(*argv,"-passout") == 0) in MAIN()
120 else if (strcmp(*argv,"-engine") == 0) in MAIN()
126 else if (strcmp(*argv,"-rand") == 0) in MAIN()
131 else if (strcmp(*argv,"-") == 0) in MAIN()
134 else if (strcmp(*argv,"-des") == 0) in MAIN()
136 else if (strcmp(*argv,"-des3") == 0) in MAIN()
140 else if (strcmp(*argv,"-idea") == 0) in MAIN()
144 else if (strcmp(*argv,"-seed") == 0) in MAIN()
148 else if (strcmp(*argv,"-aes128") == 0) in MAIN()
[all …]
/external/stlport/test/unit/
Dinsert_test.cpp42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") ); in insert1()
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") ); in insert1()
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") ); in insert1()
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") ); in insert1()
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") ); in insert1()
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") ); in insert1()
50 CPPUNIT_ASSERT( !strcmp(names[5], "laurie") ); in insert1()
51 CPPUNIT_ASSERT( !strcmp(names[6], "jennifer") ); in insert1()
52 CPPUNIT_ASSERT( !strcmp(names[7], "leisa") ); in insert1()
53 CPPUNIT_ASSERT( !strcmp(names[8], "leisa") ); in insert1()
[all …]
/external/icu4c/i18n/
DdecContext.c232 if (strcmp(string, DEC_Condition_CS)==0) in uprv_decContextSetStatusFromString()
234 if (strcmp(string, DEC_Condition_DZ)==0) in uprv_decContextSetStatusFromString()
236 if (strcmp(string, DEC_Condition_DI)==0) in uprv_decContextSetStatusFromString()
238 if (strcmp(string, DEC_Condition_DU)==0) in uprv_decContextSetStatusFromString()
240 if (strcmp(string, DEC_Condition_IE)==0) in uprv_decContextSetStatusFromString()
242 if (strcmp(string, DEC_Condition_IS)==0) in uprv_decContextSetStatusFromString()
244 if (strcmp(string, DEC_Condition_IC)==0) in uprv_decContextSetStatusFromString()
246 if (strcmp(string, DEC_Condition_IO)==0) in uprv_decContextSetStatusFromString()
249 if (strcmp(string, DEC_Condition_LD)==0) in uprv_decContextSetStatusFromString()
252 if (strcmp(string, DEC_Condition_OV)==0) in uprv_decContextSetStatusFromString()
[all …]
/external/iproute2/ip/
Diplink.c101 if (strcmp(l->id, id) == 0) in get_link_kind()
188 if (strcmp(*argv, "up") == 0) { in iplink_parse()
191 } else if (strcmp(*argv, "down") == 0) { in iplink_parse()
194 } else if (strcmp(*argv, "name") == 0) { in iplink_parse()
207 strcmp(*argv, "brd") == 0) { in iplink_parse()
214 strcmp(*argv, "qlen") == 0 || in iplink_parse()
222 } else if (strcmp(*argv, "mtu") == 0) { in iplink_parse()
229 } else if (strcmp(*argv, "netns") == 0) { in iplink_parse()
236 } else if (strcmp(*argv, "multicast") == 0) { in iplink_parse()
239 if (strcmp(*argv, "on") == 0) { in iplink_parse()
[all …]
Dip6tunnel.c115 if (strcmp(*argv, "mode") == 0) { in parse_args()
117 if (strcmp(*argv, "ipv6/ipv6") == 0 || in parse_args()
118 strcmp(*argv, "ip6ip6") == 0) in parse_args()
120 else if (strcmp(*argv, "ip/ipv6") == 0 || in parse_args()
121 strcmp(*argv, "ipv4/ipv6") == 0 || in parse_args()
122 strcmp(*argv, "ipip6") == 0 || in parse_args()
123 strcmp(*argv, "ip4ip6") == 0) in parse_args()
125 else if (strcmp(*argv, "any/ipv6") == 0 || in parse_args()
126 strcmp(*argv, "any") == 0) in parse_args()
132 } else if (strcmp(*argv, "remote") == 0) { in parse_args()
[all …]
Diptunnel.c66 if (strcmp(*argv, "mode") == 0) { in parse_args()
68 if (strcmp(*argv, "ipip") == 0 || in parse_args()
69 strcmp(*argv, "ip/ip") == 0) { in parse_args()
75 } else if (strcmp(*argv, "gre") == 0 || in parse_args()
76 strcmp(*argv, "gre/ip") == 0) { in parse_args()
82 } else if (strcmp(*argv, "sit") == 0 || in parse_args()
83 strcmp(*argv, "ipv6/ip") == 0) { in parse_args()
89 } else if (strcmp(*argv, "isatap") == 0) { in parse_args()
100 } else if (strcmp(*argv, "key") == 0) { in parse_args()
114 } else if (strcmp(*argv, "ikey") == 0) { in parse_args()
[all …]
/external/icu4c/samples/date/
Ddate.c75 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) { in main()
79 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { in main()
83 else if(strcmp(arg, "-u") == 0 || strcmp(arg, "--gmt") == 0) { in main()
87 else if(strcmp(arg, "-f") == 0 || strcmp(arg, "--full") == 0) { in main()
91 else if(strcmp(arg, "-l") == 0 || strcmp(arg, "--long") == 0) { in main()
95 else if(strcmp(arg, "-m") == 0 || strcmp(arg, "--medium") == 0) { in main()
99 else if(strcmp(arg, "-s") == 0 || strcmp(arg, "--short") == 0) { in main()
102 else if(strcmp(arg, "-F") == 0 || strcmp(arg, "--format") == 0) { in main()
109 else if(strcmp(arg, "--") == 0) { in main()
/external/protobuf/gtest/test/
Dgtest_env_var_test_.cc54 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag()
59 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag()
64 if (strcmp(flag, "color") == 0) { in PrintFlag()
69 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag()
74 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag()
79 if (strcmp(flag, "filter") == 0) { in PrintFlag()
84 if (strcmp(flag, "output") == 0) { in PrintFlag()
89 if (strcmp(flag, "print_time") == 0) { in PrintFlag()
94 if (strcmp(flag, "repeat") == 0) { in PrintFlag()
99 if (strcmp(flag, "stack_trace_depth") == 0) { in PrintFlag()
[all …]
/external/gtest/test/
Dgtest_env_var_test_.cc54 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag()
59 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag()
64 if (strcmp(flag, "color") == 0) { in PrintFlag()
69 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag()
74 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag()
79 if (strcmp(flag, "filter") == 0) { in PrintFlag()
84 if (strcmp(flag, "output") == 0) { in PrintFlag()
89 if (strcmp(flag, "print_time") == 0) { in PrintFlag()
94 if (strcmp(flag, "repeat") == 0) { in PrintFlag()
99 if (strcmp(flag, "stack_trace_depth") == 0) { in PrintFlag()
[all …]
/external/clearsilver/cgi/
Dhtml.c619 if (!strcmp(s, "agrave")) return 0xe0; /* � */ in _expand_amp_8859_1_char()
620 if (!strcmp(s, "aacute")) return 0xe1; /* � */ in _expand_amp_8859_1_char()
621 if (!strcmp(s, "acirc")) return 0xe2; /* � */ in _expand_amp_8859_1_char()
622 if (!strcmp(s, "atilde")) return 0xe3; /* � */ in _expand_amp_8859_1_char()
623 if (!strcmp(s, "auml")) return 0xe4; /* � */ in _expand_amp_8859_1_char()
624 if (!strcmp(s, "aring")) return 0xe5; /* � */ in _expand_amp_8859_1_char()
625 if (!strcmp(s, "aelig")) return 0xe6; /* � */ in _expand_amp_8859_1_char()
626 if (!strcmp(s, "amp")) return '&'; in _expand_amp_8859_1_char()
629 if (!strcmp(s, "ccedil")) return 0xe7; /* � */ in _expand_amp_8859_1_char()
632 if (!strcmp(s, "egrave")) return 0xe8; /* � */ in _expand_amp_8859_1_char()
[all …]
/external/dbus/dbus/
Ddbus-errors.c68 if (strcmp (error, DBUS_ERROR_FAILED) == 0) in message_from_error()
70 else if (strcmp (error, DBUS_ERROR_NO_MEMORY) == 0) in message_from_error()
72 else if (strcmp (error, DBUS_ERROR_IO_ERROR) == 0) in message_from_error()
74 else if (strcmp (error, DBUS_ERROR_BAD_ADDRESS) == 0) in message_from_error()
76 else if (strcmp (error, DBUS_ERROR_NOT_SUPPORTED) == 0) in message_from_error()
78 else if (strcmp (error, DBUS_ERROR_LIMITS_EXCEEDED) == 0) in message_from_error()
80 else if (strcmp (error, DBUS_ERROR_ACCESS_DENIED) == 0) in message_from_error()
82 else if (strcmp (error, DBUS_ERROR_AUTH_FAILED) == 0) in message_from_error()
84 else if (strcmp (error, DBUS_ERROR_NO_SERVER) == 0) in message_from_error()
86 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0) in message_from_error()
[all …]
/external/iproute2/tc/
Dp_ip.c36 if (strcmp(*argv, "src") == 0) { in parse_ip()
42 if (strcmp(*argv, "dst") == 0) { in parse_ip()
52 if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) { in parse_ip()
58 if (strcmp(*argv, "ihl") == 0) { in parse_ip()
64 if (strcmp(*argv, "protocol") == 0) { in parse_ip()
78 if (strcmp(*argv, "nofrag") == 0) { in parse_ip()
85 if (strcmp(*argv, "firstfrag") == 0) { in parse_ip()
91 if (strcmp(*argv, "ce") == 0) { in parse_ip()
97 if (strcmp(*argv, "df") == 0) { in parse_ip()
103 if (strcmp(*argv, "mf") == 0) { in parse_ip()
[all …]

12345678910>>...48