Searched refs:temp_file (Results 1 – 10 of 10) sorted by relevance
/libio/ |
A D | tst-bz22415.c | 33 char *temp_file; in do_test() local 34 TEST_VERIFY_EXIT (create_temp_file ("tst-bz22145.", &temp_file)); in do_test() 43 FILE *f = fopen (temp_file, "w+b"); in do_test() 59 FILE *f = fopen (temp_file, "w+b"); in do_test() 70 FILE *f = fopen (temp_file, "w+b"); in do_test() 82 FILE *f = fopen (temp_file, "w+b"); in do_test() 92 free (temp_file); in do_test()
|
A D | bug-wfflush.c | 12 static char *temp_file; variable 17 int fd = create_temp_file ("bug-ungetc.", &temp_file); in do_prepare() 30 FILE *f = fopen (temp_file, "r+"); in do_test()
|
A D | tst-mmap-offend.c | 13 static char *temp_file; variable 20 int temp_fd = create_temp_file ("tst-mmap-offend.", &temp_file); in do_prepare() 37 FILE *f = fopen (temp_file, "rm"); in do_test() 42 perror (temp_file); in do_test()
|
A D | tst-mmap-fflushsync.c | 13 static char *temp_file; variable 22 temp_fd = create_temp_file ("tst-mmap-eofsync.", &temp_file); in do_prepare() 41 f = fopen (temp_file, "rm"); in do_test() 44 perror (temp_file); in do_test()
|
A D | bug-ungetc3.c | 12 static char *temp_file; variable 17 int fd = create_temp_file ("bug-ungetc.", &temp_file); in do_prepare() 32 f = fopen (temp_file, "r"); in do_one_test()
|
A D | bug-wsetpos.c | 14 static char *temp_file; variable 19 int fd = create_temp_file ("bug-wsetpos.", &temp_file); in do_prepare() 32 FILE *fp = fopen (temp_file, "r"); in do_test()
|
A D | bug-ungetc.c | 12 static char *temp_file; variable 17 int fd = create_temp_file ("bug-ungetc.", &temp_file); in do_prepare() 36 f = fopen (temp_file, "rw"); in do_test()
|
A D | tst-mmap-eofsync.c | 13 static char *temp_file; variable 22 temp_fd = create_temp_file ("tst-mmap-eofsync.", &temp_file); in do_prepare() 41 f = fopen (temp_file, "rm"); in do_test() 44 perror (temp_file); in do_test()
|
A D | bug-ungetc4.c | 28 static char *temp_file; variable 33 int fd = create_temp_file ("bug-ungetc.", &temp_file); in do_prepare() 48 FILE *f = fopen (temp_file, "r"); in do_one_test()
|
A D | tst-mmap2-eofsync.c | 15 static char *temp_file; variable 27 temp_fd = create_temp_file ("tst-mmap2-eofsync.", &temp_file); in do_prepare() 47 f = fopen (temp_file, "rm"); in do_test() 50 perror (temp_file); in do_test()
|
Completed in 15 milliseconds