Searched refs:bb_get_last_path_component_strip (Results 1 – 11 of 11) sorted by relevance
35 const char *base = bb_get_last_path_component_strip(*argv); in nuke_main()
41 char* FAST_FUNC bb_get_last_path_component_strip(char *path) in bb_get_last_path_component_strip() function
82 lpc = bb_get_last_path_component_strip(buf); in xmalloc_follow_symlinks()
95 last = bb_get_last_path_component_strip(xstrdup(last)); in ln_main()113 src = concat_path_file(src, bb_get_last_path_component_strip(src_name)); in ln_main()
62 const char *base = bb_get_last_path_component_strip(*argv); in rm_main()
68 s = bb_get_last_path_component_strip(*argv++); in basename_main()
114 dest = concat_path_file(last, bb_get_last_path_component_strip(*argv)); in mv_main()
270 dest = concat_path_file(last, bb_get_last_path_component_strip(*argv)); in cp_main()
236 , bb_get_last_path_component_strip(*argv) in makemime_main()
167 filename = bb_get_last_path_component_strip(xstrdup(filename)); in parse()
559 char *bb_get_last_path_component_strip(char *path) FAST_FUNC;