| /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);
|
| 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/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
|
| 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
|
| 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
|
| 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
|
| 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
|