HomeSort by: relevance | last modified time | path
    Searched defs:vtty (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 120 const void *vrhost, *vtty, *vss, *vnuser; local in function:pam_sm_open_session
149 pam_err = pam_get_item(pamh, PAM_TTY, &vtty);
152 tty = (const char *)vtty;
207 const void *vtty, *vnuser; local in function:pam_sm_close_session
215 pam_get_item(pamh, PAM_TTY, &vtty);
216 if (vtty == NULL)
218 tty = (const char *)vtty;
pam_lastlog.c 120 const void *vrhost, *vtty, *vss, *vnuser; local in function:pam_sm_open_session
149 pam_err = pam_get_item(pamh, PAM_TTY, &vtty);
152 tty = (const char *)vtty;
207 const void *vtty, *vnuser; local in function:pam_sm_close_session
215 pam_get_item(pamh, PAM_TTY, &vtty);
216 if (vtty == NULL)
218 tty = (const char *)vtty;

Completed in 162 milliseconds