Searched refs:strncat (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifs_dfs_ref.c | 215 strncat(mountdata, sb_mountdata + off, noff); in cifs_compose_mount_options() 223 strncat(mountdata, &sep, 1); in cifs_compose_mount_options()
|
/linux-4.19.296/include/linux/ |
D | string.h | 42 extern char * strncat(char *, const char *, __kernel_size_t); 256 extern char *__underlying_strncat(char *p, const char *q, __kernel_size_t count) __RENAME(strncat); 339 __FORTIFY_INLINE char *strncat(char *p, const char *q, __kernel_size_t count) in strncat() function
|
/linux-4.19.296/drivers/s390/char/ |
D | sclp_async.c | 56 strncat(data, init_utsname()->nodename, in call_home_on_panic()
|
/linux-4.19.296/lib/ |
D | string.c | 326 char *strncat(char *dest, const char *src, size_t count) in strncat() function 342 EXPORT_SYMBOL(strncat);
|
/linux-4.19.296/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()
|