Home
last modified time | relevance | path

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

12345678910>>...138

/external/iproute2/tc/
Dstatic-syms.h1 extern char police_action_util[] __attribute__((weak)); if (!strcmp(sym, "police_action_util")) ret…
2 extern char gact_action_util[] __attribute__((weak)); if (!strcmp(sym, "gact_action_util")) return …
3 extern char mirred_action_util[] __attribute__((weak)); if (!strcmp(sym, "mirred_action_util")) ret…
4 extern char tunnel_key_action_util[] __attribute__((weak)); if (!strcmp(sym, "tunnel_key_action_uti…
5 extern char nat_action_util[] __attribute__((weak)); if (!strcmp(sym, "nat_action_util")) return na…
6 extern char simple_action_util[] __attribute__((weak)); if (!strcmp(sym, "simple_action_util")) ret…
7 extern char ipt_action_util[] __attribute__((weak)); if (!strcmp(sym, "ipt_action_util")) return ip…
8 extern char bpf_action_util[] __attribute__((weak)); if (!strcmp(sym, "bpf_action_util")) return bp…
9 extern char connmark_action_util[] __attribute__((weak)); if (!strcmp(sym, "connmark_action_util"))…
10 extern char ife_action_util[] __attribute__((weak)); if (!strcmp(sym, "ife_action_util")) return if…
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp382 if (strcmp(token, "MaxLights") == 0) in ProcessConfigFile()
384 else if (strcmp(token, "MaxClipPlanes") == 0) in ProcessConfigFile()
386 else if (strcmp(token, "MaxTextureUnits") == 0) in ProcessConfigFile()
388 else if (strcmp(token, "MaxTextureCoords") == 0) in ProcessConfigFile()
390 else if (strcmp(token, "MaxVertexAttribs") == 0) in ProcessConfigFile()
392 else if (strcmp(token, "MaxVertexUniformComponents") == 0) in ProcessConfigFile()
394 else if (strcmp(token, "MaxVaryingFloats") == 0) in ProcessConfigFile()
396 else if (strcmp(token, "MaxVertexTextureImageUnits") == 0) in ProcessConfigFile()
398 else if (strcmp(token, "MaxCombinedTextureImageUnits") == 0) in ProcessConfigFile()
400 else if (strcmp(token, "MaxTextureImageUnits") == 0) in ProcessConfigFile()
[all …]
/external/iproute2/ip/
Dstatic-syms.h1 extern char ipvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipvlan_link_util")) return …
2 extern char can_link_util[] __attribute__((weak)); if (!strcmp(sym, "can_link_util")) return can_li…
3 extern char team_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_link_util")) return team…
4 extern char team_slave_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_slave_link_util"))…
5 extern char macvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvlan_link_util")) retur…
6 extern char macvtap_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvtap_link_util")) retur…
7 extern char vti_link_util[] __attribute__((weak)); if (!strcmp(sym, "vti_link_util")) return vti_li…
8 extern char vcan_link_util[] __attribute__((weak)); if (!strcmp(sym, "vcan_link_util")) return vcan…
9 extern char ifb_link_util[] __attribute__((weak)); if (!strcmp(sym, "ifb_link_util")) return ifb_li…
10 extern char ipoib_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipoib_link_util")) return ip…
[all …]
Dlink_iptnl.c194 if (strcmp(*argv, "remote") == 0) { in iptunnel_parse_opt()
196 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
200 } else if (strcmp(*argv, "local") == 0) { in iptunnel_parse_opt()
202 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
211 } else if (strcmp(*argv, "ttl") == 0 || in iptunnel_parse_opt()
212 strcmp(*argv, "hoplimit") == 0) { in iptunnel_parse_opt()
214 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
219 } else if (strcmp(*argv, "tos") == 0 || in iptunnel_parse_opt()
220 strcmp(*argv, "tclass") == 0 || in iptunnel_parse_opt()
225 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
[all …]
Dlink_ip6tnl.c166 if (strcmp(*argv, "ipv6/ipv6") == 0 || in ip6tunnel_parse_opt()
167 strcmp(*argv, "ip6ip6") == 0) in ip6tunnel_parse_opt()
169 else if (strcmp(*argv, "ip/ipv6") == 0 || in ip6tunnel_parse_opt()
170 strcmp(*argv, "ipv4/ipv6") == 0 || in ip6tunnel_parse_opt()
171 strcmp(*argv, "ipip6") == 0 || in ip6tunnel_parse_opt()
172 strcmp(*argv, "ip4ip6") == 0) in ip6tunnel_parse_opt()
174 else if (strcmp(*argv, "any/ipv6") == 0 || in ip6tunnel_parse_opt()
175 strcmp(*argv, "any") == 0) in ip6tunnel_parse_opt()
179 } else if (strcmp(*argv, "remote") == 0) { in ip6tunnel_parse_opt()
187 } else if (strcmp(*argv, "local") == 0) { in ip6tunnel_parse_opt()
[all …]
Dip6tunnel.c142 if (strcmp(*argv, "mode") == 0) { in parse_args()
144 if (strcmp(*argv, "ipv6/ipv6") == 0 || in parse_args()
145 strcmp(*argv, "ip6ip6") == 0) in parse_args()
147 else if (strcmp(*argv, "vti6") == 0) { in parse_args()
150 } else if (strcmp(*argv, "ip/ipv6") == 0 || in parse_args()
151 strcmp(*argv, "ipv4/ipv6") == 0 || in parse_args()
152 strcmp(*argv, "ipip6") == 0 || in parse_args()
153 strcmp(*argv, "ip4ip6") == 0) in parse_args()
155 else if (strcmp(*argv, "ip6gre") == 0 || in parse_args()
156 strcmp(*argv, "gre/ipv6") == 0) in parse_args()
[all …]
Diptunnel.c75 if (strcmp(*argv, "mode") == 0) { in parse_args()
77 if (strcmp(*argv, "ipip") == 0 || in parse_args()
78 strcmp(*argv, "ip/ip") == 0) { in parse_args()
80 } else if (strcmp(*argv, "gre") == 0 || in parse_args()
81 strcmp(*argv, "gre/ip") == 0) { in parse_args()
83 } else if (strcmp(*argv, "sit") == 0 || in parse_args()
84 strcmp(*argv, "ipv6/ip") == 0) { in parse_args()
86 } else if (strcmp(*argv, "isatap") == 0) { in parse_args()
89 } else if (strcmp(*argv, "vti") == 0) { in parse_args()
97 } else if (strcmp(*argv, "key") == 0) { in parse_args()
[all …]
/external/grpc-grpc/test/core/end2end/
Dend2end_tests.cc363 if (0 == strcmp("authority_not_supported", argv[i])) { in grpc_end2end_tests()
367 if (0 == strcmp("bad_hostname", argv[i])) { in grpc_end2end_tests()
371 if (0 == strcmp("bad_ping", argv[i])) { in grpc_end2end_tests()
375 if (0 == strcmp("binary_metadata", argv[i])) { in grpc_end2end_tests()
379 if (0 == strcmp("call_creds", argv[i])) { in grpc_end2end_tests()
383 if (0 == strcmp("call_host_override", argv[i])) { in grpc_end2end_tests()
387 if (0 == strcmp("cancel_after_accept", argv[i])) { in grpc_end2end_tests()
391 if (0 == strcmp("cancel_after_client_done", argv[i])) { in grpc_end2end_tests()
395 if (0 == strcmp("cancel_after_invoke", argv[i])) { in grpc_end2end_tests()
399 if (0 == strcmp("cancel_after_round_trip", argv[i])) { in grpc_end2end_tests()
[all …]
Dend2end_nosec_tests.cc359 if (0 == strcmp("authority_not_supported", argv[i])) { in grpc_end2end_tests()
363 if (0 == strcmp("bad_hostname", argv[i])) { in grpc_end2end_tests()
367 if (0 == strcmp("bad_ping", argv[i])) { in grpc_end2end_tests()
371 if (0 == strcmp("binary_metadata", argv[i])) { in grpc_end2end_tests()
375 if (0 == strcmp("call_host_override", argv[i])) { in grpc_end2end_tests()
379 if (0 == strcmp("cancel_after_accept", argv[i])) { in grpc_end2end_tests()
383 if (0 == strcmp("cancel_after_client_done", argv[i])) { in grpc_end2end_tests()
387 if (0 == strcmp("cancel_after_invoke", argv[i])) { in grpc_end2end_tests()
391 if (0 == strcmp("cancel_after_round_trip", argv[i])) { in grpc_end2end_tests()
395 if (0 == strcmp("cancel_before_invoke", argv[i])) { in grpc_end2end_tests()
[all …]
/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.c185 if (!strcmp(command, "exit") || in usershell()
186 !strcmp(command, "quit") || in usershell()
187 !strcmp(command, "bye")) { in usershell()
192 if (!strcmp(command, "public")) { in usershell()
204 } else if (!strcmp(command, "system")) { in usershell()
216 } else if (!strcmp(command, "add")) { in usershell()
244 } else if (!strcmp(command, "del")) { in usershell()
253 } else if (!strcmp(command, "resolve")) { in usershell()
266 } else if (!strcmp(command, "dump")) { in usershell()
272 } else if (!strcmp(command, "debug")) { in usershell()
[all …]
/external/grpc-grpc/test/core/client_channel/
Duri_parser_test.cc35 GPR_ASSERT(0 == strcmp(scheme, uri->scheme)); in test_succeeds()
36 GPR_ASSERT(0 == strcmp(authority, uri->authority)); in test_succeeds()
37 GPR_ASSERT(0 == strcmp(path, uri->path)); in test_succeeds()
38 GPR_ASSERT(0 == strcmp(query, uri->query)); in test_succeeds()
39 GPR_ASSERT(0 == strcmp(fragment, uri->fragment)); in test_succeeds()
56 GPR_ASSERT(0 == strcmp("http", uri->scheme)); in test_query_parts()
57 GPR_ASSERT(0 == strcmp("foo", uri->authority)); in test_query_parts()
58 GPR_ASSERT(0 == strcmp("/path", uri->path)); in test_query_parts()
59 GPR_ASSERT(0 == strcmp("a&b=B&c=&", uri->query)); in test_query_parts()
62 GPR_ASSERT(0 == strcmp("a", uri->query_parts[0])); in test_query_parts()
[all …]
/external/iproute2/misc/
Dssfilter.y227 if (strcmp(curtok, "!") == 0 || in yylex()
228 strcmp(curtok, "not") == 0) in yylex()
230 if (strcmp(curtok, "&") == 0 || in yylex()
231 strcmp(curtok, "&&") == 0 || in yylex()
232 strcmp(curtok, "and") == 0) in yylex()
234 if (strcmp(curtok, "|") == 0 || in yylex()
235 strcmp(curtok, "||") == 0 || in yylex()
236 strcmp(curtok, "or") == 0) in yylex()
238 if (strcmp(curtok, "(") == 0) in yylex()
240 if (strcmp(curtok, ")") == 0) in yylex()
[all …]
/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h112 return !strcmp(name, CLASS_SECTION) || in IsSupportedSection()
113 !strcmp(name, CLONE_SECTION) || in IsSupportedSection()
114 !strcmp(name, CONSTRUCTOR_SECTION) || in IsSupportedSection()
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()
117 !strcmp(name, COORD_TRANSFORM_SECTION) || in IsSupportedSection()
118 !strcmp(name, CPP_SECTION) || in IsSupportedSection()
119 !strcmp(name, CPP_END_SECTION) || in IsSupportedSection()
120 !strcmp(name, EMIT_CODE_SECTION) || in IsSupportedSection()
121 !strcmp(name, FIELDS_SECTION) || in IsSupportedSection()
[all …]
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h112 return !strcmp(name, CLASS_SECTION) || in IsSupportedSection()
113 !strcmp(name, CLONE_SECTION) || in IsSupportedSection()
114 !strcmp(name, CONSTRUCTOR_SECTION) || in IsSupportedSection()
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()
117 !strcmp(name, COORD_TRANSFORM_SECTION) || in IsSupportedSection()
118 !strcmp(name, CPP_SECTION) || in IsSupportedSection()
119 !strcmp(name, CPP_END_SECTION) || in IsSupportedSection()
120 !strcmp(name, EMIT_CODE_SECTION) || in IsSupportedSection()
121 !strcmp(name, FIELDS_SECTION) || in IsSupportedSection()
[all …]
/external/tcpdump/
Dprint-zephyr.c212 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
217 if (!strcmp(z.class, "USER_LOCATE")) { in zephyr_print()
218 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
220 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print()
227 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { in zephyr_print()
232 if (!strcmp(z.class, "ZEPHYR_CTL")) { in zephyr_print()
233 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
234 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print()
235 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print()
236 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
[all …]
/external/u-boot/drivers/usb/gadget/
Dgadget_chips.h18 #define gadget_is_net2280(g) (!strcmp("net2280", (g)->name))
24 #define gadget_is_amd5536udc(g) (!strcmp("amd5536udc", (g)->name))
30 #define gadget_is_dummy(g) (!strcmp("dummy_udc", (g)->name))
36 #define gadget_is_pxa(g) (!strcmp("pxa2xx_udc", (g)->name))
42 #define gadget_is_goku(g) (!strcmp("goku_udc", (g)->name))
49 #define gadget_is_sh(g) (!strcmp("sh_udc", (g)->name))
56 #define gadget_is_sa1100(g) (!strcmp("sa1100_udc", (g)->name))
63 #define gadget_is_mq11xx(g) (!strcmp("mq11xx_udc", (g)->name))
69 #define gadget_is_omap(g) (!strcmp("omap_udc", (g)->name))
76 #define gadget_is_n9604(g) (!strcmp("n9604_udc", (g)->name))
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmain.c66 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) { in main()
68 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) { in main()
70 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) { in main()
72 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) { in main()
74 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) { in main()
76 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) { in main()
78 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) { in main()
80 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) { in main()
82 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) { in main()
84 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) { in main()
[all …]
/external/libcups/cups/
Dipp-support.c1757 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1772 if (count == 1 && !strcmp(ippGetString(requested, 0, NULL), "all")) in ippCreateRequestedArray()
1779 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1786 if (!strcmp(value, "document-description") || !strcmp(value, "all")) in ippCreateRequestedArray()
1797 if (!strcmp(value, "document-template") || !strcmp(value, "all")) in ippCreateRequestedArray()
1807 if (!strcmp(value, "job-description") || !strcmp(value, "all")) in ippCreateRequestedArray()
1817 if (!strcmp(value, "job-template") || !strcmp(value, "all")) in ippCreateRequestedArray()
1827 if (!strcmp(value, "printer-description") || !strcmp(value, "all")) in ippCreateRequestedArray()
1838 if (!strcmp(value, "subscription-description") || !strcmp(value, "all")) in ippCreateRequestedArray()
1849 if (!strcmp(value, "subscription-template") || !strcmp(value, "all")) in ippCreateRequestedArray()
[all …]
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Decc.c126 if (strcmp(argv[1], "status") == 0) { in do_ecc()
129 } else if (strcmp(argv[1], "captureclear") == 0) { in do_ecc()
139 if (strcmp(argv[1], "sbecnt") == 0) { in do_ecc()
152 } else if (strcmp(argv[1], "sbethr") == 0) { in do_ecc()
165 } else if (strcmp(argv[1], "errdisable") == 0) { in do_ecc()
168 if (strcmp(argv[2], "+sbe") == 0) { in do_ecc()
170 } else if (strcmp(argv[2], "+mbe") == 0) { in do_ecc()
172 } else if (strcmp(argv[2], "+mse") == 0) { in do_ecc()
174 } else if (strcmp(argv[2], "+all") == 0) { in do_ecc()
178 } else if (strcmp(argv[2], "-sbe") == 0) { in do_ecc()
[all …]
/external/icu/icu4c/source/i18n/
DdecContext.cpp227 if (strcmp(string, DEC_Condition_CS)==0) in uprv_decContextSetStatusFromString()
229 if (strcmp(string, DEC_Condition_DZ)==0) in uprv_decContextSetStatusFromString()
231 if (strcmp(string, DEC_Condition_DI)==0) in uprv_decContextSetStatusFromString()
233 if (strcmp(string, DEC_Condition_DU)==0) in uprv_decContextSetStatusFromString()
235 if (strcmp(string, DEC_Condition_IE)==0) in uprv_decContextSetStatusFromString()
237 if (strcmp(string, DEC_Condition_IS)==0) in uprv_decContextSetStatusFromString()
239 if (strcmp(string, DEC_Condition_IC)==0) in uprv_decContextSetStatusFromString()
241 if (strcmp(string, DEC_Condition_IO)==0) in uprv_decContextSetStatusFromString()
244 if (strcmp(string, DEC_Condition_LD)==0) in uprv_decContextSetStatusFromString()
247 if (strcmp(string, DEC_Condition_OV)==0) in uprv_decContextSetStatusFromString()
[all …]
/external/grpc-grpc/test/core/gpr/
Dstring_test.cc41 GPR_ASSERT(0 == strcmp(src1, dst1)); in test_strdup()
50 GPR_ASSERT(0 == strcmp(got, result)); in expect_dump()
142 GPR_ASSERT(0 == strcmp("onetwothreefour", joined)); in test_strjoin()
146 GPR_ASSERT(0 == strcmp("", joined)); in test_strjoin()
150 GPR_ASSERT(0 == strcmp("one", joined)); in test_strjoin()
162 GPR_ASSERT(0 == strcmp("one, two, three, four", joined)); in test_strjoin_sep()
167 GPR_ASSERT(0 == strcmp("onetwothreefour", joined)); in test_strjoin_sep()
172 GPR_ASSERT(0 == strcmp("", joined)); in test_strjoin_sep()
177 GPR_ASSERT(0 == strcmp("one", joined)); in test_strjoin_sep()
189 GPR_ASSERT(0 == strcmp("0", buf)); in test_ltoa()
[all …]
/external/llvm/tools/llvm-c-test/
Dmain.c65 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) { in main()
67 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) { in main()
69 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) { in main()
71 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) { in main()
73 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) { in main()
75 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) { in main()
77 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) { in main()
79 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) { in main()
81 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) { in main()
83 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) { in main()
[all …]
/external/ltp/tools/apicmds/
Dltpapicmd.c91 if (strcmp(tstype, "TBROK") == 0) in ident_ttype()
93 else if (strcmp(tstype, "TFAIL") == 0) in ident_ttype()
95 else if (strcmp(tstype, "TPASS") == 0) in ident_ttype()
97 else if (strcmp(tstype, "TCONF") == 0) in ident_ttype()
99 else if (strcmp(tstype, "TWARN") == 0) in ident_ttype()
101 else if (strcmp(tstype, "TINFO") == 0) in ident_ttype()
210 if (!strcmp(p[i]->cmd, argv[i])) in apicmd_get_unused_port()
294 if(!strcmp(cmd_name, "tst_fs_has_free") && in main()
295 !strcmp(cmd_name, "tst_get_unused_port")) { in main()
310 if (strcmp(TCID, " ") == 0) { in main()
[all …]
/external/mesa3d/src/compiler/glsl/
Dtest_optpass.cpp67 } else if (strcmp(optimization, "do_algebraic") == 0) { in do_optimization()
69 } else if (strcmp(optimization, "do_constant_folding") == 0) { in do_optimization()
71 } else if (strcmp(optimization, "do_constant_variable") == 0) { in do_optimization()
73 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) { in do_optimization()
75 } else if (strcmp(optimization, "do_copy_propagation") == 0) { in do_optimization()
77 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) { in do_optimization()
79 } else if (strcmp(optimization, "do_constant_propagation") == 0) { in do_optimization()
81 } else if (strcmp(optimization, "do_dead_code") == 0) { in do_optimization()
83 } else if (strcmp(optimization, "do_dead_code_local") == 0) { in do_optimization()
85 } else if (strcmp(optimization, "do_dead_code_unlinked") == 0) { in do_optimization()
[all …]

12345678910>>...138