/l4re-core-master/ned/server/src/ |
A D | lua_ns.cc | 39 luaL_error(l, "out of caps"); in __lookup() 55 luaL_error(l, "runtime error %s (%d)\n", l4sys_errtostr(r), r); in __lookup() 73 luaL_error(l, "expected at least two arguments in name-space query"); in __query() 103 luaL_error(l, "runtime error %s (%d)", l4sys_errtostr(r), r); in __register() 112 luaL_error(l, "unexpected value to register in namespace (%s)", in __register() 127 luaL_error(l, "runtime error %s (%d)", l4sys_errtostr(r), r); in __register()
|
A D | lua_platform_control.cc | 30 luaL_error(l, "runtime error %s (%d)", l4sys_errtostr(r), r); in __system_suspend() 45 luaL_error(l, "runtime error %s (%d)", l4sys_errtostr(r), r); in __system_shutdown()
|
A D | lua_exec.cc | 139 luaL_error(_lua, "error: capability expected '%s'\n", f); in _cfg_cap() 181 luaL_error(_lua, "Capability name '%s' too long", r); in push_initial_caps() 494 luaL_error(l, "could not create process: %s (%s: %d)", e.str(), e.extra_str(), e.err_no()); in exec()
|
A D | lua_factory.cc | 54 luaL_error(l, "out of caps"); in __alloc()
|
A D | lua_cap.cc | 313 luaL_error(l, "too many arguments to L4.cast (expected 2: type and cap)"); in __cast()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loslib.c | 174 return luaL_error(L, "unable to generate a unique filename"); in os_tmpname() 212 luaL_error(L, "field '%s' is out-of-bound", key); in setfield() 257 return luaL_error(L, "field '%s' is not an integer", key); in getfield() 259 return luaL_error(L, "field '%s' missing in date table", key); in getfield() 266 return luaL_error(L, "field '%s' is out-of-bound", key); in getfield() 317 return luaL_error(L, in os_date() 365 return luaL_error(L, in os_time()
|
A D | lstrlib.c | 158 return luaL_error(L, "resulting string too large"); in str_rep() 186 return luaL_error(L, "string slice too long"); in str_byte() 240 return luaL_error(L, "unable to dump given function"); in str_dump() 399 return luaL_error(ms->L, "invalid pattern capture"); in capture_to_close() 407 luaL_error(ms->L, "malformed pattern (ends with '%%')"); in classend() 414 luaL_error(ms->L, "malformed pattern (missing ']')"); in classend() 572 luaL_error(ms->L, "pattern too complex"); in match() 706 luaL_error(ms->L, "invalid capture index %%%d", i + 1); in get_onecapture() 714 luaL_error(ms->L, "unfinished capture"); in get_onecapture() 933 return luaL_error(L, "invalid replacement value (a %s)", in add_value() [all …]
|
A D | lutf8lib.c | 134 return luaL_error(L, "string slice too long"); in codepoint() 143 return luaL_error(L, "invalid UTF-8 code"); in codepoint() 197 return luaL_error(L, "initial position is a continuation byte"); in byteoffset() 240 return luaL_error(L, "invalid UTF-8 code"); in iter_aux()
|
A D | lauxlib.c | 178 return luaL_error(L, "bad argument #%d (%s)", arg, extramsg); in luaL_argerror() 183 return luaL_error(L, "calling '%s' on bad self (%s)", in luaL_argerror() 188 return luaL_error(L, "bad argument #%d to '%s' (%s)", in luaL_argerror() 234 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function 383 luaL_error(L, "stack overflow (%s)", msg); in luaL_checkstack() 385 luaL_error(L, "stack overflow"); in luaL_checkstack() 534 return luaL_error(B->L, "buffer too large"); in newbuffsize() 877 luaL_error(L, "object length is not an integer"); in luaL_len() 886 luaL_error(L, "'__tostring' must return a string"); in luaL_tolstring() 1100 luaL_error(L, "core and library have incompatible numeric types"); in luaL_checkversion_() [all …]
|
A D | ltablib.c | 82 return luaL_error(L, "wrong number of arguments to 'insert'"); in tinsert() 149 luaL_error(L, "invalid value (%s) at index %I in table for 'concat'", in addfield() 201 return luaL_error(L, "too many results to unpack"); in tunpack() 305 luaL_error(L, "invalid order function for sorting"); in partition() 312 luaL_error(L, "invalid order function for sorting"); in partition()
|
A D | loadlib.c | 183 luaL_error(L, "unable to get ModuleFileName"); in setprogdir() 529 luaL_error(L, "'package.%s' must be a string", pname); in findfile() 540 return luaL_error(L, "error loading module '%s' from file '%s':\n\t%s", in checkload() 630 luaL_error(L, "'package.searchers' must be a table"); in findloader() 639 luaL_error(L, "module '%s' not found:%s", name, lua_tostring(L, -1)); in findloader()
|
A D | liolib.c | 78 luaL_error(L, "'popen' not supported"), \ 190 luaL_error(L, "attempt to use a closed file"); in tofile() 265 luaL_error(L, "cannot open file '%s' (%s)", fname, strerror(errno)); in opencheck() 313 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN); in getiofile() 634 return luaL_error(L, "file is already closed"); in io_readline() 646 return luaL_error(L, "%s", lua_tostring(L, -n + 1)); in io_readline()
|
A D | lbaselib.c | 142 return luaL_error(L, "cannot change a protected metatable"); in luaB_setmetatable() 360 luaL_error(L, "reader function must return a string"); in generic_reader()
|
A D | lcorolib.c | 187 return luaL_error(L, "cannot close a %s coroutine", statname[status]); in luaB_close()
|
A D | lua.c | 66 luaL_error(L, "interrupted!"); in lstop() 230 luaL_error(L, "'arg' is not a table"); in pushargs()
|
A D | lauxlib.h | 76 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
|
A D | ldblib.c | 37 luaL_error(L, "stack overflow"); in checkstack()
|
A D | lmathlib.c | 581 default: return luaL_error(L, "wrong number of arguments"); in math_random()
|