Searched refs:transfer (Results 1 – 2 of 2) sorted by relevance
33 transfer (const char *what, struct pollfd *pfd, struct xmemstream *stream) in transfer() function71 transfer ("stdout", &fds[0], &result->out); in support_capture_poll()72 transfer ("stderr", &fds[1], &result->err); in support_capture_poll()
44 transfer (const unsigned char **p, int fd) in transfer() function117 transfer (&pout, STDOUT_FILENO); in test_common()118 transfer (&perr, STDERR_FILENO); in test_common()
Completed in 6 milliseconds