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

  /external/ltp/lib/
tst_run_cmd.c 37 int stderr_fd,
71 if (stderr_fd != -1) {
73 dup2(stderr_fd, STDERR_FILENO);
117 int stderr_fd = -1; local
131 stderr_fd = open(stderr_path,
134 if (stderr_fd == -1)
140 rc = tst_run_cmd_fds(cleanup_fn, argv, stdout_fd, stderr_fd,
148 if ((stderr_fd != -1) && (close(stderr_fd) == -1))
  /external/ltp/testcases/lib/
tst_rod.c 34 int stderr_fd = 0; local
123 int stderr_fd = dup(2); local
125 if (stderr_fd < 0) {
141 WRITE_STRING(stderr_fd, "Failed to dup2 stderr\n");
152 if (stderr_fd) {
153 WRITE_STRING(stderr_fd, "Failed to popen /bin/sh\n");

Completed in 221 milliseconds