Lines Matching defs:outname
1380 open_outfile(char const **outname, char **tempname)
1391 random_dirent(outname, tempname);
1396 if (remove(*outname) != 0 && errno != ENOENT && errno != EISDIR) {
1397 fprintf(stderr, _("can't remove %s"), *outname);
1401 while (! (fp = fopen(*outname, fopen_mode))) {
1404 mkdirs(*outname, true);
1407 random_dirent(outname, tempname);
1410 progname, directory, *outname, strerror(fopen_errno));
1493 char const *outname = linkname;
1510 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLOW)
1526 && (same_parent_dirs(target, outname)
1528 if (link(target, outname) == 0) {
1540 random_dirent(&outname, &tempname);
1548 progname, directory, target, directory, outname,
1560 if (symlink(contents, outname) == 0) {
1566 random_dirent(&outname, &tempname);
1588 tp = open_outfile(&outname, &tempname);
2425 char const *outname = name;
2538 fp = open_outfile(&outname, &tempname);