/third_party/jerryscript/tests/unit-ext/ |
H A D | test-ext-module-canonical.c | 33 if (!strcmp ((char *) name_string, ACTUAL_NAME)) in get_canonical_name() 37 else if (!strcmp ((char *) name_string, ALIAS_NAME)) in get_canonical_name() 55 if (!strcmp ((char *) name_string, ACTUAL_NAME)) in resolve()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utsname03.c | 56 if (!str_op || !strcmp(str_op, "clone")) { in run() 86 TST_EXP_PASS(strcmp(hostname1, HOSTNAME)); in run() 87 TST_EXP_PASS(strcmp(hostname2, originalhost)); in run()
|
/third_party/libexif/contrib/examples/ |
H A D | photographer.c | 111 if (!strcmp(buf, "Canon")) { in main() 114 } else if (!strcmp(buf, "Asahi Optical Co.,Ltd.") || in main() 115 !strcmp(buf, "PENTAX Corporation")) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx04.c | 100 if (!strcmp(tst_device->fs_type, "xfs") || !strcmp(tst_device->fs_type, "tmpfs")) in setup() 104 if (!strcmp(tst_device->fs_type, "btrfs") && tst_kvercmp(4, 13, 0) < 0) in setup()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc1.c | 128 if (!strcmp(priority, "fixed")) { in main() 261 if (strcmp(priority, "fixed") && strcmp(priority, "variable")) in parse_args()
|
H A D | sched_tc0.c | 127 if (!strcmp(priority, "fixed")) { in main() 257 if (strcmp(priority, "fixed") && strcmp(priority, "variable")) in parse_args()
|
/third_party/vixl/examples/aarch64/ |
H A D | disasm.cc | 88 if ((strcmp(arg, "--help") == 0) || (strcmp(arg, "-h") == 0)) { in main() 105 } else if (strcmp(arg, "--start-at") == 0) { in main()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ToggleValidationTests.cpp | 53 if (strcmp(toggle, kValidToggleName) == 0) { in TEST_F() 70 if (strcmp(toggle, kInvalidToggleName) == 0) { in TEST_F() 87 if (strcmp(toggle, kValidToggleName) == 0) { in TEST_F()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 745 if (!strcmp(model, "QLogic-425")) in bfad_im_model_desc_show() 748 else if (!strcmp(model, "QLogic-825")) in bfad_im_model_desc_show() 751 else if (!strcmp(model, "QLogic-42B")) in bfad_im_model_desc_show() 754 else if (!strcmp(model, "QLogic-82B")) in bfad_im_model_desc_show() 757 else if (!strcmp(model, "QLogic-1010")) in bfad_im_model_desc_show() 760 else if (!strcmp(model, "QLogic-1020")) in bfad_im_model_desc_show() 763 else if (!strcmp(model, "QLogic-1007")) in bfad_im_model_desc_show() 766 else if (!strcmp(model, "QLogic-415")) in bfad_im_model_desc_show() 769 else if (!strcmp(model, "QLogic-815")) in bfad_im_model_desc_show() 772 else if (!strcmp(mode in bfad_im_model_desc_show() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 745 if (!strcmp(model, "QLogic-425")) in bfad_im_model_desc_show() 748 else if (!strcmp(model, "QLogic-825")) in bfad_im_model_desc_show() 751 else if (!strcmp(model, "QLogic-42B")) in bfad_im_model_desc_show() 754 else if (!strcmp(model, "QLogic-82B")) in bfad_im_model_desc_show() 757 else if (!strcmp(model, "QLogic-1010")) in bfad_im_model_desc_show() 760 else if (!strcmp(model, "QLogic-1020")) in bfad_im_model_desc_show() 763 else if (!strcmp(model, "QLogic-1007")) in bfad_im_model_desc_show() 766 else if (!strcmp(model, "QLogic-415")) in bfad_im_model_desc_show() 769 else if (!strcmp(model, "QLogic-815")) in bfad_im_model_desc_show() 772 else if (!strcmp(mode in bfad_im_model_desc_show() [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | main.c | 183 if (!strcmp("fsck.f2fs", prog)) in error_out() 185 else if (!strcmp("dump.f2fs", prog)) in error_out() 187 else if (!strcmp("defrag.f2fs", prog)) in error_out() 189 else if (!strcmp("resize.f2fs", prog)) in error_out() 191 else if (!strcmp("sload.f2fs", prog)) in error_out() 193 else if (!strcmp("f2fslabel", prog)) in error_out() 233 if (!strcmp("fsck.f2fs", prog)) { in f2fs_parse_options() 278 if (!strcmp(optarg, "android")) { in f2fs_parse_options() 387 } else if (!strcmp("dump.f2fs", prog)) { in f2fs_parse_options() 475 } else if (!strcmp("defra in f2fs_parse_options() [all...] |
/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_get_sched_values.c | 29 if (strcmp(param, "sched_mc") == 0) in main() 31 if (strcmp(param, "sched_smt") == 0) in main()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 70 if (strcmp(param->u.crypt.alg, "WEP") == 0) in wpa_set_encryption() 81 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in wpa_set_encryption() 146 if (strcmp(param->u.crypt.alg, "none") != 0) in wpa_set_encryption() 157 if (strcmp(param->u.crypt.alg, "TKIP") == 0) { /* set mic key */ in wpa_set_encryption() 168 if (strcmp(param->u.crypt.alg, "TKIP") == 0 || strcmp(param->u.crypt.alg, "CCMP") == 0) { in wpa_set_encryption() 180 } else if (strcmp(param->u.crypt.alg, "BIP") == 0) { in wpa_set_encryption() 199 if (strcmp(param->u.crypt.alg, "none") != 0) in wpa_set_encryption() 551 if (strcmp(param->u.crypt.alg, "none") == 0 && !psta) { in rtw_set_encryption() 562 if (strcmp(para in rtw_set_encryption() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_x86_64.c | 71 if (!strcmp(str, "32")) in control_va_addr_alignment() 73 else if (!strcmp(str, "64")) in control_va_addr_alignment() 75 else if (!strcmp(str, "off")) in control_va_addr_alignment() 77 else if (!strcmp(str, "on")) in control_va_addr_alignment()
|
/kernel/linux/common_modules/code_sign/ |
H A D | verify_cert_chain.c | 40 if (strcmp(cert->pub->pkey_algo, sinfo->sig->pkey_algo) != 0 in pkcs7_find_key() 42 || strcmp(cert->sig->pkey_algo, "ecdsa") != 0)) { in pkcs7_find_key() 192 if (cert->subject && (strcmp(cert->subject, issuer) == 0)) { in code_sign_verify_certchain() 194 if (strcmp(cert->subject, cert->issuer) == 0) { in code_sign_verify_certchain()
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | passobj-attributes.c | 57 if (strcmp(kobj->name, "Admin") == 0) in current_password_store() 59 else if (strcmp(kobj->name, "System") == 0) in current_password_store() 116 if (strcmp(kobj->name, "Admin") == 0) in role_show() 118 else if (strcmp(kobj->name, "System") == 0) in role_show()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_x86_64.c | 71 if (!strcmp(str, "32")) in control_va_addr_alignment() 73 else if (!strcmp(str, "64")) in control_va_addr_alignment() 75 else if (!strcmp(str, "off")) in control_va_addr_alignment() 77 else if (!strcmp(str, "on")) in control_va_addr_alignment()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-find.c | 194 if (strcmp(argv[remaining], "debuginfo") == 0) in main() 198 else if (strcmp(argv[remaining], "executable") == 0) in main() 202 else if (strcmp(argv[remaining], "source") == 0) in main() 213 else if (strcmp(argv[remaining], "section") == 0) in main()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | url.c | 67 if (strcmp(buf, buf_dos)) in test() 69 if (HAVE_DOS_PATHS && strcmp(buf_dos, buf_native) || in test() 70 !HAVE_DOS_PATHS && strcmp(buf, buf_native)) in test() 76 if (strcmp(buf, buf2)) { in test()
|
/third_party/ffmpeg/tools/ |
H A D | target_bsf_fuzzer.c | 95 if (!strcmp(f->name, "av1_metadata")) in LLVMFuzzerTestOneInput() 97 else if (!strcmp(f->name, "h264_metadata") || !strcmp(f->name, "h265_metadata")) in LLVMFuzzerTestOneInput() 99 else if (!strcmp(f->name, "extract_extradata")) in LLVMFuzzerTestOneInput()
|
/third_party/libuv/test/ |
H A D | test-env-vars.c | 69 ASSERT_OK(strcmp(buf, "123456789")); in TEST_IMPL() 121 if (strcmp(envitems[i].name, name) == 0) { in TEST_IMPL() 123 ASSERT_OK(strcmp(envitems[i].value, "123456789")); in TEST_IMPL() 124 } else if (strcmp(envitems[i].name, name2) == 0) { in TEST_IMPL()
|
/third_party/mbedtls/programs/cipher/ |
H A D | cipher_aead_demo.c | 134 if (strcmp(info, "aes128-gcm") == 0) { in aead_prepare() 137 } else if (strcmp(info, "aes256-gcm") == 0) { in aead_prepare() 140 } else if (strcmp(info, "aes128-gcm_8") == 0) { in aead_prepare() 143 } else if (strcmp(info, "chachapoly") == 0) { in aead_prepare()
|
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/ |
H A D | fmtmsg01.c | 104 if (strcmp(str1, buf) != 0) { in main() 120 if (strcmp(str2, buf) != 0) { in main() 170 if (strcmp(str3, buf) != 0) { in main() 185 if (strcmp(str4, buf) != 0) { in main()
|
/third_party/mesa3d/src/gallium/targets/wgl/ |
H A D | wgl.c | 85 if (strcmp(driver, "llvmpipe") == 0) { in wgl_screen_create_by_name() 92 if (strcmp(driver, "d3d12") == 0) { in wgl_screen_create_by_name() 99 if (strcmp(driver, "zink") == 0) { in wgl_screen_create_by_name() 106 if (strcmp(driver, "softpipe") == 0) { in wgl_screen_create_by_name()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ist.c | 51 if (strcmp(cnf->name, "signTool") == 0) { 59 } else if (strcmp(cnf->name, "cATool") == 0) { 67 } else if (strcmp(cnf->name, "signToolCert") == 0) { 75 } else if (strcmp(cnf->name, "cAToolCert") == 0) {
|