Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dtargetdir.h34 extern int target_directory_operand (char const *file, struct stat *st);
Dtargetdir.c61 target_directory_operand (char const *file, struct stat *st) in target_directory_operand() function
/coreutils/src/
Dmv.c457 target_dirfd = target_directory_operand (target_directory, &sb); in main()
471 int fd = target_directory_operand (lastfile, &sb); in main()
Dinstall.c967 target_dirfd = target_directory_operand (target_directory, &sb); in main()
976 int fd = target_directory_operand (lastfile, &sb); in main()
Dcp.c641 target_dirfd = target_directory_operand (target_directory, &sb); in do_copy()
649 int fd = target_directory_operand (lastfile, &sb); in do_copy()