Searched refs:target_directory_operand (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dmv.c146 target_directory_operand (char const *file) function
454 if (target_directory_operand (file[n_files - 1]))
H A Dln.c107 target_directory_operand (char const *file)
529 else if (2 <= n_files && target_directory_operand (file[n_files - 1]))
106 target_directory_operand (char const *file) function
H A Dcp.c562 target_directory_operand (char const *file, struct stat *st, bool *new_dst) function
611 && target_directory_operand (file[n_files - 1], &sb, &new_dst))
H A Dinstall.c397 target_directory_operand (char const *file) function
618 if (2 <= n_files && target_directory_operand (file[n_files - 1]))

Completed in 55 milliseconds