Home
last modified time | relevance | path

Searched refs:strcat (Results 51 - 75 of 719) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H A Dheader.c48 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 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/drivers/usb/misc/
H A 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-6.6/drivers/usb/misc/
H A Dusbsevseg.c255 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 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()
/third_party/libunwind/libunwind/src/
H A Delfxx.c448 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 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-6.6/drivers/video/backlight/
H A 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()
/third_party/qrcodegen/c/
H A Dqrcodegen-demo.c135 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 Dsetup.c79 strcat(cmdline, " "); in platform_setup()
80 strcat(cmdline, argv[i]); in platform_setup()
/third_party/icu/tools/multi/proj/icu4cscan/
H A Dxmlout.cpp58 strcat(outs, "/>"); in XMLElement()
60 strcat(outs, ">"); in XMLElement()
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfrag.c62 strcat(frag_file1, "/frag1"); in main()
65 strcat(frag_file2, "/frag2"); in main()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create04.c52 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 D9-1.c66 strcat(path, "/"); in main()
67 strcat(path, argv[0]); in main()
/third_party/toybox/toys/other/
H A Dinsmod.c35 strcat(toybuf, toys.optargs[i++]); in insmod_main()
36 strcat(toybuf, " "); in insmod_main()
/third_party/python/PC/
H A Dfrozen_dllmain.c123 strcat(funcName, modName); in CallModuleDllMain()
124 strcat(funcName, "@12"); // stdcall convention. in CallModuleDllMain()
/third_party/alsa-lib/src/control/
H A Dctlparse.c139 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 Dstring.h34 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 Dstring.h36 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 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/kernel/rcu/
H A 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()
/third_party/glfw/tests/
H A Devents.c242 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 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-6.6/tools/power/acpi/os_specific/service_layers/
H A 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()
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbasedl.c64 strcat(xlib, "/"); in mixer_simple_basic_dlopen()
65 strcat(xlib, lib); in mixer_simple_basic_dlopen()

Completed in 12 milliseconds

12345678910>>...29