Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c411 char *a_title, *v_title; in env_update_filter() local
493 v_title = strtok(v_item_tok, "="); in env_update_filter()
494 debug("%s: <v_title>: %s\n", __func__, v_title); in env_update_filter()
511 if (!strcmp(a_title, v_title)) { in env_update_filter()