HomeSort by: relevance | last modified time | path
    Searched defs:stderr_pipe (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl3/gcc/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl3/gdb/dist/libiberty/
pex-common.h 68 int stderr_pipe; member in struct:pex_obj
  /src/external/gpl2/xcvs/dist/src/
run.c 469 int stderr_pipe[2]; local
479 if (pipe (stderr_pipe) < 0)
492 if (close (stderr_pipe[1]) < 0)
495 while ((inbytes = read (stderr_pipe[0], buf, sizeof buf)) != 0)
538 if (close (stderr_pipe[0]) < 0)
541 if (stderr_pipe[1] != STDERR_FILENO)
543 if (dup2 (stderr_pipe[1], STDERR_FILENO) < 0)
545 if (close (stderr_pipe[1]) < 0)
server.c 3515 int stderr_pipe[2]; local
3520 * interleaved with data from stdout_pipe or stderr_pipe).
3576 stderr_pipe[0] = -1;
3577 stderr_pipe[1] = -1;
3619 if (pipe (stderr_pipe) < 0)
3713 if (dup2 (stderr_pipe[1], STDERR_FILENO) < 0)
3718 close (stderr_pipe[0]);
3719 close (stderr_pipe[1]);
3801 num_to_check = MAX (num_to_check, stderr_pipe[0]);
3802 FD_SET (stderr_pipe[0], &command_fds_to_drain.fds)
    [all...]

Completed in 21 milliseconds