Searched defs:STDOUT_FILENO (Results 1 - 24 of 24) sorted by relevance

/external/curl/src/
H A Dtool_main.h35 #ifndef STDOUT_FILENO
36 # define STDOUT_FILENO fileno(stdout) macro
/external/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc50 #ifndef STDOUT_FILENO
51 #define STDOUT_FILENO 1 macro
74 int err = write(STDOUT_FILENO, inptr, inlen);
H A Dzcgzip.cc49 #ifndef STDOUT_FILENO
50 #define STDOUT_FILENO 1 macro
61 FileOutputStream fout(STDOUT_FILENO);
/external/syslinux/com32/include/
H A Dunistd.h37 #define STDOUT_FILENO 1 macro
/external/curl/tests/libtest/
H A Dlib556.c31 #ifndef STDOUT_FILENO
32 #define STDOUT_FILENO 1 macro
91 if(!write(STDOUT_FILENO, buf, iolen))
/external/linux-kselftest/tools/testing/selftests/size/
H A Dget_size.c27 #define STDOUT_FILENO 1 macro
31 return write(STDOUT_FILENO, s, __builtin_strlen(s));
/external/bison/djgpp/
H A Dsubpipe.c40 #ifndef STDOUT_FILENO
41 # define STDOUT_FILENO 1 macro
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/libusb/tests/
H A Dtestlib.c35 #define STDOUT_FILENO 1 macro
44 #define STDOUT_FILENO 1 macro
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/libxml2/
H A DtestC14N.c14 #ifndef STDOUT_FILENO
18 #define STDOUT_FILENO fileno(stdout) macro
111 if (write(STDOUT_FILENO, result, ret) == -1) {
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc44 #ifndef STDOUT_FILENO
45 #define STDOUT_FILENO 1 macro
164 _setmode(STDOUT_FILENO, _O_BINARY);
178 if (!response.SerializeToFileDescriptor(STDOUT_FILENO)) {
H A Dcommand_line_interface_unittest.cc80 #ifndef STDOUT_FILENO
81 #define STDOUT_FILENO 1 macro
H A Dcommand_line_interface.cc101 #ifndef STDOUT_FILENO
102 #define STDOUT_FILENO 1 macro
1631 SetFdToBinaryMode(STDOUT_FILENO);
1634 SetFdToTextMode(STDOUT_FILENO);
1638 io::FileOutputStream out(STDOUT_FILENO);
/external/bison/darwin-lib/
H A Dunistd.h534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1 macro
/external/bison/linux-lib/
H A Dunistd.h534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1 macro
/external/llvm/lib/Support/
H A Draw_ostream.cpp52 #ifndef STDOUT_FILENO
53 # define STDOUT_FILENO 1 macro
502 return STDOUT_FILENO;
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp49 #ifndef STDOUT_FILENO
50 # define STDOUT_FILENO 1 macro
434 FD = STDOUT_FILENO;
477 if (fd == STDOUT_FILENO || fd == STDERR_FILENO)
649 static raw_fd_ostream S(STDOUT_FILENO, true);
/external/openssh/
H A Ddefines.h126 #ifndef STDOUT_FILENO
127 # define STDOUT_FILENO 1 macro
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8868 milliseconds