Searched refs:pt_error (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/openpam/bin/pamtest/
H A Dpamtest.c58 static void pt_error(int, const char *, ...)
81 pt_error(int e, const char *fmt, ...) function
104 pt_error(pame, "pam_start(%s)", service);
119 pt_error(pame, "pam_authenticate()");
134 pt_error(pame, "pam_acct_mgmt()");
149 pt_error(pame, "pam_chauthtok()");
164 pt_error(pame, "pam_setcred()");
179 pt_error(pame, "pam_open_session()");
194 pt_error(pame, "pam_close_session()");
225 pt_error(pam
[all...]
/freebsd-current/lib/libipt/
H A DMakefile27 pt_error.c \
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1087 Status pt_error = local
1089 if (pt_error.Fail()) {
1090 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1018 Status pt_error = local
1020 if (pt_error.Fail()) {
1021 LLDB_LOG_ERROR(log, pt_error.ToError(),

Completed in 229 milliseconds