/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | preprocess.c | 316 strcat(v->value, " "); in variable_add() 317 strcat(v->value, new_value); in variable_add() 519 strcat(out, expansion); in __expand_string()
|
/third_party/alsa-utils/topology/ |
H A D | topology.c | 176 strcat(fname, ".new"); in save() 402 strcat(m, ","); in add_define() 403 strcat(m, d); in add_define()
|
/third_party/backends/backend/ |
H A D | snapscan-usb.c | 265 strcat(str,"\n"); in usb_debug_data() 266 strcat(str,tmpstr); in usb_debug_data() 269 strcat(str," ..."); in usb_debug_data()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 427 strcat(vis, "<undef>"); in do_stty() 430 strcat(vis, "M-"); in do_stty() 434 else if (ch == 0x7f) strcat(vis, "^?"); in do_stty()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 564 strcat(res, "r"); in elemid_get() 566 strcat(res, "w"); in elemid_get() 568 strcat(res, "v"); in elemid_get() 570 strcat(res, "i"); in elemid_get() 572 strcat(res, "l"); in elemid_get() 574 strcat(res, "R"); in elemid_get() 576 strcat(res, "W"); in elemid_get() 578 strcat(res, "C"); in elemid_get() 580 strcat(res, "o"); in elemid_get() 582 strcat(re in elemid_get() [all...] |
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 1191 strcat(flags, "O_RDONLY,"); in format_oflags() 1194 strcat(flags, "O_WRONLY,"); in format_oflags() 1197 strcat(flags, "O_RDWR,"); in format_oflags() 1200 strcat(flags, "O_weird"); in format_oflags() 1205 strcat(flags, "O_EXCL,"); in format_oflags() 1208 strcat(flags, "O_SYNC,"); in format_oflags() 1211 strcat(flags, "O_RAW,"); in format_oflags() 1213 strcat(flags, "O_WELLFORMED,"); in format_oflags() 1216 strcat(flags, "O_SSD,"); in format_oflags() 1219 strcat(flag in format_oflags() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 1108 strcat(full_name, field->system); in hist_field_name() 1109 strcat(full_name, "."); in hist_field_name() 1110 strcat(full_name, field->event_name); in hist_field_name() 1111 strcat(full_name, "."); in hist_field_name() 1112 strcat(full_name, field->name); in hist_field_name() 1469 strcat(expr, "$"); in expr_field_str() 1471 strcat(expr, hist_field_name(field, 0)); in expr_field_str() 1477 strcat(expr, "."); in expr_field_str() 1478 strcat(expr, flags_str); in expr_field_str() 1502 strcat(exp in expr_str() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utnonansi.c | 146 strcat(dest, source); in acpi_ut_safe_strcat()
|
/kernel/linux/linux-5.10/arch/mips/fw/arc/ |
H A D | cmdline.c | 54 strcat(cp, used_arc[i][1]); in move_firmware_args()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | string.h | 25 extern char * strcat(char *, const char *);
|
/kernel/linux/linux-6.6/arch/mips/fw/arc/ |
H A D | cmdline.c | 54 strcat(cp, used_arc[i][1]); in move_firmware_args()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | string.h | 25 extern char * strcat(char *, const char *);
|
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_mixer.c | 74 strcat(card->mixername, ",OPL4"); in snd_opl4_create_mixer()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utnonansi.c | 146 strcat(dest, source); in acpi_ut_safe_strcat()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | string_64.h | 74 char *strcat(char *dest, const char *src);
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | powercap-info.c | 32 strcat(pr_prefix, "\t"); in powercap_print_one_zone()
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_mixer.c | 74 strcat(card->mixername, ",OPL4"); in snd_opl4_create_mixer()
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi.c | 87 strcat(sysfs_path, "/description"); in tc_acpi_str()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 34 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 36 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 34 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat02.c | 107 strcat(elooppathname, TEST_ELOOP); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir02.c | 76 strcat(looppathname, TESTDIR4); in setup()
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_guest.h | 50 char *strcat(char *dest, const char *src);
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork10.c | 153 strcat(fnamebuf, pidbuf); in setup()
|