/third_party/icu/icu4c/source/i18n/ |
H A D | decContext.cpp | 25 #include <string.h> /* for strcmp */ 227 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(strin in uprv_decContextSetStatusFromString() [all...] |
/third_party/mbedtls/programs/x509/ |
H A D | cert_req.c | 199 if (strcmp(p, "filename") == 0) { in main() 201 } else if (strcmp(p, "password") == 0) { in main() 203 } else if (strcmp(p, "output_file") == 0) { in main() 205 } else if (strcmp(p, "debug_level") == 0) { in main() 210 } else if (strcmp(p, "subject_name") == 0) { in main() 212 } else if (strcmp(p, "san") == 0) { in main() 258 if (strcmp(q, "RFC822") == 0) { in main() 260 } else if (strcmp(q, "URI") == 0) { in main() 262 } else if (strcmp(q, "DNS") == 0) { in main() 264 } else if (strcmp( in main() [all...] |
H A D | cert_write.c | 382 if (strcmp(p, "request_file") == 0) { in main() 384 } else if (strcmp(p, "subject_key") == 0) { in main() 386 } else if (strcmp(p, "issuer_key") == 0) { in main() 388 } else if (strcmp(p, "subject_pwd") == 0) { in main() 390 } else if (strcmp(p, "issuer_pwd") == 0) { in main() 392 } else if (strcmp(p, "issuer_crt") == 0) { in main() 394 } else if (strcmp(p, "output_file") == 0) { in main() 396 } else if (strcmp(p, "subject_name") == 0) { in main() 398 } else if (strcmp(p, "issuer_name") == 0) { in main() 400 } else if (strcmp( in main() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decContext.cpp | 25 #include <string.h> /* for strcmp */ 227 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(strin in uprv_decContextSetStatusFromString() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decContext.cpp | 25 #include <string.h> /* for strcmp */ 227 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(strin in uprv_decContextSetStatusFromString() [all...] |
/third_party/lz4/programs/ |
H A D | lz4cli.c | 41 #include <string.h> /* strcmp, strlen */ 306 if (!strcmp(inputFilename+extStart, LZ4_EXTENSION)) return om_decompress; in determineOpMode() 378 if (!strcmp(argument, "--")) { all_arguments_are_files = 1; continue; } in main() 379 if (!strcmp(argument, "--compress")) { mode = om_compress; continue; } in main() 380 if ( (!strcmp(argument, "--decompress")) in main() 381 || (!strcmp(argument, "--uncompress"))) { in main() 386 if (!strcmp(argument, "--multiple")) { multiple_inputs = 1; continue; } in main() 387 if (!strcmp(argument, "--test")) { mode = om_test; continue; } in main() 388 if (!strcmp(argument, "--force")) { LZ4IO_setOverwrite(prefs, 1); continue; } in main() 389 if (!strcmp(argumen in main() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | dwebp.c | 205 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main() 208 } else if (!strcmp(argv[c], "-o") && c < argc - 1) { in main() 210 } else if (!strcmp(argv[c], "-alpha")) { in main() 212 } else if (!strcmp(argv[c], "-nofancy")) { in main() 214 } else if (!strcmp(argv[c], "-nofilter")) { in main() 216 } else if (!strcmp(argv[c], "-pam")) { in main() 218 } else if (!strcmp(argv[c], "-ppm")) { in main() 220 } else if (!strcmp(argv[c], "-bmp")) { in main() 222 } else if (!strcmp(arg in main() [all...] |
/foundation/resourceschedule/soc_perf/test/testutil/ |
H A D | socperf_test.cpp | 20 #include <cstring> // for strcmp 48 if (strcmp(onOffTag, "true") == 0) { in PerfRequestEx() 50 } else if (strcmp(onOffTag, "false") == 0) { in PerfRequestEx() 62 if (strcmp(onOffTag, "true") == 0) { in PowerLimitBoost() 64 } else if (strcmp(onOffTag, "false") == 0) { in PowerLimitBoost() 76 if (strcmp(onOffTag, "true") == 0) { in ThermalLimitBoost() 78 } else if (strcmp(onOffTag, "false") == 0) { in ThermalLimitBoost() 101 if (strcmp(status, "true") == 0) { in SetRequestStatus() 103 } else if (strcmp(status, "false") == 0) { in SetRequestStatus() 122 if (strcmp(statu in RequestDeviceMode() [all...] |
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_latency.c | 117 if (!strcmp(flag, "help") || !strcmp(flag, "h")) { in stats_cmdline() 122 if (!strcmp(flag, "so") || !strcmp(flag, "scatter-output")) { in stats_cmdline() 131 if (!strcmp(flag, "ho") || !strcmp(flag, "hist-output")) { in stats_cmdline() 140 if (!strcmp(flag, "st") || !strcmp(flag, "scatter-title")) { in stats_cmdline() 149 if (!strcmp(flag, "ht") || !strcmp(fla in stats_cmdline() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | gai_strerror.c | 27 EXPECT_TRUE(gai_strerror_0100, strcmp(result, "Invalid flags\0") == 0); in gai_strerror_0100() 38 EXPECT_TRUE(gai_strerror_0200, strcmp(result, "Name does not resolve\0") == 0); in gai_strerror_0200() 49 EXPECT_TRUE(gai_strerror_0300, strcmp(result, "Try again\0") == 0); in gai_strerror_0300() 60 EXPECT_TRUE(gai_strerror_0400, strcmp(result, "Non-recoverable error\0") == 0); in gai_strerror_0400() 71 EXPECT_TRUE(gai_strerror_0500, strcmp(result, "Unknown error\0") == 0); in gai_strerror_0500() 82 EXPECT_TRUE(gai_strerror_0600, strcmp(result, "Unrecognized address family or invalid length\0") == 0); in gai_strerror_0600() 93 EXPECT_TRUE(gai_strerror_0700, strcmp(result, "Unrecognized socket type\0") == 0); in gai_strerror_0700() 104 EXPECT_TRUE(gai_strerror_0800, strcmp(result, "Unrecognized service\0") == 0); in gai_strerror_0800() 115 EXPECT_TRUE(gai_strerror_0900, strcmp(result, "Unknown error\0") == 0); in gai_strerror_0900() 126 EXPECT_TRUE(gai_strerror_1000, strcmp(resul in gai_strerror_1000() [all...] |
/third_party/libsnd/programs/ |
H A D | sndfile-convert.c | 150 if (strcmp (infilename, outfilename) == 0) in main() 166 { if (! strcmp (argv [k], "-pcms8")) in main() 170 if (! strcmp (argv [k], "-pcmu8")) in main() 174 if (! strcmp (argv [k], "-pcm16")) in main() 178 if (! strcmp (argv [k], "-pcm24")) in main() 182 if (! strcmp (argv [k], "-pcm32")) in main() 186 if (! strcmp (argv [k], "-float32")) in main() 190 if (! strcmp (argv [k], "-float64")) in main() 194 if (! strcmp (argv [k], "-ulaw")) in main() 198 if (! strcmp (arg in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | arg_parsing.c | 39 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "subtest name"); in test_parse_test_list() 50 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list() 51 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list() 65 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list() 66 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list() 68 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list() 83 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list() 84 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list() 86 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list() 87 ASSERT_OK(strcmp("send_signa in test_parse_test_list() [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnn.c | 57 return strcmp (a, b); in strdiff() 126 if (!strcmp(c, "yes") || !strcmp(c, "1") || !strcmp(c, "true")) in getboolattrib() 128 if (!strcmp(c, "no") || !strcmp(c, "0") || !strcmp(c, "false")) in getboolattrib() 156 if (!strcmp(node->name, "brief")) { in trydoc() 158 } else if (!strcmp(node->name, "doc")) { in trydoc() 168 if (!strcmp(nod in trytypetag() [all...] |
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 720 if (strcmp(s, "none") == 0) { in get_auth_mode() 723 if (strcmp(s, "optional") == 0) { in get_auth_mode() 726 if (strcmp(s, "required") == 0) { in get_auth_mode() 832 if (strcmp(ca_file, "-") != 0) { in sni_parse() 845 if (strcmp(crl_file, "-") != 0) { in sni_parse() 858 if (strcmp(auth_str, "-") != 0) { in sni_parse() 1474 if (strcmp(buf, "AES-128-CCM")) { in parse_cipher() 1476 } else if (strcmp(buf, "AES-128-GCM")) { in parse_cipher() 1478 } else if (strcmp(buf, "AES-192-CCM")) { in parse_cipher() 1480 } else if (strcmp(bu in parse_cipher() [all...] |
H A D | ssl_client2.c | 1018 if (strcmp(p, "help") == 0) { in main() 1027 if (strcmp(p, "help_ciphersuites") == 0) { in main() 1046 if (strcmp(p, "server_name") == 0) { in main() 1048 } else if (strcmp(p, "server_addr") == 0) { in main() 1050 } else if (strcmp(p, "server_port") == 0) { in main() 1052 } else if (strcmp(p, "dtls") == 0) { in main() 1061 } else if (strcmp(p, "debug_level") == 0) { in main() 1066 } else if (strcmp(p, "build_version") == 0) { in main() 1067 if (strcmp(q, "1") == 0) { in main() 1073 } else if (strcmp( in main() [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse_extra.c | 47 if (strcmp(suffix, "_SAT") == 0) { in _mesa_parse_instruction_suffix() 62 if (strcmp(option, "ARB_position_invariant") == 0) { in _mesa_ARBvp_parse_option() 89 if (strcmp(option, "exp") == 0) { in _mesa_ARBfp_parse_option() 91 } else if (strcmp(option, "exp2") == 0) { in _mesa_ARBfp_parse_option() 93 } else if (strcmp(option, "linear") == 0) { in _mesa_ARBfp_parse_option() 136 if (strcmp(option, "nicest") == 0 && in _mesa_ARBfp_parse_option() 140 } else if (strcmp(option, "fastest") == 0 && in _mesa_ARBfp_parse_option() 147 } else if (strcmp(option, "draw_buffers") == 0) { in _mesa_ARBfp_parse_option() 153 } else if (strcmp(option, "fragment_program_shadow") == 0) { in _mesa_ARBfp_parse_option() 161 if (strcmp(optio in _mesa_ARBfp_parse_option() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/ |
H A D | locale_localeconv_test.cpp | 23 EXPECT_TRUE(strcmp(".", pconv->decimal_point) == 0); in HWTEST_F() 24 EXPECT_TRUE(strcmp("", pconv->thousands_sep) == 0); in HWTEST_F() 25 EXPECT_TRUE(strcmp("", pconv->grouping) == 0); in HWTEST_F() 26 EXPECT_TRUE(strcmp("", pconv->int_curr_symbol) == 0); in HWTEST_F() 27 EXPECT_TRUE(strcmp("", pconv->currency_symbol) == 0); in HWTEST_F() 28 EXPECT_TRUE(strcmp("", pconv->mon_decimal_point) == 0); in HWTEST_F() 29 EXPECT_TRUE(strcmp("", pconv->mon_thousands_sep) == 0); in HWTEST_F() 30 EXPECT_TRUE(strcmp("", pconv->mon_grouping) == 0); in HWTEST_F() 31 EXPECT_TRUE(strcmp("", pconv->positive_sign) == 0); in HWTEST_F() 32 EXPECT_TRUE(strcmp("", pcon in HWTEST_F() [all...] |
/third_party/icu/icu4c/source/samples/date/ |
H A D | date.c | 89 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) { in main() 93 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { in main() 97 else if(strcmp(arg, "-u") == 0 || strcmp(arg, "--gmt") == 0) { in main() 101 else if(strcmp(arg, "-f") == 0 || strcmp(arg, "--full") == 0) { in main() 105 else if(strcmp(arg, "-l") == 0 || strcmp(ar in main() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/date/ |
H A D | date.c | 89 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) { in main() 93 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { in main() 97 else if(strcmp(arg, "-u") == 0 || strcmp(arg, "--gmt") == 0) { in main() 101 else if(strcmp(arg, "-f") == 0 || strcmp(arg, "--full") == 0) { in main() 105 else if(strcmp(arg, "-l") == 0 || strcmp(ar in main() [all...] |
/kernel/liteos_a/testsuites/kernel/src/ |
H A D | iCunit.c | 289 if ((strcmp(psubCase->pcCaseID, "LLT_PLAT_004") == 0) || in ICunitRunF() 290 (strcmp(psubCase->pcCaseID, "IT_FS_JFFS_MUTIPTHREAD_001") == 0) || in ICunitRunF() 291 (strcmp(psubCase->pcCaseID, "IT_FS_JFFS_PRESSURE_013") == 0) || in ICunitRunF() 292 (strcmp(psubCase->pcCaseID, "IT_FS_JFFS_PRESSURE_052") == 0) || in ICunitRunF() 293 (strcmp(psubCase->pcCaseID, "IT_FS_JFFS_026") == 0) || in ICunitRunF() 294 (strcmp(psubCase->pcCaseID, "IT_PARTITION_JFFS_004") == 0) || in ICunitRunF() 295 (strcmp(psubCase->pcCaseID, "IT_PARTITION_JFFS_009") == 0) || in ICunitRunF() 296 (strcmp(psubCase->pcCaseID, "IT_PARTITION_JFFS_013") == 0) || in ICunitRunF() 297 (strcmp(psubCase->pcCaseID, "IT_PARTITION_JFFS_017") == 0) || in ICunitRunF() 298 (strcmp(psubCas in ICunitRunF() [all...] |
/third_party/libsnd/tests/ |
H A D | stdout_test.c | 48 do_all = ! strcmp (argv [1], "all") ; in main() 50 if (do_all || ! strcmp (argv [1], "raw")) in main() 55 if (do_all || ! strcmp (argv [1], "wav")) in main() 60 if (do_all || ! strcmp (argv [1], "aiff")) in main() 65 if (do_all || ! strcmp (argv [1], "au")) in main() 70 if (do_all || ! strcmp (argv [1], "paf")) in main() 75 if (do_all || ! strcmp (argv [1], "svx")) in main() 80 if (do_all || ! strcmp (argv [1], "nist")) in main() 85 if (do_all || ! strcmp (argv [1], "ircam")) in main() 90 if (do_all || ! strcmp (arg in main() [all...] |
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | image.h | 181 return (!strcmp(suffix, ".png") || !strcmp(suffix, ".PNG") || !strcmp(suffix, ".jpg") || in IsImgValid() 182 !strcmp(suffix, ".JPG") || !strcmp(suffix, ".jpeg") || !strcmp(suffix, ".JPEG") || in IsImgValid() 183 !strcmp(suffix, ".BMP") || !strcmp(suffix, ".bmp") || !strcmp(suffix, ".GIF") || !strcmp(suffi in IsImgValid() [all...] |
/third_party/curl/tests/unit/ |
H A D | unit1398.c | 46 fail_unless(!strcmp(output, "bug"), "wrong output"); 51 fail_unless(!strcmp(output, "bug"), "wrong output"); 57 fail_unless(!strcmp(output, "bu"), "wrong output"); 62 fail_unless(!strcmp(output, "bug"), "wrong output"); 67 fail_unless(!strcmp(output, "012"), "wrong output"); 72 fail_unless(!strcmp(output, "bug "), "wrong output"); 77 fail_unless(!strcmp(output, " bu"), "wrong output"); 82 fail_unless(!strcmp(output, "102"), "wrong output"); 87 fail_unless(!strcmp(output, " bug bu"), "wrong output"); 92 fail_unless(!strcmp(outpu [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 443 if (!strcmp("out_undef_ns", tname)) in str2id() 445 if (!strcmp("out_no_room", tname)) in str2id() 447 if (!strcmp("out_bit0", tname)) in str2id() 449 if (!strcmp("out_bit1", tname)) in str2id() 451 if (!strcmp("out_bit2", tname)) in str2id() 453 if (!strcmp("out_bit3", tname)) in str2id() 455 if (!strcmp("out_bit4", tname)) in str2id() 457 if (!strcmp("out_bit5", tname)) in str2id() 459 if (!strcmp("out_bit6", tname)) in str2id() 461 if (!strcmp("out_bit in str2id() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 166 if (strcmp(name, arg) == 0 || strcmp(name, "*") == 0) { in handle_subopt_val() 170 if (strcmp(name, "?") == 0) in handle_subopt_val() 294 if (!strcmp(p,flags[i].name)) { in handle_onoff_switch() 332 if ((flag & OPTNUM_UNLIMITED) && !strcmp(opt, "unlimited")) \ 351 if (!strcmp(arg, "ansi")) in handle_switch_a() 452 if (!strcmp(opt, "-enable")) { in handle_fpasses() 456 if (!strcmp(opt, "-disable")) { in handle_fpasses() 460 if (!strcmp(opt, "=last")) { in handle_fpasses() 549 if (!strcmp(ar in handle_switch_G() [all...] |