Searched refs:text1 (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | tst-mmap-offend.c | 15 static const char text1[] = "hello\n"; variable 25 ssize_t cc = write (temp_fd, text1, sizeof text1 - 1); in do_prepare() 26 if (cc != sizeof text1 - 1) in do_prepare() 48 if (cc != sizeof text1 - 1) in do_test() 78 if (cc != sizeof text1 - 1) in do_test()
|
A D | tst-mmap-fflushsync.c | 16 static char text1[] = "Line the first\n"; variable 27 ssize_t cc = write (temp_fd, text1, sizeof text1 - 1); in do_prepare() 28 if (cc != sizeof text1 - 1) in do_prepare() 54 if (strcmp (buf, text1)) in do_test() 56 printf ("read \"%s\", expected \"%s\"\n", buf, text1); in do_test()
|
A D | tst-mmap-eofsync.c | 16 static char text1[] = "Line the first\n"; variable 27 ssize_t cc = write (temp_fd, text1, sizeof text1 - 1); in do_prepare() 28 if (cc != sizeof text1 - 1) in do_prepare() 54 if (strcmp (buf, text1)) in do_test() 56 printf ("read \"%s\", expected \"%s\"\n", buf, text1); in do_test()
|
Completed in 9 milliseconds