HomeSort by relevance Sort by last modified time
    Searched defs:stdout_fd (Results 1 - 3 of 3) sorted by null

  /external/ltp/lib/tests/
trerrno.c 43 int fd, stdout_fd; local
50 stdout_fd = dup(fileno(stdout));
63 TEST(dup2(stdout_fd, fileno(stdout)));
  /external/ltp/lib/
tst_run_cmd.c 36 int stdout_fd,
66 if (stdout_fd != -1) {
68 dup2(stdout_fd, STDOUT_FILENO);
116 int stdout_fd = -1; local
121 stdout_fd = open(stdout_path,
124 if (stdout_fd == -1)
140 rc = tst_run_cmd_fds(cleanup_fn, argv, stdout_fd, stderr_fd,
143 if ((stdout_fd != -1) && (close(stdout_fd) == -1))
  /external/openssh/regress/
netcat.c 772 int stdout_fd = STDOUT_FILENO; local
797 pfd[POLL_STDOUT].fd = stdout_fd;
    [all...]

Completed in 703 milliseconds