Searched refs:STDOUT_FILENO (Results 76 - 100 of 109) sorted by relevance

12345

/external/gtest/src/
H A Dgtest-port.cc76 const int kStdOutFileno = STDOUT_FILENO;
/external/libppp/src/
H A Dmain.c314 * We open 3 descriptors to ensure that STDIN_FILENO, STDOUT_FILENO and
505 close(STDOUT_FILENO);
512 * -direct - STDIN_FILENO gets used by physical_Open. STDOUT_FILENO
H A Dprompt.c333 p->fd_out = STDOUT_FILENO;
H A Dchap.c307 dup2(out[1], STDOUT_FILENO);
H A Dchat.c739 dup2(STDIN_FILENO, STDOUT_FILENO);
H A Dphysical.c1030 close(STDOUT_FILENO);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc76 const int kStdOutFileno = STDOUT_FILENO;
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc76 const int kStdOutFileno = STDOUT_FILENO;
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc76 const int kStdOutFileno = STDOUT_FILENO;
/external/qemu/
H A Darm-semi.c202 return STDOUT_FILENO;
/external/bison/darwin-lib/
H A Dunistd.h534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1 macro
/external/bison/lib/
H A Dunistd.in.h222 #ifndef STDOUT_FILENO
223 # define STDOUT_FILENO 1
/external/bison/linux-lib/
H A Dunistd.h534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1 macro
/external/dnsmasq/src/
H A Ddnsmasq.c133 if (i != STDOUT_FILENO && i != STDERR_FILENO && i != STDIN_FILENO)
357 dup2(nullfd, STDOUT_FILENO);
/external/iputils/
H A Dping_common.c711 if (isatty(STDOUT_FILENO)) {
714 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
/external/openssh/
H A Dscp.c483 if (!isatty(STDOUT_FILENO))
487 remout = STDOUT_FILENO;
H A Dmux.c1688 mm_send_fd(fd, STDOUT_FILENO) == -1 ||
1834 mm_send_fd(fd, STDOUT_FILENO) == -1)
H A Dsftp-server.c1472 out = STDOUT_FILENO;
/external/blktrace/
H A Dblkiomon.c534 out->fp = fdopen(STDOUT_FILENO, "w");
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc81 const int kStdOutFileno = STDOUT_FILENO;
/external/linux-tools-perf/util/
H A Dheader.c854 if (repipe && do_write(STDOUT_FILENO, header, sizeof(*header)) < 0)
1190 int retw = write(STDOUT_FILENO, buf, padding);
/external/iproute2/ip/
H A Diproute.c1075 if (isatty(STDOUT_FILENO)) {
1087 ret = write(STDOUT_FILENO, n, n->nlmsg_len);
/external/dropbear/
H A Dscp.c398 remout = STDOUT_FILENO;
/external/iproute2/misc/
H A Dss.c2988 if (isatty(STDOUT_FILENO)) {
2991 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
/external/elfutils/src/
H A Dar.c591 xfd = STDOUT_FILENO;

Completed in 403 milliseconds

12345