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

  /bionic/libc/include/
unistd.h 42 #define STDOUT_FILENO 1
  /development/ndk/platforms/android-12/include/
unistd.h 43 #define STDOUT_FILENO 1
  /development/ndk/platforms/android-3/include/
unistd.h 43 #define STDOUT_FILENO 1
  /development/ndk/platforms/android-8/include/
unistd.h 43 #define STDOUT_FILENO 1
  /development/ndk/platforms/android-9/include/
unistd.h 43 #define STDOUT_FILENO 1
  /development/ndk/platforms/android-L/include/
unistd.h 42 #define STDOUT_FILENO 1
  /external/bison/djgpp/
subpipe.c 40 #ifndef STDOUT_FILENO
41 # define STDOUT_FILENO 1
129 old_stdout = dup(STDOUT_FILENO);
154 if (dup2(from_in_fd, STDOUT_FILENO) < 0)
162 fd[0] = STDOUT_FILENO;
214 if (dup2(to_in_fd, STDOUT_FILENO) < 0)
233 remove_tmp_file(STDOUT_FILENO, tmp_file_name[1]);
239 remove_tmp_file(STDOUT_FILENO, tmp_file_name[1]);
251 if (dup2(old_stdout, STDOUT_FILENO) < 0)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.cc 44 #ifndef STDOUT_FILENO
45 #define STDOUT_FILENO 1
104 _setmode(STDOUT_FILENO, _O_BINARY);
153 if (!response.SerializeToFileDescriptor(STDOUT_FILENO)) {
command_line_interface_unittest.cc 69 #ifndef STDOUT_FILENO
70 #define STDOUT_FILENO 1
    [all...]
command_line_interface.cc 86 #ifndef STDOUT_FILENO
87 #define STDOUT_FILENO 1
    [all...]
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 191 CloseFD(STDOUT_FILENO);
195 CHECK_EQ(dup(null_fd), STDOUT_FILENO);
  /external/bison/darwin-lib/
unistd.h 534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1
    [all...]
  /external/bison/linux-lib/
unistd.h 534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 351 enum { STDIN_FILENO = 0, STDOUT_FILENO = 1, STDERR_FILENO = 2 };
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 348 enum { STDIN_FILENO = 0, STDOUT_FILENO = 1, STDERR_FILENO = 2 };
  /external/llvm/lib/Support/
raw_ostream.cpp 51 #ifndef STDOUT_FILENO
52 # define STDOUT_FILENO 1
443 FD = STDOUT_FILENO;
475 if (fd == STDOUT_FILENO)
665 static raw_fd_ostream S(STDOUT_FILENO, true);

Completed in 1734 milliseconds