Lines Matching refs:c2pwrite
556 int c2pread, int c2pwrite,
589 if (c2pwrite == 0) {
590 POSIX_CALL(c2pwrite = dup(c2pwrite));
592 if (_Py_set_inheritable_async_safe(c2pwrite, 0, NULL) < 0) {
614 if (c2pwrite == 1) {
615 if (_Py_set_inheritable_async_safe(c2pwrite, 1, NULL) < 0)
618 else if (c2pwrite != -1)
619 POSIX_CALL(dup2(c2pwrite, 1)); /* stdout */
628 /* We no longer manually close p2cread, c2pwrite, and errwrite here as
760 int c2pread, int c2pwrite,
815 p2cread, p2cwrite, c2pread, c2pwrite,
837 int p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite;
861 &p2cread, &p2cwrite, &c2pread, &c2pwrite,
1075 p2cread, p2cwrite, c2pread, c2pwrite,
1145 p2cread, p2cwrite, c2pread, c2pwrite,\n\