Searched refs:last_name (Results 1 – 2 of 2) sorted by relevance
360 static void refine_dir(char *dir, char **last_name) in refine_dir() argument374 *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() local434 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 …]
494 const char *last_name = type->str; in SWIG_TypePrettyName() local497 if (*s == '|') last_name = s+1; in SWIG_TypePrettyName()498 return last_name; in SWIG_TypePrettyName()
Completed in 20 milliseconds