Home
last modified time | relevance | path

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

/coreutils/src/
Dcp.c734 char *arg_base; in do_copy() local
736 ASSIGN_STRDUPA (arg_base, last_component (arg)); in do_copy()
737 strip_trailing_slashes (arg_base); in do_copy()
739 arg_base += STREQ (arg_base, ".."); in do_copy()
740 dst_name = file_name_concat (target_directory, arg_base, in do_copy()