Home
last modified time | relevance | path

Searched refs:strncat (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/arch/alpha/lib/
Dstrncat.S17 .globl strncat
18 .ent strncat
19 strncat: label
85 .end strncat
86 EXPORT_SYMBOL(strncat)
Dev67-strncat.S28 .globl strncat
29 .ent strncat
30 strncat: label
95 .end strncat
96 EXPORT_SYMBOL(strncat)
DMakefile58 $(obj)/styncpy.o: $(obj)/strncpy.o $(obj)/$(ev67-y)strncat.o \
/Linux-v4.19/arch/x86/lib/
Dstring_32.c71 char *strncat(char *dest, const char *src, size_t count) in strncat() function
91 EXPORT_SYMBOL(strncat);
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap.c884 strncat(options, "pass,", OPTSTRING); in test_options()
886 strncat(options, "pass_noisy,", OPTSTRING); in test_options()
888 strncat(options, "redir,", OPTSTRING); in test_options()
890 strncat(options, "redir_noisy,", OPTSTRING); in test_options()
892 strncat(options, "drop,", OPTSTRING); in test_options()
895 strncat(options, tstr, OPTSTRING); in test_options()
899 strncat(options, tstr, OPTSTRING); in test_options()
903 strncat(options, tstr, OPTSTRING); in test_options()
907 strncat(options, tstr, OPTSTRING); in test_options()
910 strncat(options, "ingress,", OPTSTRING); in test_options()
[all …]
/Linux-v4.19/arch/s390/lib/
Dstring.c185 char *strncat(char *dest, const char *src, size_t n) in strncat() function
194 EXPORT_SYMBOL(strncat);
/Linux-v4.19/arch/alpha/include/asm/
Dstring.h55 extern char * strncat(char *, const char *, size_t);
/Linux-v4.19/drivers/acpi/acpica/
Dutnonansi.c163 strncat(dest, source, max_transfer_length); in acpi_ut_safe_strncat()
/Linux-v4.19/fs/cifs/
Dcifs_dfs_ref.c215 strncat(mountdata, sb_mountdata + off, noff); in cifs_compose_mount_options()
223 strncat(mountdata, &sep, 1); in cifs_compose_mount_options()
/Linux-v4.19/drivers/platform/x86/
Dwmi.c286 strncat(method, block->object_id, 2); in wmidev_evaluate_method()
331 strncat(wc_method, block->object_id, 2); in __query_block()
344 strncat(method, block->object_id, 2); in __query_block()
441 strncat(method, block->object_id, 2); in wmi_set_block()
1034 strncat(method, wblock->gblock.object_id, 2); in wmi_create_device()
1062 strncat(method, wblock->gblock.object_id, 2); in wmi_create_device()
/Linux-v4.19/scripts/kconfig/
Dpreprocess.c512 strncat(out, in, in_len); in __expand_string()
528 strncat(out, in, in_len); in __expand_string()
Dsymbol.c902 strncat(res, p, l); in sym_escape_string_value()
909 strncat(res, p++, 1); in sym_escape_string_value()
/Linux-v4.19/arch/s390/include/asm/
Dstring.h44 char *strncat(char *dest, const char *src, size_t n);
/Linux-v4.19/drivers/s390/char/
Dsclp_async.c56 strncat(data, init_utsname()->nodename, in call_home_on_panic()
/Linux-v4.19/include/linux/
Dstring.h38 extern char * strncat(char *, const char *, __kernel_size_t);
307 __FORTIFY_INLINE char *strncat(char *p, const char *q, __kernel_size_t count) in strncat() function
/Linux-v4.19/lib/
Dstring.c269 char *strncat(char *dest, const char *src, size_t count) in strncat() function
285 EXPORT_SYMBOL(strncat);
/Linux-v4.19/arch/x86/include/asm/
Dstring_32.h19 extern char *strncat(char *dest, const char *src, size_t count);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c225 strncat(string, ",", remaining_size); in mlx5_set_driver_version()
228 strncat(string, DRIVER_NAME, remaining_size); in mlx5_set_driver_version()
231 strncat(string, ",", remaining_size); in mlx5_set_driver_version()
234 strncat(string, DRIVER_VERSION, remaining_size); in mlx5_set_driver_version()
/Linux-v4.19/drivers/edac/
Dthunderx_edac.c1136 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-v4.19/sound/pci/hda/
Dhda_jack.c439 strncat(name, " Phantom", sizeof(name) - strlen(name) - 1); in add_jack_kctl()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c914 strncat(h->bootcmd, boottime, in octeon_download_firmware()
/Linux-v4.19/drivers/video/fbdev/
Doffb.c423 strncat(fix->id, name, sizeof(fix->id) - sizeof("OFfb ")); in offb_init_fb()
/Linux-v4.19/tools/perf/pmu-events/
Djevents.c100 strncat(*dst, map + bt->start, blen); in addfield()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c3062 strncat(str, " test", ETH_GSTRING_LEN - strlen(str)); in bnxt_ethtool_init()
3064 strncat(str, " (offline)", in bnxt_ethtool_init()
3067 strncat(str, " (online)", in bnxt_ethtool_init()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c392 strncat(data, stats[j].stats_string, size_left); in hns3_update_strings()

12