Lines Matching refs:file2
102 const char *file1, *file2; in main() local
174 if (strcmp(file2 = argv[1], "-") == 0) { in main()
180 file2 = "stdin"; in main()
181 } else if ((fd2 = open(file2, oflag, 0)) < 0 && errno != EMLINK) { in main()
183 err(ERR_EXIT, "%s", file2); in main()
203 ret = c_link(file1, skip1, file2, skip2, limit); in main()
206 errx(ERR_EXIT, "%s: Not a symbolic link", file2); in main()
231 err(ERR_EXIT, "%s", file2); in main()
244 ret = c_special(fd1, file1, skip1, fd2, file2, skip2, limit); in main()
249 file1, file2); in main()
253 fd2, file2, skip2, sb2.st_size, limit); in main()