Searched refs:testdata (Results 1 – 2 of 2) sorted by relevance
/posix/ |
A D | tst-fork.c | 27 static const char testdata[] = "This is a test"; variable 64 if (write (fd, testdata, strlen (testdata)) != strlen (testdata)) in main() 69 if (off == (off_t) -1 || off != strlen (testdata)) in main() 92 if (off == (off_t) -1 || off != strlen (testdata)) in main() 100 if (read (fd, buf, sizeof buf) != strlen (testdata)) in main() 104 if (memcmp (buf, testdata, strlen (testdata)) != 0) in main()
|
A D | tst-regex.input | 3609 * iconvdata/testdata/EUC-KR: New file. 3806 * timezone/Makefile (testdata, build-testdata): New variables, use 3809 ($(testdata)/Europe/Berlin, $(testdata)/Universal, 3810 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo): 4664 * iconvdata/testdata/CP1250: New file. 4666 * iconvdata/testdata/CP1251: New file. 4668 * iconvdata/testdata/CP1252: New file. 4670 * iconvdata/testdata/CP1253: New file. 4672 * iconvdata/testdata/CP1254: New file. 4674 * iconvdata/testdata/CP1255: New file. [all …]
|
Completed in 16 milliseconds