Home
last modified time | relevance | path

Searched refs:strcmp (Results 2051 - 2075 of 8096) sorted by relevance

1...<<81828384858687888990>>...324

/third_party/libbpf/src/
H A Dusdt.c376 if (name && strcmp(sec_name, name) == 0) { in find_elf_sec_by_name()
500 if (strcmp(line + i, path) != 0) in parse_vma_segs()
631 if (strcmp(note.provider, usdt_provider) != 0 || strcmp(note.name, usdt_name) != 0) in collect_usdt_targets()
897 return strcmp((char *)key1, (char *)key2) == 0; in specs_equal_fn()
1273 if (strcmp(reg_name, reg_map[i].names[j]) == 0) in calc_pt_regs_off()
1376 } else if (strcmp(reg_name, "sp") == 0) { in calc_pt_regs_off()
1469 if (strcmp(reg_name, reg_map[i].name) == 0) in calc_pt_regs_off()
1540 if (strcmp(reg_name, reg_map[i].name) == 0) in calc_pt_regs_off()
/third_party/openssl/engines/
H A De_loader_attic.c147 || strcmp(p + 1, suffix) != 0) in check_suffix()
453 if (strcmp(pem_name, PEM_STRING_PKCS8) != 0) in try_decode_PKCS8Encrypted()
523 if (strcmp(pem_name, PEM_STRING_PKCS8INF) == 0) { in try_decode_PrivateKey()
651 if (strcmp(pem_name, PEM_STRING_PUBLIC) != 0) in try_decode_PUBKEY()
774 if (strcmp(pem_name, PEM_STRING_X509_TRUSTED) == 0) in try_decode_X509Certificate()
776 else if (strcmp(pem_name, PEM_STRING_X509_OLD) != 0 in try_decode_X509Certificate()
777 && strcmp(pem_name, PEM_STRING_X509) != 0) in try_decode_X509Certificate()
821 if (strcmp(pem_name, PEM_STRING_X509_CRL) != 0) in try_decode_X509CRL()
1765 if (id && (strcmp(id, loader_attic_id) != 0)) in bind_helper()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c1132 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main()
1135 } else if (!strcmp(argv[c], "-H") || !strcmp(argv[c], "-longhelp")) { in main()
1138 } else if (!strcmp(argv[c], "-quiet")) { in main()
1140 } else if (!strcmp(argv[c], "-diag")) { in main()
1142 } else if (!strcmp(argv[c], "-summary")) { in main()
1144 } else if (!strcmp(argv[c], "-bitstream_info")) { in main()
1146 } else if (!strcmp(argv[c], "-version")) { in main()
/third_party/selinux/libselinux/src/
H A Dlabel_file.c71 if ((!strcmp(spec_arr[jj].regex_str, in nodups_specs()
77 if (strcmp(spec_arr[jj].lr.ctx_raw, in nodups_specs()
190 if ((strcmp(str_buf, reg_version) != 0)) { in load_mmap()
229 reg_arch_matches = strcmp(str_buf, reg_arch) == 0; in load_mmap()
334 if (strcmp(spec->lr.ctx_raw, "<<none>>") && rec->validating) { in load_mmap()
591 (strcmp(ptr->dst, "/") == 0)) in selabel_sub()
1029 if (strcmp(spec_arr[i].lr.ctx_raw, "<<none>>") == 0) { in lookup_all()
1283 if (strcmp(spec1->regex_str, spec2->regex_str)) in cmp()
1302 if (strcmp(spec1->lr.ctx_raw, spec2->lr.ctx_raw)) in cmp()
/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
H A Djs_inspector.cpp53 env, (strcmp("layout", type) == 0 || strcmp("draw", type) == 0), "type mismatch('layout' or 'draw')", 0); in ParseArgs()
54 if (strcmp("layout", type) == 0) { in ParseArgs()
56 } else if (strcmp("draw", type) == 0) { in ParseArgs()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp303 if (std::strcmp(words[0].c_str(), "l") == 0 || std::strcmp(words[0].c_str(), "L") == 0) { in GetDirectionAndStep()
305 } else if (std::strcmp(words[0].c_str(), "m") == 0 || std::strcmp(words[0].c_str(), "M") == 0) { in GetDirectionAndStep()
/kernel/linux/linux-5.10/arch/m68k/atari/
H A Dconfig.c172 if (strcmp(p, "ikbd") == 0) { in atari_switches_setup()
175 } else if (strcmp(p, "midi") == 0) { in atari_switches_setup()
178 } else if (strcmp(p, "snd6") == 0) { in atari_switches_setup()
180 } else if (strcmp(p, "snd7") == 0) { in atari_switches_setup()
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvma.c78 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section64()
110 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym64()
146 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section32()
178 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym32()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dvio.c36 match &= !strcmp(matches->type, type); in vio_match_device()
120 if (!strcmp(vdev->type, "vnet-port")) in devspec_show()
122 else if (!strcmp(vdev->type, "vdc-port")) in devspec_show()
482 if (!strcmp(name, "domain-services")) { in vio_add_ds()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ppi.c67 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request()
139 if (strcmp(chip->ppi_version, "1.3") == 0) { in tpm_store_ppi_request()
146 } else if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request()
202 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action()
/kernel/linux/linux-5.10/drivers/net/can/mscan/
H A Dmpc5xxx_can.c59 if (clock_name && strcmp(clock_name, "ip") == 0) in mpc52xx_can_get_clock()
146 if (!strcmp(clock_source, "ip")) in mpc512x_can_get_clock()
148 else if (!strcmp(clock_source, "sys")) in mpc512x_can_get_clock()
150 else if (!strcmp(clock_source, "ref")) in mpc512x_can_get_clock()
/kernel/linux/linux-6.6/arch/m68k/atari/
H A Dconfig.c173 if (strcmp(p, "ikbd") == 0) { in atari_switches_setup()
176 } else if (strcmp(p, "midi") == 0) { in atari_switches_setup()
179 } else if (strcmp(p, "snd6") == 0) { in atari_switches_setup()
181 } else if (strcmp(p, "snd7") == 0) { in atari_switches_setup()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup_64.c138 if (!strcmp(smt_enabled_cmdline, "on")) in check_smt_enabled()
140 else if (!strcmp(smt_enabled_cmdline, "off")) in check_smt_enabled()
158 if (!strcmp(smt_option, "on")) in check_smt_enabled()
160 else if (!strcmp(smt_option, "off")) in check_smt_enabled()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dinit_64.c479 if (type == NULL || strcmp(type, "cpu") != 0) in dt_scan_mmu_pid_width()
533 if (strcmp(uname, "ibm,dynamic-reconfiguration-memory") == 0) { in probe_memory_block_size()
564 if (type == NULL || strcmp(type, "memory") != 0) in probe_memory_block_size()
593 if (compatible && !strcmp(compatible, "ibm,coherent-device-memory")) { in probe_memory_block_size()
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvma.c78 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section64()
110 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym64()
146 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section32()
178 if (!strcmp(e->dynstr + s->st_name, name)) in find_sym32()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dvio.c36 match &= !strcmp(matches->type, type); in vio_match_device()
118 if (!strcmp(vdev->type, "vnet-port")) in devspec_show()
120 else if (!strcmp(vdev->type, "vdc-port")) in devspec_show()
480 if (!strcmp(name, "domain-services")) { in vio_add_ds()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_fcu_controls.c330 if (mpu0 && !strcmp(fan->ctrl.name, "cpu-front-fan-0")) { in wf_fcu_get_rpmfan_minmax()
335 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-front-fan-1")) { in wf_fcu_get_rpmfan_minmax()
340 if (mpu0 && !strcmp(fan->ctrl.name, "cpu-rear-fan-0")) { in wf_fcu_get_rpmfan_minmax()
345 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-rear-fan-1")) { in wf_fcu_get_rpmfan_minmax()
/kernel/linux/linux-5.10/drivers/leds/
H A Dled-triggers.c107 hit = led_cdev->trigger && !strcmp(led_cdev->trigger->name, trig->name); in led_trigger_format()
256 if (!strcmp(led_cdev->default_trigger, trig->name) && in led_trigger_set_default()
294 if (!strcmp(_trig->name, trig->name) && in led_trigger_register()
310 !strcmp(led_cdev->default_trigger, trig->name) && in led_trigger_register()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-scmi.c308 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
337 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
339 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
382 if (!strcmp(id->id, acpi_device_hid(device))) in acpi_smbus_cmi_add()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Drpaphp_core.c218 if (((drc_name == NULL) || (drc_name && !strcmp(drc_name, name_tmp))) && in rpaphp_check_drc_props_v1()
219 ((drc_type == NULL) || (drc_type && !strcmp(drc_type, type_tmp)))) in rpaphp_check_drc_props_v1()
260 (drc_name && !strcmp(drc_name, cell_drc_name))) && in rpaphp_check_drc_props_v2()
262 (drc_type && !strcmp(drc_type, drc.drc_type)))) in rpaphp_check_drc_props_v2()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_IDLETIMER.c56 if (!strcmp(label, entry->attr.attr.name)) in __idletimer_tg_find_by_label()
128 if (!strcmp(name, "power") || in idletimer_check_sysfs_name()
129 !strcmp(name, "subsystem") || in idletimer_check_sysfs_name()
130 !strcmp(name, "uevent")) in idletimer_check_sysfs_name()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconf.c202 if (!line[1] || !strcmp(&line[1], "o")) in conf_sym()
214 if (!line[1] || !strcmp(&line[1], "es")) in conf_sym()
610 if ((strcmp(name, "") != 0) && (strcmp(name, "1") != 0)) { in main()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dmax9867.c57 if (!strcmp(w->name, "ADCL")) in max9867_adc_dac_event()
59 else if (!strcmp(w->name, "ADCR")) in max9867_adc_dac_event()
61 else if (!strcmp(w->name, "DACL")) in max9867_adc_dac_event()
63 else if (!strcmp(w->name, "DACR")) in max9867_adc_dac_event()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-probe.c124 if (strcmp(buf, ".ko")) in set_target()
174 if (!strcmp(opt->long_name, "exec")) in opt_set_target()
176 else if (!strcmp(opt->long_name, "module")) in opt_set_target()
611 if (strcmp(argv[0], "-") == 0) { in __cmd_probe()
/kernel/linux/linux-5.10/sound/soc/qcom/
H A Dsdm845.c142 if (!strcmp(codec_dai->component->name_prefix, "Left")) { in sdm845_tdm_snd_hw_params()
154 if (!strcmp(codec_dai->component->name_prefix, "Right")) { in sdm845_tdm_snd_hw_params()
360 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup()
371 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup()

Completed in 27 milliseconds

1...<<81828384858687888990>>...324