Searched refs:rlogin (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/usr.bin/rlogin/
H A DMakefile4 PROG= rlogin
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c179 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE;
216 rlogin = escape = _POSIX_VDISABLE;
293 rlogin = '~';
327 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1;
H A Dsys_bsd.c479 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
694 if ((rlogin != _POSIX_VDISABLE) && rlogin_susp())
H A Dtelnet.c88 cc_t rlogin; variable
156 rlogin = _POSIX_VDISABLE;
1855 if (rlogin != _POSIX_VDISABLE) {
1858 if (sc == rlogin) {
1882 if (sc != rlogin) {
1886 c = sc = rlogin;
H A Dexterns.h88 extern cc_t rlogin; /* Rlogin mode escape character */
H A Dcommands.c805 { "rlogin", "rlogin escape character", 0, &rlogin },
839 if (rlogin != _POSIX_VDISABLE) {
840 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
841 printf("Telnet rlogin escape character is '%s'.\r\n",
842 control(rlogin));
2380 if (rlogin == _POSIX_VDISABLE)
2391 if (rlogin == _POSIX_VDISABLE)
2395 if (rlogin !
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dmain.c135 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE;
172 rlogin = escape = _POSIX_VDISABLE;
300 rlogin = '~';
342 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1;
H A Dsys_bsd.c623 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
776 if ((rlogin != _POSIX_VDISABLE) && rlogin_susp())
H A Dtelnet.c120 cc_t rlogin; variable
188 rlogin = _POSIX_VDISABLE;
1936 if (rlogin != _POSIX_VDISABLE) {
1939 if (sc == rlogin) {
1963 if (sc != rlogin) {
1967 c = sc = rlogin;
H A Dcommands.c878 { "rlogin", "rlogin escape character", 0, &rlogin },
913 if (rlogin != _POSIX_VDISABLE) {
914 rlogin = (s && *s) ? special(s) : _POSIX_VDISABLE;
915 printf("Telnet rlogin escape character is '%s'.\n",
916 control(rlogin));
2623 if (rlogin == _POSIX_VDISABLE)
2634 if (rlogin == _POSIX_VDISABLE)
2638 if (rlogin !
[all...]
H A Dexterns.h131 extern cc_t rlogin; /* Rlogin mode escape character */
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf31 progs ftp rsh sed telnet rlogin common find
H A Dreally-big.conf49 progs renice rev rlogin rpcgen rpcinfo rsh rup ruptime rusers rwall rwho
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf15 :auth-rlogin=passwd:\
/freebsd-11-stable/usr.bin/rsh/
H A Drsh.c83 static char rlogin[] = "rlogin"; variable
138 case 'L': /* -8Lew are ignored to allow rlogin aliases */
166 /* if no further arguments, must have been called as rlogin. */
169 *argv = rlogin;
/freebsd-11-stable/usr.bin/
H A DMakefile262 SUBDIR.${MK_RCMDS}+= rlogin
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh221 mkuser gecos='SSHD PrivSep User' login=false rlogin=false account_locked=true pgrp=$SSH_PRIVSEP_USER $SSH_PRIVSEP_USER
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec53 rlogin and rsh, and provide secure encrypted communications between
67 rlogin and rsh, and provide secure encrypted communications between
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec136 commands on a remote machine. SSH is intended to replace rlogin and
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend335 usr.bin/rlogin \

Completed in 116 milliseconds