Searched refs:src_file (Results 1 – 1 of 1) sorted by relevance
46 static void file_copy(char *src_file, char *dest_file);61 file_copy(char *src_file, char *dest_file) in file_copy() argument68 if ((src_fd = open(src_file, O_RDONLY)) == -1) { in file_copy()70 "(%d): %s\n", src_file, errno, strerror(errno)); in file_copy()91 (void) printf("%s installed as %s\n", src_file, dest_file); in file_copy()