/kernel/linux/linux-6.6/include/linux/ |
H A D | posix_acl_xattr.h | 63 if (strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) == 0) in posix_acl_type() 65 else if (strcmp(name, XATTR_NAME_POSIX_ACL_DEFAULT) == 0) in posix_acl_type()
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | validate_cap.c | 26 if (!strcmp(argv[i], "0")) in bool_arg() 28 else if (!strcmp(argv[i], "1")) in bool_arg()
|
/kernel/liteos_a/drivers/mtd/multi_partition/src/ |
H A D | mtd_shellcmd.c | 53 if (strcmp(fs, "nand") == 0) { in osShellCmdPartitionShow() 55 } else if (strcmp(fs, "spinor") == 0) { in osShellCmdPartitionShow()
|
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/ |
H A D | sys_test_012.cpp | 48 ret = strcmp(val2, env); in TestCase() 50 ret = strcmp(val, env); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/net/netdb/full/ |
H A D | net_netdb_test_006.cpp | 49 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "localhost"), 0, -1); in GetHostByNameTest() 55 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "127.0.0.1"), 0, -1); in GetHostByNameTest()
|
/third_party/curl/tests/unit/ |
H A D | unit1394.c | 87 if(strcmp(p[1], certname)) { 108 if(strcmp(p[2], passphrase)) {
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_asym.c | 91 if (strcmp(id, "playback") == 0) { in _snd_pcm_asym_open() 96 if (strcmp(id, "capture") == 0) { in _snd_pcm_asym_open()
|
/third_party/gptfdisk/ |
H A D | gdisk.cc | 49 if (strcmp(argv[1], "-l") == 0) { in main() 51 } else if (strcmp(argv[2], "-l") == 0) { in main()
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_01.c | 34 if (str_op && !strcmp(str_op, "clone")) { in run() 41 } else if (str_op && !strcmp(str_op, "unshare")) { in run()
|
/third_party/libfuse/test/ |
H A D | readdir_inode.c | 33 if (strcmp(dent->d_name, ".") != 0 && strcmp(dent->d_name, "..") != 0) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
H A D | readdir01.c | 50 if (!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) in verify_readdir()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | t_bitst.c | 51 if ((strcmp(bnam->sname, name) == 0) in ASN1_BIT_STRING_num_asc() 52 || (strcmp(bnam->lname, name) == 0)) in ASN1_BIT_STRING_num_asc()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_amp.c | 14 if ((0 != strcmp(key, "a")) && (0 != strcmp(key, "b"))) in check_post()
|
/third_party/openssl/test/ |
H A D | defltfips_test.c | 89 if (strcmp(arg1, "fips") == 0) { in setup_tests() 93 } else if (strcmp(arg1, "badfips") == 0) { in setup_tests()
|
/third_party/openssl/crypto/asn1/ |
H A D | t_bitst.c | 51 if ((strcmp(bnam->sname, name) == 0) in ASN1_BIT_STRING_num_asc() 52 || (strcmp(bnam->lname, name) == 0)) in ASN1_BIT_STRING_num_asc()
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkExtensions.h | 38 return strcmp(a.fName.c_str(), b.c_str()) < 0; in operator ()() 41 return strcmp(a.c_str(), b.fName.c_str()) < 0; in operator ()()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbcmds.c | 988 if (!object_arg || (!strcmp(object_arg, "*"))) { in acpi_db_display_resources() 1118 if (!strcmp(enable_arg, "ENABLE") || in acpi_db_trace() 1119 !strcmp(enable_arg, "METHOD") || !strcmp(enable_arg, "OPCODE")) { in acpi_db_trace() 1120 if (!strcmp(enable_arg, "ENABLE")) { in acpi_db_trace() 1135 if (!strcmp(enable_arg, "OPCODE")) { in acpi_db_trace() 1139 if (once_arg && !strcmp(once_arg, "ONCE")) { in acpi_db_trace()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | kaslr.c | 238 if (!strcmp(param, "hugepagesz")) { in parse_gb_huge_pages() 251 if (!strcmp(param, "hugepages") && gbpage_sz) { in parse_gb_huge_pages() 284 if (!val && strcmp(param, "--") == 0) in handle_mem_options() 287 if (!strcmp(param, "memmap")) { in handle_mem_options() 291 } else if (!strcmp(param, "mem")) { in handle_mem_options() 294 if (!strcmp(p, "nopentium")) in handle_mem_options() 302 } else if (!strcmp(param, "efi_fake_mem")) { in handle_mem_options()
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | resctrl_val.c | 114 if (strcmp(token[i], "event") == 0) { in get_event_and_umask() 122 if (strcmp(token[i], "umask") == 0) { in get_event_and_umask() 376 if (strcmp(bw_report, "reads") == 0) { in get_mem_bw_imc() 381 if (strcmp(bw_report, "writes") == 0) { in get_mem_bw_imc() 494 if (strcmp(filename, "stdio") == 0 || strcmp(filename, "stderr") == 0) { in print_results_bw() 602 if (strcmp(param->filename, "") == 0) in resctrl_val()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | kaslr.c | 234 if (!strcmp(param, "hugepagesz")) { in parse_gb_huge_pages() 247 if (!strcmp(param, "hugepages") && gbpage_sz) { in parse_gb_huge_pages() 280 if (!val && strcmp(param, "--") == 0) in handle_mem_options() 283 if (!strcmp(param, "memmap")) { in handle_mem_options() 287 } else if (!strcmp(param, "mem")) { in handle_mem_options() 290 if (!strcmp(p, "nopentium")) in handle_mem_options() 298 } else if (!strcmp(param, "efi_fake_mem")) { in handle_mem_options()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pm81.c | 616 if (fan_cpu_main == NULL && !strcmp(ct->name, "cpu-fan")) { in wf_smu_new_control() 621 if (fan_system == NULL && !strcmp(ct->name, "system-fan")) { in wf_smu_new_control() 626 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) { in wf_smu_new_control() 641 if (fan_hd == NULL && !strcmp(ct->name, "drive-bay-fan")) { in wf_smu_new_control() 655 if (sensor_cpu_power == NULL && !strcmp(sr->name, "cpu-power")) { in wf_smu_new_sensor() 660 if (sensor_cpu_temp == NULL && !strcmp(sr->name, "cpu-temp")) { in wf_smu_new_sensor() 665 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) { in wf_smu_new_sensor()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | vesafb.c | 213 if (! strcmp(this_opt, "inverse")) in vesafb_setup() 215 else if (! strcmp(this_opt, "redraw")) in vesafb_setup() 217 else if (! strcmp(this_opt, "ypan")) in vesafb_setup() 219 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup() 221 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup() 223 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup() 227 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 422 if (!strcmp(var, "buildid.dir")) { in perf_buildid_config() 439 if (!strcmp(var, "core.proc-map-timeout")) in perf_default_core_config() 449 if (!strcmp(var, "ui.show-headers")) in perf_ui_config() 457 if (!strcmp(var, "stat.big-num")) in perf_stat_config() 540 if (!strcmp(section->name, section_name)) in find_section() 552 if (!strcmp(item->name, name)) in find_config_item() 654 if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) { in collect_config()
|
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
H A D | authentication.c | 86 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in hmdfs_override_dir_fsids() 92 if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in hmdfs_override_dir_fsids() 276 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in __inherit_perm_dir() 279 } else if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in __inherit_perm_dir() 282 } else if (!strcmp(dentry->d_name.name, SYSTEM_NAME)) { in __inherit_perm_dir() 386 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in check_and_fixup_ownership_remote() 393 if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in check_and_fixup_ownership_remote()
|
/kernel/linux/linux-6.6/fs/hmdfs/authority/ |
H A D | authentication.c | 86 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in hmdfs_override_dir_fsids() 92 if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in hmdfs_override_dir_fsids() 276 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in __inherit_perm_dir() 279 } else if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in __inherit_perm_dir() 282 } else if (!strcmp(dentry->d_name.name, SYSTEM_NAME)) { in __inherit_perm_dir() 386 if (!strcmp(dentry->d_name.name, DFS_SHARE_NAME)) { in check_and_fixup_ownership_remote() 393 if (!strcmp(dentry->d_name.name, PKG_ROOT_NAME)) { in check_and_fixup_ownership_remote()
|