Searched refs:temp_file_name (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cpp | 80 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() function 118 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); in TEST() 182 temp_file_name(file_name_, sizeof(file_name_), in SetUp() 317 temp_file_name(tmpfile, sizeof(tmpfile), in TEST() 348 temp_file_name(tmpfile, sizeof(tmpfile), in TEST() 360 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileexists.tmp."); in TEST()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/ |
H A D | c55Capture.pm | 73 sub temp_file_name { subroutine 81 my $outfile = temp_file_name();
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_write.c | 237 char *temp_file_name; in cd9660_write_file() local 256 temp_file_name = cd9660_compute_full_filename(writenode); in cd9660_write_file() 257 if (temp_file_name == NULL) in cd9660_write_file() 260 writenode->fileDataSector, temp_file_name) == 0) in cd9660_write_file()
|