rockbox/apps/menus
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
..
audiohw_eq_menu.c Fix red dynamic menus 2019-09-20 03:57:38 -05:00
display_menu.c gui: Remove gui_synclist_limit_scroll() 2022-10-05 11:22:34 -04:00
eq_menu.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
eq_menu.h quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
exported_menus.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
main_menu.c gui: Remove gui_synclist_item_is_onscreen() 2022-10-05 11:23:11 -04:00
menu_common.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
menu_common.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playback_menu.c Implement Rewind across tracks functionality 2022-11-12 09:13:19 -05:00
playlist_menu.c apps: Add "keep current track when replacing playlist" setting 2022-05-14 16:05:46 +01:00
plugin_menu.c Use USB events for storing plugin_menu state 2021-10-31 12:42:24 -04:00
radio_menu.c sync clock with RDS time 2022-02-07 22:04:10 +01:00
recording_menu.c Fix red from 6f5af8e53c 2022-04-17 17:21:02 +01:00
settings_menu.c Reset settings on button hold 2022-06-21 22:43:39 -04:00
sound_menu.c Document an intentional fallthrough in the volume limit menu code 2021-07-22 23:55:03 +00:00
theme_menu.c gui_synclist move global display settings to list struct 2022-04-10 22:24:28 -04:00
time_menu.c alarm_menu share setter with settime 2022-03-30 09:05:28 -04:00