HomeSort by relevance Sort by last modified time
    Searched defs:STDERR_FILENO (Results 1 - 25 of 36) sorted by null

1 2

  /external/curl/src/
tool_main.h 39 #ifndef STDERR_FILENO
40 # define STDERR_FILENO fileno(stderr)
  /external/curl/tests/libtest/
lib556.c 34 #ifndef STDERR_FILENO
35 #define STDERR_FILENO 2
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 55 # define STDERR_FILENO 2
  /external/syslinux/com32/include/
unistd.h 38 #define STDERR_FILENO 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /external/python/cpython2/Lib/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /external/python/cpython3/Lib/
pty.py 17 STDERR_FILENO = 2
106 os.dup2(slave_fd, STDERR_FILENO)
107 if (slave_fd > STDERR_FILENO):
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 27 #ifndef STDERR_FILENO
28 #define STDERR_FILENO 2
100 static raw_fd_ostream S(STDERR_FILENO, false, true);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /prebuilts/gdb/linux-x86/lib/python2.7/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 17 STDERR_FILENO = 2
117 os.dup2(slave_fd, STDERR_FILENO)
118 if (slave_fd > STDERR_FILENO):
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 8 STDERR_FILENO 2 standard error file descriptor
75 #define STDERR_FILENO 2 /**< standard error file descriptor */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 25 #define STDERR_FILENO 2
  /bionic/libc/include/
unistd.h 49 #define STDERR_FILENO 2
  /external/libusb/tests/
testlib.c 45 #define STDERR_FILENO 2
89 IGNORE_RETVAL(dup2(ctx->old_stderr, STDERR_FILENO));
120 ctx->old_stderr = dup(STDERR_FILENO);
127 /* Redirect STDOUT_FILENO and STDERR_FILENO to /dev/null or "nul"*/
136 (dup2(ctx->null_fd, STDERR_FILENO) < 0)) {
  /external/llvm/lib/Support/
raw_ostream.cpp 55 #ifndef STDERR_FILENO
56 # define STDERR_FILENO 2
733 static raw_fd_ostream S(STDERR_FILENO, false, true);
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 52 #ifndef STDERR_FILENO
53 # define STDERR_FILENO 2
477 if (fd == STDOUT_FILENO || fd == STDERR_FILENO)
657 static raw_fd_ostream S(STDERR_FILENO, false, true);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 60 #ifndef STDERR_FILENO
61 # define STDERR_FILENO 2
712 static raw_fd_ostream S(STDERR_FILENO, false, true);
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 55 #ifndef STDERR_FILENO
56 #define STDERR_FILENO 2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 213 #define STDERR_FILENO 2 /* Standard error output. */
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 477 dup2(fileno(efp), STDERR_FILENO);
  /external/libchrome/base/
logging.cc 20 // Windows doesn't define STDERR_FILENO. Define it here.
21 #define STDERR_FILENO 2
923 write(STDERR_FILENO, message + bytes_written,
934 rv = HANDLE_EINTR(write(STDERR_FILENO, "\n", 1));
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 144 #ifndef STDERR_FILENO
145 #define STDERR_FILENO 2
156 #define FAIL_FILENO (STDERR_FILENO + 1)
739 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1))
743 STDERR_FILENO) == -1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 600 #ifndef STDERR_FILENO
601 # define STDERR_FILENO 2
    [all...]

Completed in 3190 milliseconds

1 2