/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/ |
H A D | header.c | 48 atoi(pe->aggr_mode) == PerChip ? strcat(path, "sockets") : strcat(path, "coresperchip"); in arch_get_runtimeparam()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 155 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/drivers/usb/misc/ |
H A D | usbsevseg.c | 281 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-6.6/drivers/usb/misc/ |
H A D | usbsevseg.c | 255 strcat(buf, " ["); in textmode_show() 256 strcat(buf, display_textmodes[i]); in textmode_show() 257 strcat(buf, "] "); in textmode_show() 259 strcat(buf, " "); in textmode_show() 260 strcat(buf, display_textmodes[i]); in textmode_show() 261 strcat(buf, " "); in textmode_show() 264 strcat(buf, "\n"); in textmode_show()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 155 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()
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 448 strcat (newname, "/"); in load_debuglink() 449 strcat (newname, linkbuf); in load_debuglink() 455 strcat (newname, "/.debug/"); in load_debuglink() 456 strcat (newname, linkbuf); in load_debuglink() 463 strcat (newname, basedir); in load_debuglink() 464 strcat (newname, "/"); in load_debuglink() 465 strcat (newname, linkbuf); in load_debuglink()
|
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 129 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-6.6/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 129 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()
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen-demo.c | 135 strcat(concat, silver0); in doSegmentDemo() 136 strcat(concat, silver1); in doSegmentDemo() 175 strcat(concat, golden0); in doSegmentDemo() 176 strcat(concat, golden1); in doSegmentDemo() 177 strcat(concat, golden2); in doSegmentDemo()
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/ |
H A D | setup.c | 79 strcat(cmdline, " "); in platform_setup() 80 strcat(cmdline, argv[i]); in platform_setup()
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | xmlout.cpp | 58 strcat(outs, "/>"); in XMLElement() 60 strcat(outs, ">"); in XMLElement()
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | frag.c | 62 strcat(frag_file1, "/frag1"); in main() 65 strcat(frag_file2, "/frag2"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create04.c | 52 strcat(pattern, "hugepages-"); in check_hugepage_support() 53 strcat(pattern, test_flags->h_size); in check_hugepage_support()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
H A D | 9-1.c | 66 strcat(path, "/"); in main() 67 strcat(path, argv[0]); in main()
|
/third_party/toybox/toys/other/ |
H A D | insmod.c | 35 strcat(toybuf, toys.optargs[i++]); in insmod_main() 36 strcat(toybuf, " "); in insmod_main()
|
/third_party/python/PC/ |
H A D | frozen_dllmain.c | 123 strcat(funcName, modName); in CallModuleDllMain() 124 strcat(funcName, "@12"); // stdcall convention. in CallModuleDllMain()
|
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 139 strcat(buf, buf1); in snd_ctl_ascii_elem_id_get() 144 strcat(buf, buf1); in snd_ctl_ascii_elem_id_get() 149 strcat(buf, buf1); in snd_ctl_ascii_elem_id_get()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 34 char *strcat (char *__restrict, const char *__restrict); 116 #define strcat(dst, src) __strcat(dst, src) macro 127 #define strcat(dst, src) __strcat(dst, src) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 36 char *strcat (char *__restrict, const char *__restrict); 118 #define strcat(dst, src) __strcat(dst, src) macro 129 #define strcat(dst, src) __strcat(dst, src) macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mem-events.c | 153 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/kernel/rcu/ |
H A D | refscale.c | 467 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()
|
/third_party/glfw/tests/ |
H A D | events.c | 242 strcat(name, " shift"); in get_mods_name() 244 strcat(name, " control"); in get_mods_name() 246 strcat(name, " alt"); in get_mods_name() 248 strcat(name, " super"); in get_mods_name() 250 strcat(name, " capslock-on"); in get_mods_name() 252 strcat(name, " numlock-on"); in get_mods_name()
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 117 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-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 117 strcat(temp_str, "/"); in acpi_os_get_next_filename() 118 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbasedl.c | 64 strcat(xlib, "/"); in mixer_simple_basic_dlopen() 65 strcat(xlib, lib); in mixer_simple_basic_dlopen()
|