Searched defs:sulogin_getinput (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c115 static char *sulogin_getinput(char *, int);
501 user = sulogin_getinput(devname, ECHOON);
512 if ((pass = sulogin_getinput(devname, ECHOOFF)) == NULL) {
645 * sulogin_getinput() - hacked from the standard PAM tty conversation
654 sulogin_getinput(char *devname, int echooff) function

Completed in 52 milliseconds