Home
last modified time | relevance | path

Searched refs:strcmp (Results 876 - 900 of 7563) sorted by relevance

1...<<31323334353637383940>>...303

/kernel/linux/linux-6.6/include/linux/
H A Dposix_acl_xattr.h63 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 Dvalidate_cap.c26 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 Dmtd_shellcmd.c53 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 Dsys_test_012.cpp48 ret = strcmp(val2, env); in TestCase()
50 ret = strcmp(val, env); in TestCase()
/kernel/liteos_a/testsuites/unittest/net/netdb/full/
H A Dnet_netdb_test_006.cpp49 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 Dunit1394.c87 if(strcmp(p[1], certname)) {
108 if(strcmp(p[2], passphrase)) {
/third_party/alsa-lib/src/pcm/
H A Dpcm_asym.c91 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 Dgdisk.cc49 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 Dmqns_01.c34 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 Dreaddir_inode.c33 if (strcmp(dent->d_name, ".") != 0 && strcmp(dent->d_name, "..") != 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/readdir/
H A Dreaddir01.c50 if (!strcmp(ent->d_name, ".") || !strcmp(ent->d_name, "..")) in verify_readdir()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dt_bitst.c51 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 Dtest_postprocessor_amp.c14 if ((0 != strcmp(key, "a")) && (0 != strcmp(key, "b"))) in check_post()
/third_party/openssl/test/
H A Ddefltfips_test.c89 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 Dt_bitst.c51 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 DGrVkExtensions.h38 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 Ddbcmds.c988 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 Dkaslr.c238 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 Dresctrl_val.c114 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 Dkaslr.c234 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 Dwindfarm_pm81.c616 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 Dvesafb.c213 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 Dconfig.c422 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 Dauthentication.c86 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 Dauthentication.c86 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()

Completed in 13 milliseconds

1...<<31323334353637383940>>...303