| c_list_error_t c_list_find_str | ( | c_list_t * | c_list, |
| const char * | str, | ||
| c_list_entry_t * | c_list_entry | ||
| ) |
Find entry by string.
Finds the entry in the list that matches the specified string str. The entry, if found, is set as the current entry.
| [in] | c_list | list object |
| [in] | str | string to find |
| [out] | c_list_entry | pointer to entry object to copy data to |