Symbol: echo
crypto/libressl/crypto/ui/ui_openssl.c
146
static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
crypto/libressl/crypto/ui/ui_openssl.c
243
read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
crypto/libressl/crypto/ui/ui_openssl.c
258
if (!echo && !noecho_console(ui))
crypto/libressl/crypto/ui/ui_openssl.c
281
if (!echo)
crypto/libressl/crypto/ui/ui_openssl.c
283
if (ps >= 2 && !echo && !echo_console(ui))
crypto/openssh/sshconnect2.c
1944
u_char echo = 0;
crypto/openssh/sshconnect2.c
1979
(r = sshpkt_get_u8(ssh, &echo)) != 0)
crypto/openssh/sshconnect2.c
1985
response = read_passphrase(display_prompt, echo ? RP_ECHO : 0);
games/boggle/boggle/mach.c
617
echo();
games/boggle/boggle/mach.c
664
echo();
games/bs/bs.c
145
echo();
games/gomoku/bdisp.c
84
echo();
games/hack/def.flag.h
90
unsigned echo:1; /* 1 to echo characters */
games/hack/hack.tty.c
154
flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF;
games/hack/hack.tty.c
172
flags.echo = OFF;
libexec/telnetd/authenc.c
78
telnet_gets(const char *prompt __unused, char *result __unused, int length __unused, int echo __unused)
stand/boot/common/commands.c
311
COMMAND_SET(echo, "echo", "print text ($VAR is kenv variable)", command_echo);
sys/netgraph/echo/ng_echo.c
78
NETGRAPH_INIT(echo, &typestruct);
sys/netgraph7/echo/ng_echo.c
75
NETGRAPH_INIT(echo, &typestruct);
usr.bin/chat/chat.c
110
static int echo = 0;
usr.bin/chat/chat.c
1207
if (echo)
usr.bin/chat/chat.c
208
++echo;
usr.bin/chat/chat.c
891
echo = (strcmp(s, "ON") == 0);
usr.bin/mail/cmdtab.c
94
{ "echo", echo, M|RAWLIST, 0, 1000 },
usr.bin/mail/extern.h
107
int echo(char **);
usr.bin/telnet/authenc.c
84
telnet_gets(const char *prom, char *result, int length, int echo)
usr.bin/telnet/authenc.c
91
if (echo) {
usr.bin/xargs/xargs.c
267
cnt = strlen(*bxp++ = echo);
usr.bin/xargs/xargs.c
85
static char echo[] = _PATH_ECHO;
usr.sbin/dconschat/dconschat.c
592
char echo[] = {IAC, WILL, TELOPT_ECHO};
usr.sbin/dconschat/dconschat.c
597
write(ns, echo, sizeof(echo));
usr.sbin/ppp/hdlc.h
95
} echo;
usr.sbin/ppp/lqr.c
114
if ((hdlc->lqm.echo.seq_recv > (u_int32_t)0 - 5 && lqr.sequence < 5) ||
usr.sbin/ppp/lqr.c
115
(hdlc->lqm.echo.seq_recv <= (u_int32_t)0 - 5 &&
usr.sbin/ppp/lqr.c
116
lqr.sequence > hdlc->lqm.echo.seq_recv))
usr.sbin/ppp/lqr.c
117
hdlc->lqm.echo.seq_recv = lqr.sequence;
usr.sbin/ppp/lqr.c
176
if ((p->hdlc.lqm.echo.seq_sent > 5 &&
usr.sbin/ppp/lqr.c
177
p->hdlc.lqm.echo.seq_sent - 5 > p->hdlc.lqm.echo.seq_recv) ||
usr.sbin/ppp/lqr.c
178
(p->hdlc.lqm.echo.seq_sent <= 5 &&
usr.sbin/ppp/lqr.c
179
p->hdlc.lqm.echo.seq_sent > p->hdlc.lqm.echo.seq_recv + 5)) {
usr.sbin/ppp/lqr.c
264
physical->hdlc.lqm.echo.seq_sent = 0;
usr.sbin/ppp/lqr.c
265
physical->hdlc.lqm.echo.seq_recv = 0;
usr.sbin/ppp/lqr.c
79
struct echolqr echo;
usr.sbin/ppp/lqr.c
81
echo.magic = htonl(lcp->want_magic);
usr.sbin/ppp/lqr.c
82
echo.signature = htonl(SIGNATURE);
usr.sbin/ppp/lqr.c
83
echo.sequence = htonl(hdlc->lqm.echo.seq_sent);
usr.sbin/ppp/lqr.c
84
fsm_Output(&lcp->fsm, CODE_ECHOREQ, hdlc->lqm.echo.seq_sent++,
usr.sbin/ppp/lqr.c
85
(u_char *)&echo, sizeof echo, MB_ECHOOUT);
usr.sbin/rtadvd/control_server.c
94
DEF_PL_HANDLER(echo),