Searched refs:strcmp (Results 351 - 375 of 2189) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/csky/abiv2/
H A Dstrcmp.S7 ENTRY(strcmp)
168 ENDPROC(strcmp)
/linux-master/samples/seccomp/
H A Dbpf-helper.c81 if (!strcmp(label, begin->label))
/linux-master/tools/lib/subcmd/
H A Dpager.c90 if (!*pager || !strcmp(pager, "cat"))
/linux-master/tools/usb/usbip/src/
H A Dusbip_unbind.c56 if (!driver || strcmp(driver, "usbip-host")) {
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c85 if (fpe_type[0] && strcmp(fpe_type, "nwfpe"))
/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.c70 if (!strcmp(name, "deftaps")) {
/linux-master/arch/arc/lib/
H A Dstrcmp.S11 and strcmp might often terminate early. */
15 ENTRY_CFI(strcmp)
93 END_CFI(strcmp)
/linux-master/tools/perf/arch/powerpc/util/
H A Ddwarf-regs.c97 if (!strcmp(roff->name, name))
/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c86 cmp = !strcmp(fdpath, other);
/linux-master/tools/testing/selftests/proc/
H A Dproc-subset-pid.c37 return strcmp(a, b) == 0;
/linux-master/drivers/mtd/chips/
H A Dchipreg.c39 if (!strcmp(this->name, name)) {
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c136 if (strcmp(argv[1], "-h") == 0) {
/linux-master/kernel/debug/kdb/
H A Dkdb_bp.c329 if (strcmp(argv[0], "bph") == 0) {
401 if (strcmp(argv[0], "be") == 0)
403 else if (strcmp(argv[0], "bd") == 0)
411 if (strcmp(argv[1], "*") == 0) {
/linux-master/kernel/trace/rv/
H A Drv_reactors.c78 if (strcmp(name, r->reactor->name) == 0)
225 if (strcmp(ptr, rdef->reactor->name) != 0)
283 if (strcmp(reactor->name, r->reactor->name) == 0) {
337 if (strcmp(reactor->name, ptr->reactor->name) == 0) {
/linux-master/kernel/
H A Dcfi.c60 if (strcmp(secstrings + sechdrs[i].sh_name, "__kcfi_traps"))
/linux-master/arch/sh/kernel/
H A Dmachvec.c63 if (strcmp(mv_name, "generic") == 0)
/linux-master/drivers/char/tpm/
H A Dtpm_ppi.c67 if (strcmp(chip->ppi_version, "1.2") < 0)
139 if (strcmp(chip->ppi_version, "1.3") == 0) {
146 } else if (strcmp(chip->ppi_version, "1.2") < 0) {
202 if (strcmp(chip->ppi_version, "1.2") < 0)
/linux-master/samples/bpf/
H A Dsockex3_user.c58 if (!strcmp(bpf_program__name(prog), "main_prog"))
/linux-master/lib/
H A Ddhry_2.c165 if (strcmp(Str_1_Par_Ref, Str_2_Par_Ref) > 0) {
/linux-master/tools/objtool/arch/powerpc/
H A Ddecode.c14 return !strcmp(name, "_mcount");
/linux-master/arch/powerpc/include/asm/
H A Dstring.h23 extern int strcmp(const char *,const char *);
/linux-master/tools/power/acpi/common/
H A Dgetopt.c98 } else if (strcmp(argv[acpi_gbl_optind], "--") == 0) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c65 err = (fd_type == BPF_FD_TYPE_TRACEPOINT) && !strcmp(buf, tp_name);
/linux-master/arch/xtensa/include/asm/
H A Dstring.h63 static inline int strcmp(const char *__cs, const char *__ct) function
/linux-master/fs/smb/server/mgmt/
H A Duser_config.c73 if (strcmp(u1->name, u2->name))

Completed in 518 milliseconds

<<11121314151617181920>>