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

  /src/external/ibm-public/postfix/dist/src/util/
spawn_command.c 112 int stderr_fd; /* write stderr here */ member in struct:spawn_args
135 args->stderr_fd = -1;
167 args->stderr_fd = va_arg(ap, int);
259 || (args.stderr_fd >= 0 && DUP2(args.stderr_fd, STDERR_FILENO) < 0))
  /src/external/bsd/atf/dist/tools/
process.hpp 244 int stderr_fd(void);
290 const int stderr_fd = errsb.connect_parent(); local
291 return child(pid, stdout_fd, stderr_fd);
process.cpp 486 impl::child::stderr_fd(void) function in class:impl::child
  /src/external/bsd/kyua-cli/dist/utils/process/
child.cpp 339 const int stderr_fd = open_for_append(stderr_file); local
340 safe_dup(stderr_fd, STDERR_FILENO);
341 ::close(stderr_fd);
  /src/external/bsd/atf/dist/atf-c++/detail/
process.cpp 332 impl::child::stderr_fd(void) function in class:impl::child

Completed in 18 milliseconds