Searched refs:dname (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 495 char dname[256] = {0}; in cli_tab_complete_path() local 497 snprintf(dname, 256, "%s%s", entry->d_name, "/"); in cli_tab_complete_path() 499 snprintf(dname, 256, "%s", entry->d_name); in cli_tab_complete_path() 505 cli_printf("\r\n%-24s", dname); in cli_tab_complete_path() 507 cli_printf(" %-24s", dname); in cli_tab_complete_path() 525 cli_printf("\r\n%-24s %-24s", fm, dname); in cli_tab_complete_path() 527 cli_printf("\r\n%-24s", dname); in cli_tab_complete_path() 529 cli_printf(" %-24s", dname); in cli_tab_complete_path()
|
Completed in 5 milliseconds