rockbox/apps/recorder
William Wilgus f6c719d7ec replace strlcpy with strmemccpy
replace applicable calls to strlcpy with calls to strmemccpy
which null terminates on truncation

in theory the strmemccpy calls should be slightly faster since they
don't traverse the rest of the source string on truncation
but I seriously doubt there is too much of that going on in the code base

Change-Id: Ia0251514e36a6242bbf3f03c5e0df123aba60ed2
2022-11-14 23:56:16 -05:00
..
albumart.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
albumart.h Limit exposure of skin engine internals 2022-10-17 14:29:12 +01:00
bmp.c Agptek Rocker: Initial commit 2018-06-12 10:31:14 +02:00
bmp.h Support GIMP bmp files. 2013-12-22 19:55:55 +01:00
icons.c Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
icons.h Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
jpeg_common.h Simplify clamp_component 2021-08-05 10:26:50 +00:00
jpeg_idct_arm.S
jpeg_load.c Fix some non-portable alignment values 2022-05-02 15:38:48 +01:00
jpeg_load.h jpeg: provide a rough estimate of decoder memory overhead 2022-04-09 15:20:57 +01:00
keyboard.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
pcm_record.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Fix some hardcoded assumptions in recording.c 2022-01-17 00:37:12 +00:00
peakmeter.h Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) 2018-12-22 12:27:21 -06:00
recording.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
recording.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
resize.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
resize.h [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00