/Linux-v5.4/arch/alpha/lib/ |
D | strncat.S | 17 .globl strncat 18 .ent strncat 19 strncat: label 85 .end strncat 86 EXPORT_SYMBOL(strncat)
|
D | ev67-strncat.S | 28 .globl strncat 29 .ent strncat 30 strncat: label 95 .end strncat 96 EXPORT_SYMBOL(strncat)
|
D | Makefile | 58 $(obj)/styncpy.o: $(obj)/strncpy.o $(obj)/$(ev67-y)strncat.o \
|
/Linux-v5.4/arch/x86/lib/ |
D | string_32.c | 71 char *strncat(char *dest, const char *src, size_t count) in strncat() function 91 EXPORT_SYMBOL(strncat);
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1110 strncat(options, "pass,", OPTSTRING); in test_options() 1112 strncat(options, "pass_noisy,", OPTSTRING); in test_options() 1114 strncat(options, "redir,", OPTSTRING); in test_options() 1116 strncat(options, "redir_noisy,", OPTSTRING); in test_options() 1118 strncat(options, "drop,", OPTSTRING); in test_options() 1121 strncat(options, tstr, OPTSTRING); in test_options() 1125 strncat(options, tstr, OPTSTRING); in test_options() 1129 strncat(options, tstr, OPTSTRING); in test_options() 1133 strncat(options, tstr, OPTSTRING); in test_options() 1138 strncat(options, tstr, OPTSTRING); in test_options() [all …]
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_debugfs.c | 266 strncat(printf_buf, "dump reg [[bios common] [ssu <port_id>]", in hns3_dbg_help() 268 strncat(printf_buf + strlen(printf_buf), in hns3_dbg_help() 271 strncat(printf_buf + strlen(printf_buf), in hns3_dbg_help() 277 strncat(printf_buf, "dump reg dcb <port_id> <pri_id> <pg_id>", in hns3_dbg_help() 279 strncat(printf_buf + strlen(printf_buf), " <rq_id> <nq_id> <qset_id>\n", in hns3_dbg_help()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | main.c | 135 strncat(msg, "' or '", sizeof(msg) - strlen(msg) - 1); in detect_common_prefix() 136 strncat(msg, ref, sizeof(msg) - strlen(msg) - 1); in detect_common_prefix() 139 strncat(msg, "'", sizeof(msg) - strlen(msg) - 1); in detect_common_prefix()
|
/Linux-v5.4/tools/testing/selftests/powerpc/ |
D | utils.c | 137 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in read_debugfs_file() 159 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in write_debugfs_file()
|
/Linux-v5.4/arch/s390/lib/ |
D | string.c | 200 char *strncat(char *dest, const char *src, size_t n) in strncat() function 209 EXPORT_SYMBOL(strncat);
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | string.h | 55 extern char * strncat(char *, const char *, size_t);
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | utnonansi.c | 163 strncat(dest, source, max_transfer_length); in acpi_ut_safe_strncat()
|
/Linux-v5.4/fs/cifs/ |
D | cifs_dfs_ref.c | 214 strncat(mountdata, sb_mountdata + off, noff); in cifs_compose_mount_options() 222 strncat(mountdata, &sep, 1); in cifs_compose_mount_options()
|
/Linux-v5.4/drivers/platform/x86/ |
D | wmi.c | 291 strncat(method, block->object_id, 2); in wmidev_evaluate_method() 336 strncat(wc_method, block->object_id, 2); in __query_block() 347 strncat(method, block->object_id, 2); in __query_block() 444 strncat(method, block->object_id, 2); in wmi_set_block() 1060 strncat(method, wblock->gblock.object_id, 2); in wmi_create_device() 1088 strncat(method, wblock->gblock.object_id, 2); in wmi_create_device()
|
/Linux-v5.4/scripts/kconfig/ |
D | preprocess.c | 515 strncat(out, in, in_len); in __expand_string() 531 strncat(out, in, in_len); in __expand_string()
|
D | symbol.c | 899 strncat(res, p, l); in sym_escape_string_value() 906 strncat(res, p++, 1); in sym_escape_string_value()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | string.h | 47 char *strncat(char *dest, const char *src, size_t n);
|
/Linux-v5.4/arch/x86/include/asm/ |
D | string_32.h | 19 extern char *strncat(char *dest, const char *src, size_t count);
|
/Linux-v5.4/include/linux/ |
D | string.h | 42 extern char * strncat(char *, const char *, __kernel_size_t); 340 __FORTIFY_INLINE char *strncat(char *p, const char *q, __kernel_size_t count) in strncat() function
|
/Linux-v5.4/lib/ |
D | string.c | 305 char *strncat(char *dest, const char *src, size_t count) in strncat() function 321 EXPORT_SYMBOL(strncat);
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 221 strncat(string, ",", remaining_size); in mlx5_set_driver_version() 224 strncat(string, DRIVER_NAME, remaining_size); in mlx5_set_driver_version() 227 strncat(string, ",", remaining_size); in mlx5_set_driver_version() 230 strncat(string, DRIVER_VERSION, remaining_size); in mlx5_set_driver_version()
|
/Linux-v5.4/drivers/edac/ |
D | thunderx_edac.c | 1136 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1145 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1150 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1220 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr() 1899 strncat(msg, other, L2C_MESSAGE_SIZE); in thunderx_l2c_threaded_isr()
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_ddp.c | 444 strncat(profile_name, flash->data, I40E_DDP_PROFILE_NAME_MAX); in i40e_ddp_flash()
|
/Linux-v5.4/sound/pci/hda/ |
D | hda_jack.c | 459 strncat(name, " Phantom", sizeof(name) - strlen(name) - 1); in add_jack_kctl()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 820 strncat(printf_buf, in hclge_dbg_dump_mng_table() 823 strncat(printf_buf + strlen(printf_buf), in hclge_dbg_dump_mng_table()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | offb.c | 426 strncat(fix->id, name, sizeof(fix->id) - sizeof("OFfb ")); in offb_init_fb()
|