/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-list.c | 68 if (strcmp(argv[i], "tracepoint") == 0) in cmd_list() 70 else if (strcmp(argv[i], "hw") == 0 || in cmd_list() 71 strcmp(argv[i], "hardware") == 0) in cmd_list() 74 else if (strcmp(argv[i], "sw") == 0 || in cmd_list() 75 strcmp(argv[i], "software") == 0) { in cmd_list() 79 } else if (strcmp(argv[i], "cache") == 0 || in cmd_list() 80 strcmp(argv[i], "hwcache") == 0) in cmd_list() 82 else if (strcmp(argv[i], "pmu") == 0) in cmd_list() 86 else if (strcmp(argv[i], "sdt") == 0) in cmd_list() 88 else if (strcmp(arg in cmd_list() [all...] |
H A D | perf.c | 101 if (strstarts(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config() 120 if (strstarts(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config() 122 if (strstarts(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config() 184 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options() 191 if (!strcmp(cmd, "-h")) { in handle_options() 196 if (!strcmp(cmd, "-v")) { in handle_options() 201 if (!strcmp(cmd, "-vv")) { in handle_options() 218 } else if (!strcmp(cmd, "--html-path")) { in handle_options() 221 } else if (!strcmp(cm in handle_options() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/ |
H A D | common.c | 156 if (!strcmp(perf_env__arch(NULL), arch)) in perf_env__lookup_binutils_path() 173 if (!strcmp(arch, "arc")) in perf_env__lookup_binutils_path() 175 else if (!strcmp(arch, "arm")) in perf_env__lookup_binutils_path() 177 else if (!strcmp(arch, "arm64")) in perf_env__lookup_binutils_path() 179 else if (!strcmp(arch, "powerpc")) in perf_env__lookup_binutils_path() 181 else if (!strcmp(arch, "riscv32")) in perf_env__lookup_binutils_path() 183 else if (!strcmp(arch, "riscv64")) in perf_env__lookup_binutils_path() 185 else if (!strcmp(arch, "sh")) in perf_env__lookup_binutils_path() 187 else if (!strcmp(arch, "s390")) in perf_env__lookup_binutils_path() 189 else if (!strcmp(arc in perf_env__lookup_binutils_path() [all...] |
/third_party/libsnd/tests/ |
H A D | dither_test.c | 59 do_all = ! strcmp (argv [1], "all") ; in main() 61 if (do_all || ! strcmp (argv [1], "wav")) in main() 66 if (do_all || ! strcmp (argv [1], "aiff")) in main() 71 if (do_all || ! strcmp (argv [1], "au")) in main() 76 if (do_all || ! strcmp (argv [1], "svx")) in main() 81 if (do_all || ! strcmp (argv [1], "nist")) in main() 86 if (do_all || ! strcmp (argv [1], "paf")) in main() 91 if (do_all || ! strcmp (argv [1], "ircam")) in main() 96 if (do_all || ! strcmp (argv [1], "voc")) in main() 101 if (do_all || ! strcmp (arg in main() [all...] |
/third_party/skia/third_party/externals/spirv-tools/tools/val/ |
H A D | val.cpp | 110 } else if (0 == strcmp(cur_arg, "--version")) { in main() 127 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in main() 131 } else if (0 == strcmp(cur_arg, "--target-env")) { in main() 144 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in main() 146 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in main() 148 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in main() 150 } else if (0 == strcmp(cur_arg, "--uniform-buffer-standard-layout")) { in main() 152 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in main() 154 } else if (0 == strcmp(cur_ar in main() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/val/ |
H A D | val.cpp | 110 } else if (0 == strcmp(cur_arg, "--version")) { in main() 127 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in main() 131 } else if (0 == strcmp(cur_arg, "--target-env")) { in main() 144 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in main() 146 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in main() 148 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in main() 150 } else if (0 == strcmp(cur_arg, "--uniform-buffer-standard-layout")) { in main() 152 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in main() 154 } else if (0 == strcmp(cur_ar in main() [all...] |
/third_party/spirv-tools/tools/val/ |
H A D | val.cpp | 110 } else if (0 == strcmp(cur_arg, "--version")) { in main() 130 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in main() 134 } else if (0 == strcmp(cur_arg, "--target-env")) { in main() 147 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in main() 149 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in main() 151 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in main() 153 } else if (0 == strcmp(cur_arg, "--uniform-buffer-standard-layout")) { in main() 155 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in main() 157 } else if (0 == strcmp(cur_ar in main() [all...] |
/third_party/toybox/toys/pending/ |
H A D | sh.c | 272 while (*try) if (!strcmp(s, *try++)) return 1; in anystr() 362 expand_arg(&pp->arg, arg->v[j], NO_PATH|(NO_SPLIT*!strcmp(ss, "<<<")), 0); in run_command() 374 if ((!strcmp(s, "<&") || !strcmp(s, ">&")) && !strcmp(sss, "-")) { in run_command() 398 if (!strcmp(s, "<<<") || !strcmp(s, "<<-") || !strcmp(s, "<<")) { in run_command() 429 if (!strcmp(ss, "<>")) fd = O_CREAT|O_RDWR; in run_command() 433 if (!strcmp(s in run_command() [all...] |
H A D | stty.c | 212 if (!strcmp(flags[i].name, name)) { in set_flag() 264 if (!strcmp(chars[j].name, char_name)) { in set_special_character() 269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE; in set_special_character() 270 else if (!strcmp(arg, "^?")) ch = 0x7f; in set_special_character() 330 if (!strcmp(arg, "size")) show_size(0); in do_stty() 331 else if (!strcmp(arg, "speed")) show_speed(&old, 0); in do_stty() 332 else if (!strcmp(arg, "line")) new.c_line = get_arg(&i, N_TTY, NR_LDISCS); in do_stty() 333 else if (!strcmp(arg, "min")) new.c_cc[VMIN] = get_arg(&i, 0, 255); in do_stty() 334 else if (!strcmp(ar in do_stty() [all...] |
/third_party/libabigail/tools/ |
H A D | abidiff.cc | 314 else if (!strcmp(argv[i], "--version") in parse_command_line() 315 || !strcmp(argv[i], "-v")) in parse_command_line() 320 else if (!strcmp(argv[i], "--debug-info-dir1") in parse_command_line() 321 || !strcmp(argv[i], "--d1")) in parse_command_line() 336 else if (!strcmp(argv[i], "--debug-info-dir2") in parse_command_line() 337 || !strcmp(argv[i], "--d2")) in parse_command_line() 352 else if (!strcmp(argv[i], "--headers-dir1") in parse_command_line() 353 || !strcmp(argv[i], "--hd1")) in parse_command_line() 367 else if (!strcmp(argv[i], "--header-file1") in parse_command_line() 368 || !strcmp(arg in parse_command_line() [all...] |
H A D | kmidiff.cc | 161 else if (!strcmp(argv[i], "--verbose")) in parse_command_line() 163 else if (!strcmp(argv[i], "--version") in parse_command_line() 164 || !strcmp(argv[i], "-v")) in parse_command_line() 169 else if (!strcmp(argv[i], "--help") in parse_command_line() 170 || !strcmp(argv[i], "-h")) in parse_command_line() 175 else if (!strcmp(argv[i], "--debug-info-dir1") in parse_command_line() 176 || !strcmp(argv[i], "--d1")) in parse_command_line() 191 else if (!strcmp(argv[i], "--debug-info-dir2") in parse_command_line() 192 || !strcmp(argv[i], "--d2")) in parse_command_line() 207 else if (!strcmp(arg in parse_command_line() [all...] |
/third_party/toybox/toys/posix/ |
H A D | find.c | 303 if (!strcmp(s, "xdev")) TT.xdev = 1; in do_find() 304 else if (!strcmp(s, "delete")) { in do_find() 310 } else if (!strcmp(s, "depth") || !strcmp(s, "d")) TT.depth = 1; in do_find() 311 else if (!strcmp(s, "o") || !strcmp(s, "or")) { in do_find() 317 } else if (!strcmp(s, "not")) { in do_find() 320 } else if (!strcmp(s, "true")) { in do_find() 322 } else if (!strcmp(s, "false")) { in do_find() 326 } else if (!strcmp( in do_find() [all...] |
H A D | test.c | 52 if (!strcmp(s, "=") || !strcmp(s, "==")) return !strcmp(args[0], args[2]); in do_test() 53 if (!strcmp(s, "!=")) return strcmp(args[0], args[2]); in do_test() 97 if (!strcmp("[", toys.which->name)) in test_main() 98 if (!toys.optc || strcmp("]", toys.optargs[--toys.optc])) in test_main() 113 if (!strcmp("!", toys.optargs[pos])) { in test_main() 117 if (!strcmp("(", toys.optargs[pos])) { in test_main() 135 if (!paren || !s || strcmp(")", in test_main() [all...] |
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_lib.c | 195 if (strcmp(*alg1, "rsa-sign-pkcs1") != 0 && in key_opaque_alg_parse() 196 strcmp(*alg1, "rsa-sign-pss") != 0 && in key_opaque_alg_parse() 197 strcmp(*alg1, "rsa-sign-pss-sha256") != 0 && in key_opaque_alg_parse() 198 strcmp(*alg1, "rsa-sign-pss-sha384") != 0 && in key_opaque_alg_parse() 199 strcmp(*alg1, "rsa-sign-pss-sha512") != 0 && in key_opaque_alg_parse() 200 strcmp(*alg1, "rsa-decrypt") != 0 && in key_opaque_alg_parse() 201 strcmp(*alg1, "ecdsa-sign") != 0 && in key_opaque_alg_parse() 202 strcmp(*alg1, "ecdh") != 0) { in key_opaque_alg_parse() 206 if (strcmp(*alg2, "rsa-sign-pkcs1") != 0 && in key_opaque_alg_parse() 207 strcmp(*alg in key_opaque_alg_parse() [all...] |
/third_party/skia/tools/flags/ |
H A D | CommonFlagsGpu.cpp | 54 if (!strcmp(name, "none")) { in get_named_pathrenderers_flags() 56 } else if (!strcmp(name, "dashline")) { in get_named_pathrenderers_flags() 58 } else if (!strcmp(name, "aahairline")) { in get_named_pathrenderers_flags() 60 } else if (!strcmp(name, "aaconvex")) { in get_named_pathrenderers_flags() 62 } else if (!strcmp(name, "aalinearizing")) { in get_named_pathrenderers_flags() 64 } else if (!strcmp(name, "small")) { in get_named_pathrenderers_flags() 66 } else if (!strcmp(name, "tri")) { in get_named_pathrenderers_flags() 68 } else if (!strcmp(name, "atlas")) { in get_named_pathrenderers_flags() 70 } else if (!strcmp(name, "tess")) { in get_named_pathrenderers_flags() 72 } else if (!strcmp(nam in get_named_pathrenderers_flags() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | cwebp.c | 694 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main() 697 } else if (!strcmp(argv[c], "-H") || !strcmp(argv[c], "-longhelp")) { in main() 700 } else if (!strcmp(argv[c], "-o") && c + 1 < argc) { in main() 702 } else if (!strcmp(argv[c], "-d") && c + 1 < argc) { in main() 705 } else if (!strcmp(argv[c], "-print_psnr")) { in main() 708 } else if (!strcmp(argv[c], "-print_ssim")) { in main() 711 } else if (!strcmp(argv[c], "-print_lsim")) { in main() 714 } else if (!strcmp(arg in main() [all...] |
/third_party/ltp/tools/genload/ |
H A D | stress.c | 123 if (strcmp(arg, "--help") == 0 || strcmp(arg, "-?") == 0) { in main() 125 } else if (strcmp(arg, "--version") == 0) { in main() 127 } else if (strcmp(arg, "--verbose") == 0 in main() 128 || strcmp(arg, "-v") == 0) { in main() 130 } else if (strcmp(arg, "--quiet") == 0 in main() 131 || strcmp(arg, "-q") == 0) { in main() 133 } else if (strcmp(arg, "--dry-run") == 0 in main() 134 || strcmp(arg, "-n") == 0) { in main() 136 } else if (strcmp(ar in main() [all...] |
H A D | genload.c | 123 if (strcmp(arg, "--help") == 0 || strcmp(arg, "-?") == 0) { in main() 125 } else if (strcmp(arg, "--version") == 0) { in main() 127 } else if (strcmp(arg, "--verbose") == 0 in main() 128 || strcmp(arg, "-v") == 0) { in main() 130 } else if (strcmp(arg, "--quiet") == 0 in main() 131 || strcmp(arg, "-q") == 0) { in main() 133 } else if (strcmp(arg, "--dry-run") == 0 in main() 134 || strcmp(arg, "-n") == 0) { in main() 136 } else if (strcmp(ar in main() [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpupower.c | 92 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 129 if (!strcmp(param, "-h") || !strcmp(param, "--help")) { in handle_options() 132 } else if (!strcmp(param, "-c") || !strcmp(param, "--cpu")) { in handle_options() 137 if (!strcmp((*argv)[x+1], "all")) in handle_options() 152 } else if (!strcmp(param, "-v") || in handle_options() 153 !strcmp(param, "--version")) { in handle_options() 157 } else if (!strcmp(param, "-d") || !strcmp(para in handle_options() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpupower.c | 95 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 132 if (!strcmp(param, "-h") || !strcmp(param, "--help")) { in handle_options() 135 } else if (!strcmp(param, "-c") || !strcmp(param, "--cpu")) { in handle_options() 140 if (!strcmp((*argv)[x+1], "all")) in handle_options() 155 } else if (!strcmp(param, "-v") || in handle_options() 156 !strcmp(param, "--version")) { in handle_options() 160 } else if (!strcmp(param, "-d") || !strcmp(para in handle_options() [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 56 if (pcm && !strcmp(pcm->dai_name, id)) in lookup_pcm_dai_stream() 425 if (strcmp(id, "comment") == 0) in tplg_parse_stream_caps() 430 if (strcmp(id, "formats") == 0) { in tplg_parse_stream_caps() 448 if (strcmp(id, "rates") == 0) { in tplg_parse_stream_caps() 466 if (strcmp(id, "rate_min") == 0) { in tplg_parse_stream_caps() 472 if (strcmp(id, "rate_max") == 0) { in tplg_parse_stream_caps() 478 if (strcmp(id, "channels_min") == 0) { in tplg_parse_stream_caps() 484 if (strcmp(id, "channels_max") == 0) { in tplg_parse_stream_caps() 490 if (strcmp(id, "periods_min") == 0) { in tplg_parse_stream_caps() 496 if (strcmp(i in tplg_parse_stream_caps() [all...] |
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | common.c | 518 if (!strcmp(str, "off")) { in pcibios_setup() 521 } else if (!strcmp(str, "bfsort")) { in pcibios_setup() 524 } else if (!strcmp(str, "nobfsort")) { in pcibios_setup() 529 else if (!strcmp(str, "bios")) { in pcibios_setup() 532 } else if (!strcmp(str, "nobios")) { in pcibios_setup() 535 } else if (!strcmp(str, "biosirq")) { in pcibios_setup() 544 else if (!strcmp(str, "conf1")) { in pcibios_setup() 548 else if (!strcmp(str, "conf2")) { in pcibios_setup() 554 else if (!strcmp(str, "nommconf")) { in pcibios_setup() 558 else if (!strcmp(st in pcibios_setup() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/ |
H A D | common.c | 144 if (!strcmp(perf_env__arch(NULL), arch)) in perf_env__lookup_binutils_path() 161 if (!strcmp(arch, "arc")) in perf_env__lookup_binutils_path() 163 else if (!strcmp(arch, "arm")) in perf_env__lookup_binutils_path() 165 else if (!strcmp(arch, "arm64")) in perf_env__lookup_binutils_path() 167 else if (!strcmp(arch, "powerpc")) in perf_env__lookup_binutils_path() 169 else if (!strcmp(arch, "sh")) in perf_env__lookup_binutils_path() 171 else if (!strcmp(arch, "s390")) in perf_env__lookup_binutils_path() 173 else if (!strcmp(arch, "sparc")) in perf_env__lookup_binutils_path() 175 else if (!strcmp(arch, "x86")) in perf_env__lookup_binutils_path() 177 else if (!strcmp(arc in perf_env__lookup_binutils_path() [all...] |
/third_party/python/Python/ |
H A D | future.c | 21 if (strcmp(feature, FUTURE_NESTED_SCOPES) == 0) { in future_check_features() 23 } else if (strcmp(feature, FUTURE_GENERATORS) == 0) { in future_check_features() 25 } else if (strcmp(feature, FUTURE_DIVISION) == 0) { in future_check_features() 27 } else if (strcmp(feature, FUTURE_ABSOLUTE_IMPORT) == 0) { in future_check_features() 29 } else if (strcmp(feature, FUTURE_WITH_STATEMENT) == 0) { in future_check_features() 31 } else if (strcmp(feature, FUTURE_PRINT_FUNCTION) == 0) { in future_check_features() 33 } else if (strcmp(feature, FUTURE_UNICODE_LITERALS) == 0) { in future_check_features() 35 } else if (strcmp(feature, FUTURE_BARRY_AS_BDFL) == 0) { in future_check_features() 37 } else if (strcmp(feature, FUTURE_GENERATOR_STOP) == 0) { in future_check_features() 39 } else if (strcmp(featur in future_check_features() [all...] |
/third_party/mbedtls/programs/test/ |
H A D | udp_proxy.c | 200 if (strcmp(p, "server_addr") == 0) { in get_options() 202 } else if (strcmp(p, "server_port") == 0) { in get_options() 204 } else if (strcmp(p, "listen_addr") == 0) { in get_options() 206 } else if (strcmp(p, "listen_port") == 0) { in get_options() 208 } else if (strcmp(p, "duplicate") == 0) { in get_options() 213 } else if (strcmp(p, "delay") == 0) { in get_options() 218 } else if (strcmp(p, "delay_ccs") == 0) { in get_options() 223 } else if (strcmp(p, "delay_cli") == 0 || in get_options() 224 strcmp(p, "delay_srv") == 0) { in get_options() 230 if (strcmp( in get_options() [all...] |