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

  /external/curl/src/
tool_main.h 35 #ifndef STDOUT_FILENO
36 # define STDOUT_FILENO fileno(stdout)
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 50 #ifndef STDOUT_FILENO
51 #define STDOUT_FILENO 1
74 int err = write(STDOUT_FILENO, inptr, inlen);
zcgzip.cc 49 #ifndef STDOUT_FILENO
50 #define STDOUT_FILENO 1
61 FileOutputStream fout(STDOUT_FILENO);
  /external/curl/tests/libtest/
lib556.c 31 #ifndef STDOUT_FILENO
32 #define STDOUT_FILENO 1
91 if(!write(STDOUT_FILENO, buf, iolen))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 16 STDOUT_FILENO = 1
116 os.dup2(slave_fd, STDOUT_FILENO)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
150 os.write(STDOUT_FILENO, data)
  /external/linux-kselftest/tools/testing/selftests/size/
get_size.c 27 #define STDOUT_FILENO 1
31 return write(STDOUT_FILENO, s, __builtin_strlen(s));
  /external/python/cpython2/Lib/
pty.py 16 STDOUT_FILENO = 1
116 os.dup2(slave_fd, STDOUT_FILENO)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
153 os.write(STDOUT_FILENO, data)
  /external/python/cpython3/Lib/
pty.py 16 STDOUT_FILENO = 1
105 os.dup2(slave_fd, STDOUT_FILENO)
111 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
142 os.write(STDOUT_FILENO, data)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 7 STDOUT_FILENO 1 standard output file descriptor
74 #define STDOUT_FILENO 1 /**< standard output file descriptor */
  /external/libxml2/
testC14N.c 14 #ifndef STDOUT_FILENO
18 #define STDOUT_FILENO fileno(stdout)
111 if (write(STDOUT_FILENO, result, ret) == -1) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 44 #ifndef STDOUT_FILENO
45 #define STDOUT_FILENO 1
164 _setmode(STDOUT_FILENO, _O_BINARY);
178 if (!response.SerializeToFileDescriptor(STDOUT_FILENO)) {
command_line_interface_unittest.cc 80 #ifndef STDOUT_FILENO
81 #define STDOUT_FILENO 1
    [all...]
command_line_interface.cc 101 #ifndef STDOUT_FILENO
102 #define STDOUT_FILENO 1
    [all...]
  /bionic/libc/include/
unistd.h 47 #define STDOUT_FILENO 1
  /external/libusb/tests/
testlib.c 35 #define STDOUT_FILENO 1
44 #define STDOUT_FILENO 1
85 IGNORE_RETVAL(dup2(ctx->old_stdout, STDOUT_FILENO));
114 ctx->old_stdout = dup(STDOUT_FILENO);
127 /* Redirect STDOUT_FILENO and STDERR_FILENO to /dev/null or "nul"*/
135 if ((dup2(ctx->null_fd, STDOUT_FILENO) < 0) ||
  /external/llvm/lib/Support/
raw_ostream.cpp 52 #ifndef STDOUT_FILENO
53 # define STDOUT_FILENO 1
502 return STDOUT_FILENO;
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 49 #ifndef STDOUT_FILENO
50 # define STDOUT_FILENO 1
434 FD = STDOUT_FILENO;
477 if (fd == STDOUT_FILENO || fd == STDERR_FILENO)
649 static raw_fd_ostream S(STDOUT_FILENO, true);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
raw_ostream.cpp 54 #ifndef STDOUT_FILENO
55 # define STDOUT_FILENO 1
514 return STDOUT_FILENO;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 57 #ifndef STDOUT_FILENO
58 # define STDOUT_FILENO 1
476 return STDOUT_FILENO;
  /external/brotli/c/tools/
brotli.c 36 #define STDOUT_FILENO _fileno(stdout)
593 *f = fdopen(MAKE_BINARY(STDOUT_FILENO), "wb");
962 !context->force_overwrite && isatty(STDOUT_FILENO)) {
    [all...]
  /external/libaom/libaom/apps/
aomdec.c 24 #elif !defined(STDOUT_FILENO)
25 #define STDOUT_FILENO 1
605 if (!outfile_pattern && isatty(STDOUT_FILENO) && !do_md5 && !noblit) {
    [all...]
  /external/openssh/
defines.h 136 #ifndef STDOUT_FILENO
137 # define STDOUT_FILENO 1
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 229 STDOUT_FILENO = 1

Completed in 2895 milliseconds