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

/freebsd-9.3-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.c1194 altlogin = _PATH_LOGIN;
/freebsd-9.3-release/libexec/getty/
H A Dpathnames.h40 #define _PATH_LOGIN "/usr/bin/login" macro
H A Dinit.c54 static char loginprg[] = _PATH_LOGIN;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h218 #undef _PATH_LOGIN macro
219 #define _PATH_LOGIN BINDIR "/login" macro
H A Dsys_term.c164 const char *new_login = _PATH_LOGIN;
/freebsd-9.3-release/include/
H A Dpaths.h70 #define _PATH_LOGIN "/usr/bin/login" macro
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c293 execl(_PATH_LOGIN, "login", "-p",
296 execl(_PATH_LOGIN, "login", "-p",
298 fatal(STDERR_FILENO, _PATH_LOGIN, 1);

Completed in 74 milliseconds