Home
last modified time | relevance | path

Searched refs:fd1string (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/posix/
Dtst-exec.c54 static const char fd1string[] = "This file should get closed"; variable
109 if (read (fd1, buf, sizeof buf) != strlen (fd1string)) in handle_restart()
111 if (memcmp (fd1string, buf, strlen (fd1string)) != 0) in handle_restart()
160 if (write (temp_fd1, fd1string, strlen (fd1string)) != strlen (fd1string)) in do_test()
Dtst-spawn.c55 static const char fd1string[] = "This file should get closed"; variable
132 TEST_COMPARE (read (fd1, buf, sizeof buf), strlen (fd1string)); in handle_restart()
133 TEST_COMPARE_BLOB (fd1string, strlen (fd1string), buf, strlen (fd1string)); in handle_restart()
185 xwrite (temp_fd1, fd1string, strlen (fd1string)); in do_test()