bootloader_common_label_search() function
Determines if the list contains the label
Syntax
bool bootloader_common_label_search(const char *list,
char *label);
Arguments
list
A string of names delimited by commas or spaces. Like this "nvs, phy, data". The string must be null-terminated.
label
The substring that will be searched in the list.
Return value
Returns true if the list contains the label, false otherwise.
bootloader_common_label_search() is called by 1 function:
![]()
bootloader_common_label_search()
bootloader_common_label_search():
![]()
bootloader_common_label_search()