Lines Matching refs:PAM_LOG_LIBDEBUG
40 #define ENTER() openpam_log(PAM_LOG_LIBDEBUG, "entering")
44 openpam_log(PAM_LOG_LIBDEBUG, "entering: %s", pam_item_name[i_]); \
46 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", i_); \
50 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", n_); \
55 openpam_log(PAM_LOG_LIBDEBUG, "entering: NULL"); \
57 openpam_log(PAM_LOG_LIBDEBUG, "entering: '%s'", s_); \
62 openpam_log(PAM_LOG_LIBDEBUG, "entering: %s", \
65 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", f_); \
67 #define RETURNV() openpam_log(PAM_LOG_LIBDEBUG, "returning")
71 openpam_log(PAM_LOG_LIBDEBUG, "returning %s", pam_err_name[c_]); \
73 openpam_log(PAM_LOG_LIBDEBUG, "returning %d!", c_); \
78 openpam_log(PAM_LOG_LIBDEBUG, "returning %d", n_); \
84 openpam_log(PAM_LOG_LIBDEBUG, "returning NULL"); \
86 openpam_log(PAM_LOG_LIBDEBUG, "returning %p", p_); \
92 openpam_log(PAM_LOG_LIBDEBUG, "returning NULL"); \
94 openpam_log(PAM_LOG_LIBDEBUG, "returning '%s'", s_); \