Searched refs:tempfiles (Results 1 – 6 of 6) sorted by relevance
907 tempfiles[i] = outname; in sort_offline()950 sort_in_core (tempfiles[i], MAX_IN_CORE_SORT, newtemp); in sort_offline()952 unlink (tempfiles[i]); in sort_offline()953 tempfiles[i] = newtemp; in sort_offline()961 merge_files (tempfiles, ntemps, outfile); in sort_offline()1400 char **tempfiles; in merge_files() local1413 tempfiles = (char **) xmalloc (ntemps * sizeof (char *)); in merge_files()1419 tempfiles[i] = maketempname (++tempcount); in merge_files()1420 if (!tempfiles[i]) in merge_files()1432 merge_files (tempfiles, ntemps, outfile); in merge_files()[all …]
146 …printf("# Skipping atime tests because tempfiles seem to be in a filesystem mounted with 'noatime'…
117 - in t/utime.t try to divine if the filesystem of the tempfiles has been169 puts it tempfiles) supports subsecond timestamps. This removes
700 But there's no real need for B<both> to be tempfiles... the following
1270 Fixes various bugs involving directory removal. Defers unlinking tempfiles if
1570 need to pass &tempfiles[i] to sort_in_core.