Home
last modified time | relevance | path

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

/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py96 rpipe, wpipe = os.pipe() variable
97 rpipe = os.fdopen(rpipe, 'r') variable
108 stdin=rpipe,
110 rpipe.close()
/openbmc/u-boot/common/
H A Dcli_hush.c1766 struct pipe *rpipe; local
1776 for (rpipe = pi; rpipe; rpipe = rpipe->next) {
1777 if ((rpipe->r_mode == RES_IN ||
1778 rpipe->r_mode == RES_FOR) &&
1779 (rpipe->next == NULL)) {
1786 if ((rpipe->r_mode == RES_IN &&
1787 (rpipe->next->r_mode == RES_IN &&
1788 rpipe->next->progs->argv != NULL))||
1789 (rpipe->r_mode == RES_FOR &&
1790 rpipe->next->r_mode != RES_IN)) {
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch560 pip: rpipe(pbackfd);
561 rpipe(pinfd); /* main pipes setup */
569 rpipe(poutfd);rclose(STDOUT);