Searched refs:pam_putenv_and_log (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/login/ |
D | pam_systemd.c | 517 static int pam_putenv_and_log(pam_handle_t *handle, const char *e, bool debug) { in pam_putenv_and_log() function 564 r = pam_putenv_and_log(handle, *i, debug); in apply_user_record_settings() 580 r = pam_putenv_and_log(handle, joined, debug); in apply_user_record_settings() 600 r = pam_putenv_and_log(handle, joined, debug); in apply_user_record_settings() 620 r = pam_putenv_and_log(handle, joined, debug); in apply_user_record_settings()
|