numam-dpdk/lib/librte_cmdline
Bruce Richardson f9acaf84e9 replace snprintf with strlcpy without adding extra include
For files that already have rte_string_fns.h included in them, we can
do a straight replacement of snprintf(..."%s",...) with strlcpy. The
changes in this patch were auto-generated via command:

spatch --sp-file devtools/cocci/strlcpy-with-header.cocci --dir . --in-place

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-04-04 22:45:54 +02:00
..
cmdline_cirbuf.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_cirbuf.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_etheraddr.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_etheraddr.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_ipaddr.c cmdline: standardize conversion of IP address strings 2018-04-23 21:31:40 +02:00
cmdline_parse_ipaddr.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_num.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
cmdline_parse_num.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_portlist.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_portlist.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse_string.c convert snprintf to strlcpy 2018-04-04 17:33:08 +02:00
cmdline_parse_string.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_parse.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
cmdline_parse.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_rdline.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_rdline.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_socket.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_socket.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_vt100.c cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline_vt100.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
cmdline.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
cmdline.h cmdline: use SPDX tags 2018-02-01 02:27:22 +01:00
Makefile mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
meson.build compat: merge compat library into EAL 2019-02-25 16:03:31 +01:00
rte_cmdline_version.map cmdline: remove duplicated symbol from .map 2016-06-30 20:02:52 +02:00