Searched refs:strcmp (Results 51 - 75 of 2191) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c18 if (!strcmp(argv[i], "0"))
20 else if (!strcmp(argv[i], "1"))
/linux-master/arch/sh/kernel/
H A Dptrace.c15 if (!strcmp(roff->name, name))
/linux-master/tools/perf/util/
H A Dvdso.h17 return !strcmp(filename, VDSO__MAP_NAME);
/linux-master/arch/arc/include/asm/
H A Dstring.h7 * -Added memcmp, strchr, strcpy, strcmp, strlen
31 extern int strcmp(const char *cs, const char *ct);
/linux-master/arch/x86/kernel/
H A Dio_delay.c133 if (!strcmp(s, "0x80"))
135 else if (!strcmp(s, "0xed"))
137 else if (!strcmp(s, "udelay"))
139 else if (!strcmp(s, "none"))
/linux-master/drivers/media/cec/core/
H A Dcec-pin-error-inj.c90 if (!strcmp(token, "clear")) {
99 if (!strcmp(token, "rx-clear")) {
105 if (!strcmp(token, "tx-clear")) {
115 if (!strcmp(token, "tx-ignore-nack-until-eom")) {
119 if (!strcmp(token, "tx-custom-pulse")) {
128 if (!strcmp(token, "tx-custom-low-usecs")) {
136 if (!strcmp(token, "tx-custom-high-usecs")) {
148 if (!strcmp(token, "any")) {
162 if (!strcmp(comma, "off"))
164 else if (!strcmp(comm
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlookup_key.c24 if (strcmp(fmt, "libbpf: extern (func ksym) '%s': not found in kernel or module BTFs\n"))
29 if (strcmp(func, "bpf_lookup_user_key") && strcmp(func, "bpf_key_put") &&
30 strcmp(func, "bpf_lookup_system_key"))
/linux-master/tools/perf/arch/loongarch/util/
H A Ddwarf-regs.c10 #include <string.h> /* for strcmp */
41 if (!strcmp(roff->name, name))
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dchdexcr.c48 if (aspects[i].prctl != -1 && !strcmp(aspects[i].opt, opt))
63 if (!strcmp(option, "-h") || !strcmp(option, "--help")) {
102 if (i < argc && !strcmp(argv[i], "--"))
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c51 if (!strcmp(consdev, "uart0")) {
53 } else if (!strcmp(consdev, "uart1")) {
58 if (!strcmp(consdev, "pcconsole0")) {
/linux-master/arch/s390/boot/
H A Dipl_parm.c273 if (!strcmp(param, "mem") && val)
276 if (!strcmp(param, "vmalloc") && val) {
281 if (!strcmp(param, "dfltcc") && val) {
282 if (!strcmp(val, "off"))
284 else if (!strcmp(val, "on"))
286 else if (!strcmp(val, "def_only"))
288 else if (!strcmp(val, "inf_only"))
290 else if (!strcmp(val, "always"))
294 if (!strcmp(param, "facilities") && val)
297 if (!strcmp(para
[all...]
/linux-master/tools/testing/selftests/lsm/
H A Dlsm_get_self_attr_test.c193 ASSERT_EQ(0, strcmp((char *)tctx->ctx, attr));
196 ASSERT_NE(0, strcmp((char *)tctx->ctx, attr));
206 ASSERT_EQ(0, strcmp((char *)tctx->ctx, attr));
210 ASSERT_NE(0, strcmp((char *)tctx->ctx, attr));
220 ASSERT_EQ(0, strcmp((char *)tctx->ctx, attr));
224 ASSERT_NE(0, strcmp((char *)tctx->ctx, attr));
234 ASSERT_EQ(0, strcmp((char *)tctx->ctx, attr));
238 ASSERT_NE(0, strcmp((char *)tctx->ctx, attr));
248 ASSERT_EQ(0, strcmp((char *)tctx->ctx, attr));
251 ASSERT_NE(0, strcmp((cha
[all...]
/linux-master/tools/testing/selftests/net/
H A Dsctp_hello.c41 ss.ss_family = !strcmp(argv[2], "-4") ? AF_INET : AF_INET6;
80 if (argc < 2 || (strcmp(argv[1], "server") && strcmp(argv[1], "client"))) {
85 if (!strcmp(argv[1], "client"))
93 ss.ss_family = !strcmp(argv[2], "-4") ? AF_INET : AF_INET6;
/linux-master/arch/powerpc/platforms/83xx/
H A Dusb_831x.c58 if (prop && !strcmp(prop, "ulpi")) {
93 if (prop && (!strcmp(prop, "utmi_wide") || !strcmp(prop, "utmi"))) {
107 } else if (prop && !strcmp(prop, "ulpi")) {
114 if (dr_mode && !strcmp(dr_mode, "otg"))
/linux-master/arch/powerpc/include/asm/
H A Dftrace.h96 return !strcmp(sym, name) ||
97 (!strncmp(sym, "__se_sys", 8) && !strcmp(sym + 5, name)) ||
98 (!strncmp(sym, "ppc_", 4) && !strcmp(sym + 4, name + 4)) ||
99 (!strncmp(sym, "ppc32_", 6) && !strcmp(sym + 6, name + 4)) ||
100 (!strncmp(sym, "ppc64_", 6) && !strcmp(sym + 6, name + 4));
/linux-master/tools/objtool/
H A Dorc_dump.c86 if (!strcmp(name, ".symtab")) {
88 } else if (!strcmp(name, ".strtab")) {
90 } else if (!strcmp(name, ".orc_unwind")) {
93 } else if (!strcmp(name, ".orc_unwind_ip")) {
96 } else if (!strcmp(name, ".rela.orc_unwind_ip")) {
/linux-master/drivers/crypto/tegra/
H A Dtegra-se.h452 if (!strcmp(name, "cbc(aes)"))
454 else if (!strcmp(name, "ecb(aes)"))
456 else if (!strcmp(name, "ctr(aes)"))
458 else if (!strcmp(name, "xts(aes)"))
460 else if (!strcmp(name, "cmac(aes)"))
462 else if (!strcmp(name, "gcm(aes)"))
464 else if (!strcmp(name, "ccm(aes)"))
467 else if (!strcmp(name, "sha1"))
469 else if (!strcmp(name, "sha224"))
471 else if (!strcmp(nam
[all...]
/linux-master/drivers/parport/
H A Dprobe.c78 if (!strcmp(p, "MFG") || !strcmp(p, "MANUFACTURER")) {
81 } else if (!strcmp(p, "MDL") || !strcmp(p, "MODEL")) {
84 } else if (!strcmp(p, "CLS") || !strcmp(p, "CLASS")) {
91 if (!strcmp(classes[i].token, sep)) {
99 } else if (!strcmp(p, "CMD") ||
100 !strcmp(p, "COMMAND SET")) {
107 } else if (!strcmp(
[all...]
/linux-master/drivers/clk/renesas/
H A Dclk-r8a7740.c68 if (!strcmp(name, "r")) {
85 } else if (!strcmp(name, "system")) {
89 } else if (!strcmp(name, "pllc0")) {
98 } else if (!strcmp(name, "pllc1")) {
103 } else if (!strcmp(name, "pllc2")) {
107 } else if (!strcmp(name, "usb24s")) {
119 if (!strcmp(name, c->name)) {
H A Dclk-r8a73a4.c68 if (!strcmp(name, "main")) {
87 } else if (!strcmp(name, "pll0")) {
99 } else if (!strcmp(name, "pll1")) {
150 } else if (!strcmp(name, "z") || !strcmp(name, "z2")) {
164 if (!strcmp(name, c->name))
/linux-master/tools/perf/
H A Dperf.c107 return (strstarts(var, header) && !strcmp(var + strlen(header), c->cmd));
210 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version"))
217 if (!strcmp(cmd, "-h")) {
222 if (!strcmp(cmd, "-v")) {
227 if (!strcmp(cmd, "-vv")) {
244 } else if (!strcmp(cmd, "--html-path")) {
247 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) {
249 } else if (!strcmp(cm
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dqueue.c145 if (!strcmp(flag,"smt"))
147 else if (!strcmp(flag,"smtf"))
149 else if (!strcmp(flag,"pcm"))
151 else if (!strcmp(flag,"rmt"))
153 else if (!strcmp(flag,"cfm"))
155 else if (!strcmp(flag,"ecm"))
/linux-master/arch/arm/mach-omap2/
H A Dpm-debug.c71 if (strcmp(clkdm->name, "emu_clkdm") == 0 ||
72 strcmp(clkdm->name, "wkup_clkdm") == 0 ||
87 if (strcmp(pwrdm->name, "emu_pwrdm") == 0 ||
88 strcmp(pwrdm->name, "wkup_pwrdm") == 0 ||
116 if (strcmp(pwrdm->name, "emu_pwrdm") == 0 ||
117 strcmp(pwrdm->name, "wkup_pwrdm") == 0 ||
/linux-master/arch/powerpc/boot/
H A Dhack-coff.c59 if (strcmp(shdr.s_name, ".text") == 0) {
62 } else if (strcmp(shdr.s_name, ".data") == 0) {
64 } else if (strcmp(shdr.s_name, ".bss") == 0) {
/linux-master/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c28 if (strcmp(sym, "__stack_chk_guard"))
77 if (!strcmp(argv[i].key, "disable"))
87 if (!strcmp(argv[i].key, "offset")) {

Completed in 249 milliseconds

1234567891011>>