Home
last modified time | relevance | path

Searched refs:bb_get_last_path_component_strip (Results 1 – 11 of 11) sorted by relevance

/busybox-1.35.0/klibc-utils/
Dnuke.c35 const char *base = bb_get_last_path_component_strip(*argv); in nuke_main()
/busybox-1.35.0/libbb/
Dget_last_path_component.c41 char* FAST_FUNC bb_get_last_path_component_strip(char *path) in bb_get_last_path_component_strip() function
Dxreadlink.c82 lpc = bb_get_last_path_component_strip(buf); in xmalloc_follow_symlinks()
/busybox-1.35.0/coreutils/
Dln.c95 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()
Drm.c62 const char *base = bb_get_last_path_component_strip(*argv); in rm_main()
Dbasename.c68 s = bb_get_last_path_component_strip(*argv++); in basename_main()
Dmv.c114 dest = concat_path_file(last, bb_get_last_path_component_strip(*argv)); in mv_main()
Dcp.c270 dest = concat_path_file(last, bb_get_last_path_component_strip(*argv)); in cp_main()
/busybox-1.35.0/mailutils/
Dmakemime.c236 , bb_get_last_path_component_strip(*argv) in makemime_main()
Dreformime.c167 filename = bb_get_last_path_component_strip(xstrdup(filename)); in parse()
/busybox-1.35.0/include/
Dlibbb.h559 char *bb_get_last_path_component_strip(char *path) FAST_FUNC;