Home
last modified time | relevance | path

Searched refs:a_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
509 a_title = strtok(a_item_tok, "="); in env_update_filter()
510 debug("%s: [a_title]: %s\n", __func__, a_title); in env_update_filter()
511 if (!strcmp(a_title, v_title)) { in env_update_filter()