Lines Matching refs:strdup

237 			*error = strdup(gettext("no hostname specified"));  in parsehosts()
258 *error = strdup(gettext("invalid host:port:mech " in parsehosts()
264 *error = strdup(gettext("invalid hostname " in parsehosts()
272 *error = strdup(gettext("empty hostname " in parsehosts()
286 *error = strdup(gettext("host not found, " in parsehosts()
290 *error = strdup(gettext("host not found")); in parsehosts()
306 *error = strdup(gettext( in parsehosts()
316 *error = strdup(gettext("invalid port number")); in parsehosts()
326 *error = strdup(gettext("unknown mechanism")); in parsehosts()
339 *error = strdup(gettext("no memory")); in parsehosts()
379 rc_msg = strdup("ok"); in auditd_message()
382 rc_msg = strdup("retry after a delay"); in auditd_message()
385 rc_msg = strdup("can't allocate memory"); in auditd_message()
388 rc_msg = strdup("bad input"); in auditd_message()
391 rc_msg = strdup("communications failure"); in auditd_message()
394 rc_msg = strdup("other error"); in auditd_message()
397 rc_msg = strdup("other non-fatal error"); in auditd_message()
415 rc_msg = strdup(gettext("not defined reason of failure")); in rsn_to_msg()
418 rc_msg = strdup(gettext("poll() initialization failed")); in rsn_to_msg()
421 rc_msg = strdup(gettext("token receiving failed")); in rsn_to_msg()
424 rc_msg = strdup(gettext("unacceptable token size")); in rsn_to_msg()
427 rc_msg = strdup(gettext("received unverifiable token")); in rsn_to_msg()
430 rc_msg = strdup(gettext("closed socket")); in rsn_to_msg()
433 rc_msg = strdup(gettext("socket creation failed")); in rsn_to_msg()
436 rc_msg = strdup(gettext("connection creation failed")); in rsn_to_msg()
439 rc_msg = strdup(gettext("protocol negotiation failed")); in rsn_to_msg()
442 rc_msg = strdup(gettext("context establishing failed")); in rsn_to_msg()
445 rc_msg = strdup(gettext("context expired")); in rsn_to_msg()
448 rc_msg = strdup(gettext("unknown address family")); in rsn_to_msg()
451 rc_msg = strdup(gettext("memory allocation failed")); in rsn_to_msg()
454 rc_msg = strdup(gettext("other, not classified error")); in rsn_to_msg()
518 *error = strdup(gettext("failed to create notification pipe")); in create_notify_pipe()
531 *error = strdup(gettext("failed to prepare blocking " in create_notify_pipe()
587 *error = strdup(gettext("retransmission queue is full")); in auditd_plugin()
636 *error = strdup(gettext("no memory")); in auditd_plugin()
669 *error = strdup(gettext("no memory")); in auditd_plugin()
727 *error = strdup( in auditd_plugin_open()
746 *error = strdup( in auditd_plugin_open()
759 *error = strdup(gettext("qsize attribute not found")); in auditd_plugin_open()
770 *error = strdup(gettext("cannot get kernel " in auditd_plugin_open()
779 *error = strdup(gettext("no hosts configured")); in auditd_plugin_open()
818 *error = strdup(gettext("unable to close receiving thread")); in auditd_plugin_close()