Home
last modified time | relevance | path

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

/original-bsd/contrib/sort/
H A Dsort.c71 char *outfile, *outpath = 0; local
99 outpath = optarg;
145 outpath = argv[argc-1];
190 if (!outpath) {
200 if (access(outpath, W_OK))
201 err(2, "%s", outpath);
210 } else outfile = outpath;
217 if (outfile != outpath) {
220 (void)unlink(outpath);
221 if (link(outfile, outpath))
[all …]