Searched refs:STDOUT_FILENO (Results 151 - 175 of 257) sorted by path

1234567891011

/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c454 (void)write(STDOUT_FILENO, buf, p - buf);
615 n = write(STDOUT_FILENO, bufp, remaining);
/freebsd-11-stable/usr.bin/rsh/
H A Drsh.c330 (void)write(STDOUT_FILENO, buf, cc);
/freebsd-11-stable/usr.bin/script/
H A Dscript.c285 (void)write(STDOUT_FILENO, obuf, cc);
497 (void)write(STDOUT_FILENO, buf, l);
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c374 if (dup2(fd[1], STDOUT_FILENO) == -1)
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c601 else if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &win) == 0 &&
/freebsd-11-stable/usr.bin/tabs/
H A Dtabs.c231 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) != -1)
/freebsd-11-stable/usr.bin/tail/
H A Dextern.h35 if (write(STDOUT_FILENO, p, size) != (ssize_t)size) \
/freebsd-11-stable/usr.bin/talk/
H A Ddisplay.c182 write(STDOUT_FILENO, wc, sizeof(*wc));
H A Dio.c97 write(STDOUT_FILENO, "\007\007\007", 3);
/freebsd-11-stable/usr.bin/tee/
H A Dtee.c109 add(STDOUT_FILENO, "stdout");
153 if (fd == STDOUT_FILENO)
160 if (fd == STDOUT_FILENO) {
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c170 write(STDOUT_FILENO, buf, cnt);
/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c510 if (fd != STDOUT_FILENO)
779 (void)extract2fd(a, pathname, STDOUT_FILENO);
1022 if (isatty(STDOUT_FILENO))
/freebsd-11-stable/usr.bin/w/
H A Dw.c310 if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) == -1 &&
/freebsd-11-stable/usr.bin/who/
H A Dwho.c311 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) != -1)
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c741 dup2(fdout, STDOUT_FILENO);
/freebsd-11-stable/usr.bin/yes/
H A Dyes.c80 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0)
/freebsd-11-stable/usr.sbin/autofs/
H A Dpopen.c121 dup2(outfds[1], STDOUT_FILENO);
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c260 (void)dup2(fd, STDOUT_FILENO);
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c1594 file_fd = STDOUT_FILENO;
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c92 stdmask = STDOUT_FILENO | STDERR_FILENO;
296 if (stdmask & STDOUT_FILENO) {
297 if (dup2(pfd[1], STDOUT_FILENO) == -1)
301 pfd[1] != STDOUT_FILENO)
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c644 p->outfd = STDOUT_FILENO;
/freebsd-11-stable/usr.sbin/efidp/
H A Defidp.c234 write(STDOUT_FILENO, dp, dplen);
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwdv.c109 fd = STDOUT_FILENO;
249 if (fd != STDOUT_FILENO)
H A Dfwmpegts.c166 fd = STDOUT_FILENO;
271 if (fd != STDOUT_FILENO)
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzcmp.c149 dup2(ido->fd, STDOUT_FILENO);

Completed in 198 milliseconds

1234567891011