Searched refs:_PATH_LOGIN (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c1136 altlogin = _PATH_LOGIN;
H A Dpathnames.h37 # ifndef _PATH_LOGIN
38 # define _PATH_LOGIN "/usr/bin/login" macro
44 # ifndef _PATH_LOGIN
45 # define _PATH_LOGIN "/bin/login" macro
/freebsd-11-stable/libexec/getty/
H A Dinit.c50 static char loginprg[] = _PATH_LOGIN;
H A Dpathnames.h36 #define _PATH_LOGIN "/usr/bin/login" macro
/freebsd-11-stable/include/
H A Dpaths.h74 #define _PATH_LOGIN "/usr/bin/login" macro
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c304 execl(_PATH_LOGIN, "login", "-p",
307 execl(_PATH_LOGIN, "login", "-p",
309 fatal(STDERR_FILENO, _PATH_LOGIN, 1);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c171 const char *new_login = _PATH_LOGIN;
H A Dtelnetd.h214 #undef _PATH_LOGIN macro
215 #define _PATH_LOGIN BINDIR "/login" macro

Completed in 107 milliseconds