Searched refs:STDIN_FILENO (Results 176 - 200 of 229) sorted by relevance

12345678910

/freebsd-10-stable/crypto/heimdal/appl/rcp/
H A Drcp.c113 remin = STDIN_FILENO; /* XXX */
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c613 if (get_window_size(STDIN_FILENO, &irows, &icols) == 0) {
/freebsd-10-stable/libexec/pppoed/
H A Dpppoed.c438 dup2(ds, STDIN_FILENO);
/freebsd-10-stable/sbin/routed/
H A Dmain.c295 STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO))
/freebsd-10-stable/usr.sbin/mtest/
H A Dmtest.c219 if (isatty(STDIN_FILENO)) {
/freebsd-10-stable/usr.bin/login/
H A Dlogin.c248 ttyn = ttyname(STDIN_FILENO);
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c219 if (fstat(STDIN_FILENO, &st) != 0) {
/freebsd-10-stable/contrib/unbound/daemon/
H A Dunbound.c431 (void)dup2(fd, STDIN_FILENO);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c257 if (isatty(STDIN_FILENO)) {
/freebsd-10-stable/crypto/openssh/
H A Dmux.c1816 if (dup2(devnull, STDIN_FILENO) == -1)
1850 if (mm_send_fd(fd, STDIN_FILENO) == -1 ||
1983 if (dup2(devnull, STDIN_FILENO) == -1)
2000 if (mm_send_fd(fd, STDIN_FILENO) == -1 ||
H A Dsftp.c2031 if (!batchmode && isatty(STDIN_FILENO)) {
2100 interactive = !batchmode && isatty(STDIN_FILENO);
2190 if ((dup2(c_in, STDIN_FILENO) == -1) ||
H A Dsshconnect.c517 packet_set_connection(STDIN_FILENO, STDOUT_FILENO);
/freebsd-10-stable/sbin/swapon/
H A Dswapon.c695 if (dup2(nfd, STDIN_FILENO) < 0)
/freebsd-10-stable/usr.sbin/bhyveload/
H A Dbhyveload.c657 consin_fd = STDIN_FILENO;
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2846 # ifndef STDIN_FILENO
2847 # define STDIN_FILENO 0 macro
2848 # endif /* ! STDIN_FILENO */
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp445 AppendSuppressFileAction (STDIN_FILENO , true, false);
469 AppendOpenFileAction(STDIN_FILENO, path, true, false);
482 AppendOpenFileAction(STDIN_FILENO, slave_path, true, false);
765 if (action.Open (STDIN_FILENO, option_arg, true, false))
794 if (action.Open (STDIN_FILENO, "/dev/null", true, false))
/freebsd-10-stable/contrib/sendmail/src/
H A Dmain.c263 fill_fd(STDIN_FILENO, NULL);
1260 if (bitset(1 << STDIN_FILENO, MissingFds))
1400 authinfo = getauthinfo(STDIN_FILENO, &forged);
/freebsd-10-stable/usr.bin/make/
H A Djob.c2694 ps.in = STDIN_FILENO;
2964 ps.in = STDIN_FILENO;
/freebsd-10-stable/usr.bin/kdump/
H A Dkdump.c307 limitfd(STDIN_FILENO);
424 case STDIN_FILENO:
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Ddiv.cpp564 FLUSH_INPUT_PIPE(STDIN_FILENO);
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_cscope.c405 (void)dup2(to_cs[0], STDIN_FILENO);
/freebsd-10-stable/release/picobsd/tinyware/login/
H A Dpico-login.c267 ttyn = ttyname(STDIN_FILENO);
/freebsd-10-stable/sbin/gvinum/
H A Dgvinum.c1118 if (!isatty(STDIN_FILENO)) {
/freebsd-10-stable/usr.sbin/autofs/
H A Dcommon.c1195 error = dup2(fd, STDIN_FILENO);
/freebsd-10-stable/contrib/netcat/
H A Dnetcat.c808 int stdin_fd = STDIN_FILENO;

Completed in 347 milliseconds

12345678910