Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 188) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/alpha/lib/
Dev67-strcat.S27 .globl strcat symbol
28 .ent strcat
29 strcat: label
55 .end strcat
56 EXPORT_SYMBOL(strcat)
Dstrcat.S13 .globl strcat symbol
14 .ent strcat
15 strcat: label
54 .end strcat
55 EXPORT_SYMBOL(strcat);
/kernel/linux/linux-5.10/arch/s390/boot/
Dals.c43 strcat(mach_str, type_str); in print_machine_type()
44 strcat(mach_str, "\n"); in print_machine_type()
76 strcat(als_str, ","); in print_missing_facilities()
83 strcat(als_str, "\n"); in print_missing_facilities()
88 strcat(als_str, val_str); in print_missing_facilities()
92 strcat(als_str, "\n"); in print_missing_facilities()
/kernel/linux/linux-5.10/arch/mips/loongson2ef/lemote-2f/
Dmachtype.c37 strcat(arcs_cmdline, " machtype="); in mach_prom_init_machtype()
38 strcat(arcs_cmdline, get_system_type()); in mach_prom_init_machtype()
39 strcat(arcs_cmdline, " "); in mach_prom_init_machtype()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_version.c35 strcat(version, "FW:"); in ia_css_get_version()
36 strcat(version, sh_css_get_fw_version()); in ia_css_get_version()
37 strcat(version, "; "); in ia_css_get_version()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dscripts.c38 strcat(extra_format, " -F +metric"); in attr_to_script()
40 strcat(extra_format, " -F +brstackinsn --xed"); in attr_to_script()
42 strcat(extra_format, " -F +iregs"); in attr_to_script()
44 strcat(extra_format, " -F +uregs"); in attr_to_script()
46 strcat(extra_format, " -F +phys_addr"); in attr_to_script()
/kernel/liteos_m/testsuites/sample/kernel/lms/
DIt_los_lms_017.c53 (VOID)strcat(buf, src); /* no overflows. */ in TestCase()
54 (VOID)strcat(buf, "123"); /* no overflows. */ in TestCase()
55 (VOID)strcat(buf, "4"); /* write overflows. */ in TestCase()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
Dsetup.c115 strcat(arcs_cmdline, arg); in build_arcs_cmdline()
116 strcat(arcs_cmdline, " "); in build_arcs_cmdline()
126 strcat(arcs_cmdline, arg); in build_arcs_cmdline()
135 strcat(arcs_cmdline, arg); in build_arcs_cmdline()
/kernel/linux/linux-5.10/drivers/usb/misc/
Dusbsevseg.c281 strcat(buf, " ["); in textmode_show()
282 strcat(buf, display_textmodes[i]); in textmode_show()
283 strcat(buf, "] "); in textmode_show()
285 strcat(buf, " "); in textmode_show()
286 strcat(buf, display_textmodes[i]); in textmode_show()
287 strcat(buf, " "); in textmode_show()
290 strcat(buf, "\n"); in textmode_show()
/kernel/linux/linux-5.10/arch/mips/dec/prom/
Dcmdline.c32 strcat(arcs_cmdline, arg); in prom_init_cmdline()
34 strcat(arcs_cmdline, " "); in prom_init_cmdline()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c191 strcat(buf, "FC "); in decode_mmcr0()
193 strcat(buf, "PMAE "); in decode_mmcr0()
195 strcat(buf, "PMAO "); in decode_mmcr0()
207 strcat(buf, "GE "); in decode_bescr()
209 strcat(buf, "PMAE "); in decode_bescr()
211 strcat(buf, "PMAO "); in decode_bescr()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
Dsetup_tx4939.c512 strcat(buf, " ACLC"); in tx4939_stop_unused_modules()
520 strcat(buf, " I2S"); in tx4939_stop_unused_modules()
525 strcat(buf, " ATA0"); in tx4939_stop_unused_modules()
530 strcat(buf, " ATA1"); in tx4939_stop_unused_modules()
535 strcat(buf, " SPI"); in tx4939_stop_unused_modules()
540 strcat(buf, " VPC"); in tx4939_stop_unused_modules()
545 strcat(buf, " SIO2"); in tx4939_stop_unused_modules()
550 strcat(buf, " SIO3"); in tx4939_stop_unused_modules()
/kernel/linux/linux-5.10/arch/m68k/atari/
Dconfig.c581 strcat(model, "Mega ST"); in atari_get_model()
583 strcat(model, "ST"); in atari_get_model()
587 strcat(model, "Mega STE"); in atari_get_model()
589 strcat(model, "STE"); in atari_get_model()
594 strcat(model, "Medusa"); in atari_get_model()
596 strcat(model, "TT"); in atari_get_model()
599 strcat(model, "Falcon"); in atari_get_model()
601 strcat(model, " (with Afterburner040)"); in atari_get_model()
/kernel/linux/linux-5.10/tools/testing/selftests/ia64/
Daliasing-test.c85 strcat(path2, "/"); in scan_tree()
86 strcat(path2, name); in scan_tree()
170 strcat(path2, "/"); in scan_rom()
171 strcat(path2, name); in scan_rom()
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
Dheader.c48 atoi(pe->aggr_mode) == PerChip ? strcat(path, "sockets") : strcat(path, "coresperchip"); in arch_get_runtimeparam()
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/
Dsetup.c76 strcat(cmdline, " "); in platform_setup()
77 strcat(cmdline, argv[i]); in platform_setup()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutpredef.c130 strcat(buffer, &ut_rtype_names[i][j]); in acpi_ut_get_expected_return_types()
321 strcat(buffer, in acpi_ut_get_argument_types()
354 strcat(buffer, &(ut_resource_type_names[i][sub_index])); in acpi_ut_get_resource_bit_width()
/kernel/linux/linux-5.10/drivers/video/backlight/
Dsky81452-backlight.c129 strcat(buf, tmp); in sky81452_bl_show_open_short()
133 strcat(buf, "\n"); in sky81452_bl_show_open_short()
155 strcat(buf, "over-current "); in sky81452_bl_show_fault()
158 strcat(buf, "over-temperature"); in sky81452_bl_show_fault()
160 strcat(buf, "\n"); in sky81452_bl_show_fault()
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dipmi_bt_sm.c155 strcat(buf, "B_BUSY "); in status2txt()
157 strcat(buf, "H_BUSY "); in status2txt()
159 strcat(buf, "OEM0 "); in status2txt()
161 strcat(buf, "SMS "); in status2txt()
163 strcat(buf, "B2H "); in status2txt()
165 strcat(buf, "H2B "); in status2txt()
166 strcat(buf, "]"); in status2txt()
/kernel/linux/linux-5.10/kernel/rcu/
Drefscale.c467 strcat(buf, "\n"); in process_durations()
468 strcat(buf, buf1); in process_durations()
472 strcat(buf, "\n"); in process_durations()
551 strcat(buf, "\n"); in main_func()
552 strcat(buf, "Runs\tTime(ns)\n"); in main_func()
563 strcat(buf, buf1); in main_func()
/kernel/linux/linux-5.10/tools/perf/util/
Dmem-events.c153 strcat(out, " or "); in perf_mem__tlb_scnprintf()
214 strcat(out, "Remote "); in perf_mem__lvl_scnprintf()
223 strcat(out, " or "); in perf_mem__lvl_scnprintf()
232 strcat(out, " or "); in perf_mem__lvl_scnprintf()
274 strcat(out, " or "); in perf_mem__snp_scnprintf()
282 strcat(out, " or "); in perf_mem__snp_scnprintf()
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c117 strcat(temp_str, "/"); in acpi_os_get_next_filename()
118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
/kernel/linux/linux-5.10/samples/bpf/
Dbpf_load.c208 strcat(buf, "events/kprobes/"); in load_and_attach()
209 strcat(buf, event_prefix); in load_and_attach()
210 strcat(buf, event); in load_and_attach()
211 strcat(buf, "/id"); in load_and_attach()
220 strcat(buf, "events/"); in load_and_attach()
221 strcat(buf, event); in load_and_attach()
222 strcat(buf, "/id"); in load_and_attach()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Dsetup.c886 strcat(arcs_cmdline, " "); in prom_init()
887 strcat(arcs_cmdline, arg); in prom_init()
896 strcat(arcs_cmdline, " "); in prom_init()
897 strcat(arcs_cmdline, arg); in prom_init()
903 strcat(arcs_cmdline, " console=ttyS1,115200"); in prom_init()
905 strcat(arcs_cmdline, " console=ttyS0,115200"); in prom_init()
956 strcat(arcs_cmdline, " "); in fw_init_cmdline()
957 strcat(arcs_cmdline, arg); in fw_init_cmdline()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dprom_32.c252 strcat(of_console_path, in of_console_init()
287 strcat(of_console_path, ":a"); in of_console_init()
290 strcat(of_console_path, ":b"); in of_console_init()

12345678