Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c904 int errpipe[2]; /* way to communicate to parent that the tag */ in run_child() local
935 if (pipe(errpipe) < 0) { in run_child()
962 close(errpipe[0]); in run_child()
963 close(errpipe[1]); in run_child()
969 close(errpipe[0]); in run_child()
970 fcntl(errpipe[1], F_SETFD, 1); /* close the pipe if we succeed */ in run_child()
992 WRITE_OR_DIE(errpipe[1], &errlen, in run_child()
994 WRITE_OR_DIE(errpipe[1], errbuf, errlen); in run_child()
1003 WRITE_OR_DIE(errpipe[1], &errlen, in run_child()
1005 WRITE_OR_DIE(errpipe[1], errbuf, errlen); in run_child()
[all …]