Searched refs:test_file (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/stdio-common/ |
D | tst-fmemopen.c | 29 static char *test_file; variable 37 if (asprintf (&test_file, "%s.test", argv[0]) < 0) in do_prepare() 55 if ((fp = fopen (test_file, "w+")) == NULL) in do_test() 96 if ((fd = open (test_file, O_RDONLY)) == -1) in do_test() 98 printf ("open (%s, O_RDONLY) failed\n", test_file); in do_test() 157 unlink (test_file); in do_test() 158 free (test_file); in do_test()
|
/glibc-2.36/rt/ |
D | tst-aio.c | 63 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() function 169 result |= test_file (buf, sizeof (buf), fd, "aio_write"); in do_test() 210 result |= test_file (buf, sizeof (buf), fd, "lio_listio (write)"); in do_test() 236 result |= test_file (buf, sizeof (buf), fd, "aio_fsync (aio_write)"); in do_test()
|
D | tst-aio64.c | 64 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() function 170 result |= test_file (buf, sizeof (buf), fd, "aio_write"); in do_test() 211 result |= test_file (buf, sizeof (buf), fd, "lio_listio (write)"); in do_test() 237 result |= test_file (buf, sizeof (buf), fd, "aio_fsync (aio_write)"); in do_test()
|
/glibc-2.36/math/ |
D | gen-libm-test.py | 266 def read_auto_tests(test_file): argument 269 if test_file is None: 271 with open(test_file, 'r') as f:
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 609 * rt/tst-aio.c (test_file): Likewise. 610 * rt/tst-aio64.c (test_file): Likewise.
|
D | ChangeLog.11 | 5865 * rt/tst-aio.c (test_file): Fix typo. 5866 * rt/tst-aio64.c (test_file): Likewise.
|