Home
last modified time | relevance | path

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

/support/
A Dsupport_capture_subprocess.c137 ssize_t rdcount = read (infd, buf, sizeof (buf)); in copy_and_spawn_sgid() local
138 TEST_VERIFY (rdcount >= 0); in copy_and_spawn_sgid()
141 if (rdcount == 0) in copy_and_spawn_sgid()
144 char *end = buf + rdcount; in copy_and_spawn_sgid()

Completed in 4 milliseconds