Searched refs:LOGIN_PROGRAM (Results 1 – 5 of 5) sorted by relevance
| /titanic_50/usr/src/cmd/ssh/include/ |
| H A D | pathnames.h | 177 #ifndef LOGIN_PROGRAM 179 # define LOGIN_PROGRAM LOGIN_PROGRAM_FALLBACK macro 181 # define LOGIN_PROGRAM "/usr/bin/login"
|
| /titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | in.rlogind.c | 128 #define LOGIN_PROGRAM "/bin/login" macro 1186 (void) execl(LOGIN_PROGRAM, "login", in doit() 1197 (void) execl(LOGIN_PROGRAM, "login", in doit()
|
| H A D | in.telnetd.c | 229 #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_50/usr/src/cmd/ssh/sshd/ |
| H A D | session.c | 1337 execl(LOGIN_PROGRAM, "login", "-h", hostname, in launch_login()
|
| /titanic_50/usr/src/cmd/ssh/doc/ |
| H A D | ChangeLog | 534 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers 833 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
|