Searched refs:last_str (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 393 char *last_str = NULL, *last_name = NULL; in cli_tab_complete_path() local 403 last_str = find_last(inbuf, &last_idx); in cli_tab_complete_path() 405 last_str, last_idx); in cli_tab_complete_path() 407 if (!last_str) { in cli_tab_complete_path() 415 if (last_str[strlen((const char *)last_str) - 1] == '/') in cli_tab_complete_path() 421 dir = get_realpath(last_str, abspath, sizeof(abspath)); in cli_tab_complete_path() 430 __func__, __LINE__, inbuf, *idx, last_str, tmpdir, dir); in cli_tab_complete_path()
|
Completed in 4 milliseconds