Searched refs:error_buf (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/lutok/dist/
H A Dstate.cpp142 char error_buf[1024]; local
148 std::strncpy(error_buf, e.what(), sizeof(error_buf)-1);
150 std::strncpy(error_buf, "Unhandled exception in Lua C++ hook",
151 sizeof(error_buf));
153 error_buf[sizeof(error_buf) - 1] = '\0';
158 return luaL_error(raw_state, "%s", error_buf);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dtsget.in87 local $::error_buf;
90 $curl->setopt(CURLOPT_ERRORBUFFER, "::error_buf");
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dtsget.in87 local $::error_buf;
90 $curl->setopt(CURLOPT_ERRORBUFFER, "::error_buf");
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dbfd.c1430 char error_buf[1024];
1435 error_stream.ptr = error_buf;
1436 error_stream.left = sizeof (error_buf);
1439 size_t len = error_stream.ptr - error_buf;
1444 memcpy ((*warn)->message, error_buf, len);
1428 char error_buf[1024]; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dbfd.c1518 char error_buf[1024];
1523 error_stream.ptr = error_buf;
1524 error_stream.left = sizeof (error_buf);
1527 size_t len = error_stream.ptr - error_buf;
1532 memcpy ((*warn)->message, error_buf, len);
1516 char error_buf[1024]; local

Completed in 212 milliseconds