Searched refs:_PATH_LOGIN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dpathnames.h41 # ifndef _PATH_LOGIN
42 # define _PATH_LOGIN "/usr/bin/login" macro
48 # ifndef _PATH_LOGIN
49 # define _PATH_LOGIN "/bin/login" macro
H A Dsys_term.c1190 altlogin = _PATH_LOGIN;
/freebsd-10.1-release/libexec/getty/
H A Dpathnames.h36 #define _PATH_LOGIN "/usr/bin/login" macro
H A Dinit.c50 static char loginprg[] = _PATH_LOGIN;
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h214 #undef _PATH_LOGIN macro
215 #define _PATH_LOGIN BINDIR "/login" macro
H A Dsys_term.c171 const char *new_login = _PATH_LOGIN;
/freebsd-10.1-release/include/
H A Dpaths.h73 #define _PATH_LOGIN "/usr/bin/login" macro
/freebsd-10.1-release/libexec/rlogind/
H A Drlogind.c289 execl(_PATH_LOGIN, "login", "-p",
292 execl(_PATH_LOGIN, "login", "-p",
294 fatal(STDERR_FILENO, _PATH_LOGIN, 1);

Completed in 68 milliseconds