Lines Matching defs:outname
1370 /* Prepare to write to the file *OUTNAME, using *TEMPNAME to store the
1372 *OUTNAME. Assign the temporary file's name to both *OUTNAME and
1377 open_outfile(char const **outname, char **tempname)
1388 random_dirent(outname, tempname);
1390 while (! (fp = fopen(*outname, fopen_mode))) {
1393 mkdirs(*outname, true);
1396 random_dirent(outname, tempname);
1399 progname, diagdir(*outname), diagslash(*outname), *outname,
1487 char const *outname = linkname;
1505 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLOW)
1521 && (same_parent_dirs(target, outname)
1523 if (link(target, outname) == 0) {
1535 random_dirent(&outname, &tempname);
1544 diagdir(outname), diagslash(outname), outname,
1557 if (symlink(contents, outname) == 0) {
1563 random_dirent(&outname, &tempname);
1586 tp = open_outfile(&outname, &tempname);
2429 char const *outname = name;
2542 fp = open_outfile(&outname, &tempname);