Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cli/src/
A Dcli.c360 static void refine_dir(char *dir, char **last_name) in refine_dir() argument
374 *last_name = last_slash + 1; in refine_dir()
376 (*last_name)[strlen((const char *)(*last_name)) + 1] = '\0'; in refine_dir()
377 memmove((*last_name) + 1, *last_name, strlen(*last_name)); in refine_dir()
378 **last_name = '\0'; in refine_dir()
379 (*last_name)++; in refine_dir()
393 char *last_str = NULL, *last_name = NULL; in cli_tab_complete_path() local
434 refine_dir(dir, &last_name); in cli_tab_complete_path()
473 m = vfs_get_match_dev_node(last_name, fm); in cli_tab_complete_path()
514 if (!strncmp(last_name, entry->d_name, in cli_tab_complete_path()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c494 const char *last_name = type->str; in SWIG_TypePrettyName() local
497 if (*s == '|') last_name = s+1; in SWIG_TypePrettyName()
498 return last_name; in SWIG_TypePrettyName()

Completed in 20 milliseconds