Home | History | Annotate | Download | only in sort

Lines Matching defs:outpath

121 	char *outfile, *outpath = 0;
185 outpath = optarg;
261 outpath = argv[argc-1];
318 if (!outpath) {
320 outfile = outpath = toutpath;
322 } else if (lstat(outpath, &st) == 0
330 if (access(outpath, W_OK))
331 err(2, "%s", outpath);
333 outpath);
346 outfile = outpath;
357 if (outfile != outpath) {
368 outpath, outfile);
371 (void)unlink(outpath);
372 if (link(outfile, outpath))
374 outpath, outfile);