Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/util/
H A Dtexindex.c907 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() local
1413 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 …]
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dutime.t146 …printf("# Skipping atime tests because tempfiles seem to be in a filesystem mounted with 'noatime'…
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DChanges117 - in t/utime.t try to divine if the filesystem of the tempfiles has been
169 puts it tempfiles) supports subsecond timestamps. This removes
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod700 But there's no real need for B<both> to be tempfiles... the following
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5180delta.pod1270 Fixes various bugs involving directory removal. Defers unlinking tempfiles if
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.461570 need to pass &tempfiles[i] to sort_in_core.