Lines Matching defs:how
111 const char *how;
122 how = "couldn't determine maximum size of password buffer";
131 how = "couldn't start adt session";
143 how = "couldn't set adt user";
149 how = "couldn't allocate adt event";
155 how = "couldn't put adt event";
165 pr_log_pri(PR_LOG_ERR, "Auditing of login failed: %s (%s)", how,
175 const char *how;
180 how = "couldn't start adt session";
186 how = "couldn't allocate adt event";
192 how = "couldn't put adt event";
202 pr_log_pri(PR_LOG_ERR, "Auditing of login failed: %s (%s)", how,
213 const char *how;
222 how = "couldn't allocate adt event";
228 how = "couldn't put adt event";
238 pr_log_pri(PR_LOG_ERR, "Auditing of logout failed: %s (%s)", how,
386 const char *how = "";
404 how = "no memory";
406 description, cmd->arg, how);
419 how = "couldn't allocate adt event";
421 description, cmd->arg, how, strerror(errno));
426 how = "pr_table_add() failed";
428 description, cmd->arg, how);
461 const char* how = "";
468 how = "event is NULL";
469 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, how);
474 how = "bad event size";
475 pr_log_pri(PR_LOG_ERR, "Auditing of %s failed: %s", description, how);
497 how = "couldn't put adt event";
499 description, how, strerror(errno));