HomeSort by relevance Sort by last modified time
    Searched refs:STDOUT_FILENO (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/drd/tests/
linuxthreads_det.c 18 write(STDOUT_FILENO, "NPTL or non-Linux POSIX threads implementation detected.\n", 57);
22 write(STDOUT_FILENO, "Detected LinuxThreads as POSIX threads implementation.\n", 55);
pth_detached.c 24 write(STDOUT_FILENO, ".", 1);
32 write(STDOUT_FILENO, ".", 1);
82 write(STDOUT_FILENO, "\n", 1);
pth_detached_sem.c 28 write(STDOUT_FILENO, ".", 1);
36 write(STDOUT_FILENO, ".", 1);
84 write(STDOUT_FILENO, "\n", 1);
pth_barrier_thr_cr.c 20 write(STDOUT_FILENO, ".", 1);
54 write(STDOUT_FILENO, "\n", 1);
sigalrm.c 37 write(STDOUT_FILENO, msg, strlen(msg));
  /external/openssh/openbsd-compat/
daemon.c 73 (void)dup2(fd, STDOUT_FILENO);
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 21 #ifndef STDOUT_FILENO
22 # define STDOUT_FILENO 1
99 static mcld::raw_fd_ostream S(STDOUT_FILENO, true);
  /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/compiler-rt/lib/tsan/lit_tests/
fd_stdout_race.cc 23 write(STDOUT_FILENO, "a", 1);
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 44 #ifndef STDOUT_FILENO
45 #define STDOUT_FILENO 1
97 _setmode(STDOUT_FILENO, _O_BINARY);
142 if (!response.SerializeToFileDescriptor(STDOUT_FILENO)) {
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 67 int err = write(STDOUT_FILENO, inptr, inlen);
zcgzip.cc 54 FileOutputStream fout(STDOUT_FILENO);
  /external/bison/lib/
spawn-pipe.c 99 * parent <- fd[0] <- STDOUT_FILENO <- child if pipe_stdout
157 orig_stdout = dup_safer_noinherit (STDOUT_FILENO);
167 && (!pipe_stdout || dup2 (ifd[1], STDOUT_FILENO) >= 0)
182 && (stdoutfd == STDOUT_FILENO
183 || (dup2 (stdoutfd, STDOUT_FILENO) >= 0
222 undup_safer_noinherit (orig_stdout, STDOUT_FILENO);
292 ifd[1], STDOUT_FILENO))
322 STDOUT_FILENO,
388 * parent <- fd[0] <- STDOUT_FILENO <- child
410 * parent <- fd[0] <- STDOUT_FILENO <- chil
    [all...]
  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 55 out.descriptor = STDOUT_FILENO;
  /system/core/toolbox/
dmesg.c 31 while((ret = write(STDOUT_FILENO, p, n))) {
readtty.c 124 write(STDOUT_FILENO, &current_char, 1);
140 write(STDOUT_FILENO, rejectstring, strlen(rejectstring));
161 write(STDOUT_FILENO, &current_char, 1);
177 write(STDOUT_FILENO, buf, 1);
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 140 if (pdes[1] != STDOUT_FILENO) {
141 (void)dup2(pdes[1], STDOUT_FILENO);
145 (void)dup2(STDOUT_FILENO, STDIN_FILENO);
  /external/dropbear/
progressmeter.c 73 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
215 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
270 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
284 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 &&
cli-session.c 116 cli_ses.stdoutcopy = dup(STDOUT_FILENO);
117 cli_ses.stdoutflags = fcntl(STDOUT_FILENO, F_GETFL, 0);
cli-authpasswd.c 77 if (dup2(p[1], STDOUT_FILENO) < 0) {
  /external/openssh/
progressmeter.c 83 return (getpgrp() == tcgetpgrp(STDOUT_FILENO));
225 atomicio(vwrite, STDOUT_FILENO, buf, win_size - 1);
281 atomicio(vwrite, STDOUT_FILENO, "\n", 1);
296 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 &&
  /frameworks/native/libs/utils/
Static.cpp 84 static FdTextOutput gStdoutTextOutput(STDOUT_FILENO);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 91 internal_close(STDOUT_FILENO);
94 internal_dup2(infd[1], STDOUT_FILENO);
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 75 int err = service->dump(STDOUT_FILENO, args);
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 106 previewRequest.dump(STDOUT_FILENO);

Completed in 892 milliseconds

1 2 3 4 5 6 7