Searched refs:strcmp (Results 1 - 25 of 2183) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh962 X if (strcmp(device, "reset") == 0)
964 X else if (strcmp(device, "show") == 0)
966 X else if (strcmp(device, "dsp") == 0)
968 X else if (strcmp(device, "mpu") == 0)
970 X else if (strcmp(device, "ide") == 0)
972 X else if (strcmp(device, "joystick") == 0)
/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/arc/kernel/
H A Darcksyms.c53 EXPORT_SYMBOL(strcmp); variable
H A Dmodule.c114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0)
/linux-master/arch/arc/lib/
H A DMakefile8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700.o memset.o strcmp.o
9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o
H A Dstrcmp-archs.S8 ENTRY_CFI(strcmp)
75 END_CFI(strcmp)
H A Dstrcmp.S11 and strcmp might often terminate early. */
15 ENTRY_CFI(strcmp)
93 END_CFI(strcmp)
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c359 if (!lattr->pl310_only || strcmp("l2c_310", pmu->name) == 0)
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c85 if (fpe_type[0] && strcmp(fpe_type, "nwfpe"))
/linux-master/arch/csky/abiv2/inc/abi/
H A Dstring.h19 extern int strcmp(const char *, const char *);
/linux-master/arch/csky/abiv2/
H A Dstrcmp.S7 ENTRY(strcmp)
168 ENDPROC(strcmp)
/linux-master/arch/m68k/atari/
H A Ddebug.c295 if (!strcmp(arg, "ser"))
300 if (!strcmp(arg, "ser1")) {
304 } else if (!strcmp(arg, "ser2")) {
308 } else if (!strcmp(arg, "midi")) {
312 } else if (!strcmp(arg, "par")) {
/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c130 if (strcmp(cpu_ver_lookup[i].s, cpu_ver_string) == 0)
136 if (strcmp(family_string_lookup[i].s, family_string) == 0)
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c46 if (strcmp(arg, "--reloc-info") == 0) {
50 if (strcmp(arg, "--text") == 0) {
54 if (strcmp(arg, "--bin") == 0) {
58 if (strcmp(arg, "--keep") == 0) {
/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/mips/vdso/
H A Dgenvdso.h41 if (strcmp(name, ".MIPS.abiflags") == 0) {
48 if (strcmp(name, ".mips_abiflags") == 0) {
113 if (!strcmp(name, vdso_symbols[i].name)) {
/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) {
H A Dstring.S59 .globl strcmp
60 strcmp: label
H A Dstring.h11 extern int strcmp(const char *s1, const char *s2);
/linux-master/arch/s390/tools/
H A Dgen_opcode_table.c144 if (!strcmp(base_format, *ptr))
177 return strcmp(((struct insn *)a)->format, ((struct insn *)b)->format);
190 if (!strcmp(format, desc->insn[i].format))
201 return strcmp(((struct insn *)a)->name, ((struct insn *)b)->name);
268 return strcmp(((struct insn *)a)->opcode, ((struct insn *)b)->opcode);
/linux-master/arch/sh/kernel/
H A Ddwarf.c1101 && !strcmp(secstrings+sechdrs[i].sh_name, ".eh_frame")) {
H A Dptrace.c15 if (!strcmp(roff->name, name))
/linux-master/arch/sparc/kernel/
H A Dadi_64.c64 if (!strcmp(prop, "adp")) {
H A Dprom_common.c105 if (!strcmp(list, match))
H A Dtime_64.c176 is_cpu_node = (strcmp(type, "cpu") == 0);

Completed in 523 milliseconds

1234567891011>>