Searched defs:rlogin (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile30 SUIDPROG= rcp rlogin rsh
33 KCMDPROGS= rcp rlogin rsh
42 LINTCLEAN= rlogin.c rsh.c rcp.c rdate.c rwho.c whois.c
57 POFILES= rlogin.po rsh.po rcp.po $(COMMONPOFILES)
61 CLEANFILES += kcmd.o rcp.o rlogin.o rsh.o
89 rlogin lint-rlogin := LDLIBS += -lnsl -lsocket
101 rlogin.po rcp.po rsh.po \
148 rlogin: rlogin
[all...]
H A Drlogin.c40 * rlogin - remote login
130 static char rlogin[] = "rlogin"; variable
132 static char *realmdef[] = { "realms", NULL, rlogin, NULL };
133 static char *appdef[] = { "appdefaults", rlogin, NULL };
248 gettext("usage: rlogin [-option] [-option...] "
270 die(gettext("rlogin: Only one of -f and -F allowed.\n"));
300 "rlogin must be set-uid root\n"));
324 * Determine command name used to invoke to rlogin(1). Users can
331 if (strcmp(cmd, rlogin)
[all...]
/illumos-gate/usr/src/cmd/users/
H A Dusers.c651 struct reqlogin *rlogin; /* Running ptr for scanning login list */ local
787 rlogin = reqloginhead;
788 while (rlogin &&
789 (rc = strcmp(token, rlogin->loginname)))
790 rlogin = rlogin->next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c126 cc_t rlogin; variable
224 rlogin = _POSIX_VDISABLE;
2016 if (rlogin != _POSIX_VDISABLE) {
2019 if (sc == rlogin) {
2043 if (sc != rlogin) {
2047 c = sc = rlogin;

Completed in 66 milliseconds