Home
last modified time | relevance | path

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

/NextBSD/contrib/telnet/telnetd/
HDpathnames.h41 # ifndef _PATH_LOGIN
42 # define _PATH_LOGIN "/usr/bin/login" macro
48 # ifndef _PATH_LOGIN
49 # define _PATH_LOGIN "/bin/login" macro
HDsys_term.c1142 altlogin = _PATH_LOGIN; in start_login()
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDtelnetd.h214 #undef _PATH_LOGIN
215 #define _PATH_LOGIN BINDIR "/login" macro
HDsys_term.c171 const char *new_login = _PATH_LOGIN;
/NextBSD/libexec/getty/
HDpathnames.h36 #define _PATH_LOGIN "/usr/bin/login" macro
HDinit.c50 static char loginprg[] = _PATH_LOGIN;
/NextBSD/libexec/rlogind/
HDrlogind.c289 execl(_PATH_LOGIN, "login", "-p", in doit()
292 execl(_PATH_LOGIN, "login", "-p", in doit()
294 fatal(STDERR_FILENO, _PATH_LOGIN, 1); in doit()
/NextBSD/include/
HDpaths.h73 #define _PATH_LOGIN "/usr/bin/login" macro