HomeSort by: relevance | last modified time | path
    Searched refs:error_buf (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/lutok/dist/
state.cpp 142 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);
  /src/crypto/external/apache2/openssl/dist/apps/
tsget.in 87 local $::error_buf;
90 $curl->setopt(CURLOPT_ERRORBUFFER, "::error_buf");
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
  /src/crypto/external/bsd/openssl/dist/apps/
tsget.in 87 local $::error_buf;
90 $curl->setopt(CURLOPT_ERRORBUFFER, "::error_buf");
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
  /src/crypto/external/bsd/openssl.old/dist/apps/
tsget.in 87 local $::error_buf;
90 $curl->setopt(CURLOPT_ERRORBUFFER, "::error_buf");
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
  /src/external/gpl3/binutils/dist/bfd/
bfd.c 1712 char error_buf[1024];
1715 error_stream.ptr = error_buf;
1716 error_stream.left = sizeof (error_buf);
1720 size_t len = error_stream.ptr - error_buf;
1725 memcpy (warn->message, error_buf, len);
1710 char error_buf[1024]; local
  /src/external/gpl3/binutils.old/dist/bfd/
bfd.c 1712 char error_buf[1024];
1715 error_stream.ptr = error_buf;
1716 error_stream.left = sizeof (error_buf);
1720 size_t len = error_stream.ptr - error_buf;
1725 memcpy (warn->message, error_buf, len);
1710 char error_buf[1024]; local
  /src/external/gpl3/gdb/dist/bfd/
bfd.c 1711 char error_buf[1024];
1714 error_stream.ptr = error_buf;
1715 error_stream.left = sizeof (error_buf);
1719 size_t len = error_stream.ptr - error_buf;
1724 memcpy (warn->message, error_buf, len);
1709 char error_buf[1024]; local
  /src/external/gpl3/gdb.old/dist/bfd/
bfd.c 1668 char error_buf[1024];
1671 error_stream.ptr = error_buf;
1672 error_stream.left = sizeof (error_buf);
1676 size_t len = error_stream.ptr - error_buf;
1681 memcpy (warn->message, error_buf, len);
1666 char error_buf[1024]; local

Completed in 40 milliseconds