Home
last modified time | relevance | path

Searched refs:POSIX_CALL (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_posixsubprocess.c74 #define POSIX_CALL(call) do { if ((call) == -1) goto error; } while (0) macro
580 POSIX_CALL(close(p2cwrite)); in child_exec()
582 POSIX_CALL(close(c2pread)); in child_exec()
584 POSIX_CALL(close(errread)); in child_exec()
585 POSIX_CALL(close(errpipe_read)); in child_exec()
590 POSIX_CALL(c2pwrite = dup(c2pwrite)); in child_exec()
597 POSIX_CALL(errwrite = dup(errwrite)); in child_exec()
612 POSIX_CALL(dup2(p2cread, 0)); /* stdin */ in child_exec()
619 POSIX_CALL(dup2(c2pwrite, 1)); /* stdout */ in child_exec()
626 POSIX_CALL(dup in child_exec()
[all...]

Completed in 2 milliseconds