numam-dpdk/lib/librte_hash
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
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build hash: support read/write concurrency 2018-07-12 23:03:50 +02:00
rte_cmp_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cmp_x86.h hash: fix TSX aborts with newer gcc 2018-11-14 01:02:07 +01:00
rte_crc_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cuckoo_hash.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
rte_cuckoo_hash.h hash: support lock-free extendable bucket 2019-04-03 20:52:35 +02:00
rte_fbk_hash.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
rte_fbk_hash.h hash: select fbk function at run-time 2018-01-20 15:35:16 +01:00
rte_hash_crc.h hash: explicit casts for truncation in CRC32c 2018-05-13 22:45:37 +02:00
rte_hash_version.map hash: support no free on delete 2018-10-26 12:44:52 +02:00
rte_hash.h hash: add lock-free r/w concurrency 2018-10-26 12:50:43 +02:00
rte_jhash.h lib: fix missing includes in exported headers 2018-01-17 00:31:05 +01:00
rte_thash.h hash: replace license text with SPDX tag for Toeplitz algo 2019-02-06 22:08:04 +01:00