Home
last modified time | relevance | path

Searched refs:LOGIN_PROGRAM (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dpathnames.h177 #ifndef LOGIN_PROGRAM
179 # define LOGIN_PROGRAM LOGIN_PROGRAM_FALLBACK macro
181 # define LOGIN_PROGRAM "/usr/bin/login"
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c128 #define LOGIN_PROGRAM "/bin/login" macro
1186 (void) execl(LOGIN_PROGRAM, "login", in doit()
1197 (void) execl(LOGIN_PROGRAM, "login", in doit()
H A Din.telnetd.c229 #define LOGIN_PROGRAM "/bin/login" macro
3193 (void) execl(LOGIN_PROGRAM, "login", in doit()
3209 (void) execl(LOGIN_PROGRAM, "login", in doit()
3218 (void) execl(LOGIN_PROGRAM, "login", in doit()
3223 fatalperror(netfd, LOGIN_PROGRAM, errno); in doit()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsession.c1337 execl(LOGIN_PROGRAM, "login", "-h", hostname, in launch_login()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog534 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
833 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM