Lines Matching defs:error

269 parsehosts(char *hosts_str, hostlist_t **hostlist_new, char **error)
303 *error = strdup(gettext("no hostname specified"));
325 *error = strdup(gettext("invalid host:port:mech "
332 *error = strdup(gettext("invalid hostname "
341 *error = strdup(gettext("empty hostname "
356 *error = strdup(gettext("host not found, "
361 *error = strdup(gettext("host not found"));
378 *error = strdup(gettext(
389 *error = strdup(gettext("invalid port number"));
400 *error = strdup(gettext("unknown mechanism"));
414 *error = strdup(gettext("no memory"));
466 rc_msg = strdup("other error");
469 rc_msg = strdup("other non-fatal error");
526 rc_msg = strdup(gettext("other, not classified error"));
584 create_notify_pipe(int *notify_pipe, char **error)
590 *error = strdup(gettext("failed to create notification pipe"));
603 *error = strdup(gettext("failed to prepare blocking "
624 * Note, that space on stack allocated for any error message returned along
631 void *plg_ctrl, char **error)
635 char *ext_error; /* extended error string */
659 *error = strdup(gettext("retransmission queue is full"));
709 *error = strdup(gettext("no memory"));
741 *error = strdup(gettext("no memory"));
775 * Note, that space on stack allocated for any error message returned along
782 char **error)
796 *error = NULL;
820 *error = strdup(
839 *error = strdup(
852 *error = strdup(gettext("qsize attribute not found"));
864 *error = strdup(gettext("could not get kernel "
874 *error = strdup(gettext("no hosts configured"));
877 rc = parsehosts(val_str, &hosts_new, error);
884 if (create_notify_pipe(notify_pipe, error)) {
931 * Note, that space on stack allocated for any error message returned along
937 auditd_plugin_close(void **plg_ctrl, char **error)
941 *error = strdup(gettext("unable to close receiving thread"));
952 *error = NULL;