Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-spawn.c90 int fd5; in handle_restart() local
97 fd5 = atol (fd5s); in handle_restart()
106 TEST_VERIFY_EXIT (fd4 != fd5); in handle_restart()
135 TEST_COMPARE (xlseek (fd5, 0, SEEK_SET), 0); in handle_restart()
136 TEST_COMPARE (read (fd5, buf, sizeof buf), strlen (fd5string)); in handle_restart()