Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 10 of 10) sorted by relevance

/libio/
A Dtst-bz22415.c33 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 Dbug-wfflush.c12 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 Dtst-mmap-offend.c13 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 Dtst-mmap-fflushsync.c13 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 Dbug-ungetc3.c12 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 Dbug-wsetpos.c14 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 Dbug-ungetc.c12 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 Dtst-mmap-eofsync.c13 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 Dbug-ungetc4.c28 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 Dtst-mmap2-eofsync.c15 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