Home
last modified time | relevance | path

Searched refs:error_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lutok/
H A Dstate.cpp142 char error_buf[1024]; in call_cxx_function_from_c() local
148 std::strncpy(error_buf, e.what(), sizeof(error_buf)); in call_cxx_function_from_c()
150 std::strncpy(error_buf, "Unhandled exception in Lua C++ hook", in call_cxx_function_from_c()
151 sizeof(error_buf)); in call_cxx_function_from_c()
153 error_buf[sizeof(error_buf) - 1] = '\0'; in call_cxx_function_from_c()
158 return luaL_error(raw_state, "%s", error_buf); in call_cxx_function_from_c()
/freebsd/crypto/openssl/apps/
H A Dtsget.in87 local $::error_buf;
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
/freebsd/crypto/krb5/src/kprop/
H A Dkpropd.c1033 char error_buf[8096]; in kpropd_com_err_proc() local
1035 error_buf[0] = '\0'; in kpropd_com_err_proc()
1037 vsnprintf(error_buf, sizeof(error_buf), fmt, args); in kpropd_com_err_proc()
1039 code ? error_message(code) : "", code ? " " : "", error_buf); in kpropd_com_err_proc()
/freebsd/crypto/heimdal/
H A DChangeLog.2001776 error_buf