Home
last modified time | relevance | path

Searched refs:nextch (Results 1 – 1 of 1) sorted by relevance

/u-boot/env/
A Dattr.c220 const char *nextch; in reverse_name_search() local
227 nextch = match + strlen(search_for); in reverse_name_search()
232 while (*nextch == ' ') in reverse_name_search()
233 nextch++; in reverse_name_search()
242 if (*nextch != ENV_ATTR_SEP && in reverse_name_search()
243 *nextch != ENV_ATTR_LIST_DELIM && in reverse_name_search()
244 *nextch != '\0') in reverse_name_search()

Completed in 3 milliseconds