numam-dpdk/examples/tep_termination
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
..
main.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
main.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile examples: detect default build directory 2019-03-30 01:12:15 +01:00
meson.build examples: disable unsupported examples on BSD build 2018-04-17 16:09:43 +02:00
vxlan_setup.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
vxlan_setup.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vxlan.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vxlan.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00