Searched refs:isatty (Results 201 - 225 of 251) sorted by relevance

1234567891011

/macosx-10.10.1/network_cmds-457/dnctl/
H A Ddnctl.c1083 do_force = !isatty(STDIN_FILENO);
/macosx-10.10.1/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c1662 if (isatty(STDERR_FILENO))
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c1066 stdin_is_tty = isatty(0);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dtty.c501 if (!isatty(0) || (p = ttyname(0)) == NULL) {
/macosx-10.10.1/ruby-106/ruby/ext/readline/
H A Dreadline.c303 * 2. stdin was closed. (errno is EBADF after called isatty(2).)
395 if (!isatty(fileno(rl_instream)) && errno == EBADF) rb_raise(rb_eIOError, "closed stdin");
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktextio.rb517 def isatty method in class:TkTextIO
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c373 interactive = isatty(STDIN_FILENO);
H A Dtoke.c3049 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixOS.c683 *ttyDev = isatty (fileNum);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.exp.c707 i = isatty(atoi(short2str(ep)));
H A Dtw.parse.c2127 if (!columns || !isatty(didfds ? 1 : SHOUT))
H A Dsh.lex.c1429 /* was isatty but raw with ignoreeof yields problems */
1444 if (isatty(SHIN))
/macosx-10.10.1/vim-55/src/
H A Dmain.c467 && !isatty(2)
475 * message box. isatty(2) returns TRUE anyway, thus we need to check the
477 if (gui.starting && (!isatty(2) || strcmp("/dev/console", ttyname(2)) == 0))
H A Dgui.c4884 if (isatty(2))
4916 && !isatty(0) && !isatty(2)
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c49 #include <unistd.h> /* for isatty */
500 if (!isatty(el->el_outfd)) {
503 "tty_setup: isatty: %s\n", strerror(errno));
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dscp.c506 if (!isatty(STDOUT_FILENO))
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp104 if (!isatty(fileno(stdin)))
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drclex.c2032 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/macosx-10.10.1/libedit-40/src/
H A Dtty.c49 #include <unistd.h> /* for isatty */
509 * and when that tty isn't the controlling tty. So we call isatty()
515 if (!isatty(el->el_outfd)) {
517 (void) fprintf(el->el_errfile, "%s: isatty: %s\n", __func__,
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c1216 do_force = !isatty(STDIN_FILENO);
/macosx-10.10.1/pcre-7/pcre/
H A Dpcregrep.c339 return isatty(fileno(stdout));
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dcsv.rb1231 # * isatty()
1615 :ioctl, :isatty, :path, :pid, :pos, :pos=, :reopen,
/macosx-10.10.1/screen-22/screen/
H A Dtty.c134 if (!isatty(f))
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c1622 if (!isatty(SHTTY)) {
/macosx-10.10.1/IOKitTools-91/ioreg.tproj/
H A Dioreg.c175 if (isatty(fileno(stdout)))

Completed in 663 milliseconds

1234567891011