Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 3 of 3) sorted by relevance

/libio/
A Dtst-mmap-offend.c15 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 Dtst-mmap-fflushsync.c16 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 Dtst-mmap-eofsync.c16 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