Home
last modified time | relevance | path

Searched refs:luaL_error (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/lib/flua/libjail/
HDlua_jail.c54 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...) __dead2; variable
104 return (luaL_error(L, "jailparam_import_raw: %s", jail_errmsg)); in l_jail_iter_next()
121 return (luaL_error(L, "jailparam_get: %s", in l_jail_iter_next()
181 return (luaL_error(L, "malloc: %s", strerror(errno))); in l_list()
191 return (luaL_error(L, "malloc params: %s", strerror(errno))); in l_list()
198 return (luaL_error(L, "jailparam_init: %s", jail_errmsg)); in l_list()
205 return (luaL_error(L, "jailparam_init: %s", in l_list()
212 return (luaL_error(L, "jailparam_init: %s", in l_list()
344 luaL_error(L, "jailparam_init: %s", jail_errmsg); in getparam_table()
391 return (luaL_error(L, "malloc: %s", strerror(errno))); in l_getparams()
[all …]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzcp_iter.c64 return (luaL_error(state, in zcp_clones_iter()
82 return (luaL_error(state, in zcp_clones_iter()
94 return (luaL_error(state, in zcp_clones_iter()
167 return (luaL_error(state, in zcp_snapshots_iter()
185 return (luaL_error(state, in zcp_snapshots_iter()
251 return (luaL_error(state, in zcp_children_iter()
271 return (luaL_error(state, in zcp_children_iter()
487 return (luaL_error(state, in zcp_system_props_list()
509 return (luaL_error(state, in zcp_bookmarks_iter()
524 return (luaL_error(state, in zcp_bookmarks_iter()
[all …]
HDzcp_get.c132 return (luaL_error(state, in zcp_handle_error()
136 return (luaL_error(state, in zcp_handle_error()
140 return (luaL_error(state, "unexpected error %d while " in zcp_handle_error()
478 return (luaL_error(state, in get_zap_prop()
783 return (luaL_error(state, in zcp_get_prop()
802 return (luaL_error(state, in zcp_get_prop()
HDzcp_synctask.c93 return (luaL_error(state, "running functions from the zfs.sync " in zcp_sync_task()
103 return (luaL_error(state, in zcp_sync_task()
107 return (luaL_error(state, in zcp_sync_task()
142 return (luaL_error(state, in zcp_synctask_destroy()
HDzcp.c607 (void) luaL_error(state, in zcp_dataset_hold_error()
611 (void) luaL_error(state, in zcp_dataset_hold_error()
695 return (luaL_error(state, "dataset '%s' is not in the " in zcp_exists()
698 return (luaL_error(state, "I/O error opening dataset '%s'", in zcp_exists()
701 return (luaL_error(state, "unexpected error %d", error)); in zcp_exists()
1273 (void) luaL_error(state, errmsg); in zcp_args_error()
1301 (void) luaL_error(state, errmsg); in zcp_args_error()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlstrlib.c125 return luaL_error(L, "resulting string too large"); in str_rep()
154 return luaL_error(L, "string slice too long"); in str_byte()
191 return luaL_error(L, "unable to dump given function"); in str_dump()
240 return luaL_error(ms->L, "invalid capture index %%%d", l + 1); in check_capture()
249 return luaL_error(ms->L, "invalid pattern capture"); in capture_to_close()
257 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")"); in classend()
264 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")"); in classend()
339 luaL_error(ms->L, "malformed pattern " in matchbalance()
389 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures"); in start_capture()
423 luaL_error(ms->L, "pattern too complex"); in match()
[all …]
HDlauxlib.c150 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg); in luaL_argerror()
155 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror()
160 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror()
190 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function
298 luaL_error(L, "stack overflow (%s)", msg); in luaL_checkstack()
300 luaL_error(L, "stack overflow"); in luaL_checkstack()
405 luaL_error(L, "buffer too large"); in luaL_prepbuffsize()
587 luaL_error(L, "object length is not a number"); in luaL_len()
675 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
778 luaL_error(L, "multiple Lua VMs detected"); in luaL_checkversion_()
[all …]
HDltablib.c59 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert")); in tinsert()
86 luaL_error(L, "invalid value (%s) at index %d in table for " in addfield()
144 return luaL_error(L, "too many results to unpack"); in unpack()
218 if (i>=u) luaL_error(L, "invalid order function for sorting"); in auxsort()
223 if (j<=l) luaL_error(L, "invalid order function for sorting"); in auxsort()
HDlbaselib.c100 return luaL_error(L, "cannot change a protected metatable"); in luaB_setmetatable()
229 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert()
/freebsd-13-stable/contrib/lua/src/
HDloslib.c174 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()
HDlstrlib.c157 return luaL_error(L, "resulting string too large"); in str_rep()
185 return luaL_error(L, "string slice too long"); in str_byte()
239 return luaL_error(L, "unable to dump given function"); in str_dump()
279 luaL_error(L, "attempt to %s a '%s' with a '%s'", mtname + 2, in trymt()
387 return luaL_error(ms->L, "invalid capture index %%%d", l + 1); in check_capture()
396 return luaL_error(ms->L, "invalid pattern capture"); in capture_to_close()
404 luaL_error(ms->L, "malformed pattern (ends with '%%')"); in classend()
411 luaL_error(ms->L, "malformed pattern (missing ']')"); in classend()
486 luaL_error(ms->L, "malformed pattern (missing arguments to '%%b')"); in matchbalance()
535 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures"); in start_capture()
[all …]
HDlutf8lib.c134 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()
HDlauxlib.c178 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()
525 return luaL_error(B->L, "buffer too large"); in newbuffsize()
855 luaL_error(L, "object length is not an integer"); in luaL_len()
864 luaL_error(L, "'__tostring' must return a string"); in luaL_tolstring()
1078 luaL_error(L, "core and library have incompatible numeric types"); in luaL_checkversion_()
[all …]
HDltablib.c82 return luaL_error(L, "wrong number of arguments to 'insert'"); in tinsert()
149 luaL_error(L, "invalid value (%s) at index %d in table for 'concat'", in addfield()
200 return luaL_error(L, "too many results to unpack"); in tunpack()
304 luaL_error(L, "invalid order function for sorting"); in partition()
311 luaL_error(L, "invalid order function for sorting"); in partition()
HDloadlib.c181 luaL_error(L, "unable to get ModuleFileName"); in setprogdir()
527 luaL_error(L, "'package.%s' must be a string", pname); in findfile()
538 return luaL_error(L, "error loading module '%s' from file '%s':\n\t%s", in checkload()
627 luaL_error(L, "'package.searchers' must be a table"); in findloader()
636 luaL_error(L, "module '%s' not found:%s", name, lua_tostring(L, -1)); in findloader()
HDliolib.c78 luaL_error(L, "'popen' not supported"), \
184 luaL_error(L, "attempt to use a closed file"); in tofile()
259 luaL_error(L, "cannot open file '%s' (%s)", fname, strerror(errno)); in opencheck()
307 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN); in getiofile()
628 return luaL_error(L, "file is already closed"); in io_readline()
640 return luaL_error(L, "%s", lua_tostring(L, -n + 1)); in io_readline()
HDlbaselib.c142 return luaL_error(L, "cannot change a protected metatable"); in luaB_setmetatable()
359 luaL_error(L, "reader function must return a string"); in generic_reader()
HDlcorolib.c184 return luaL_error(L, "cannot close a %s coroutine", statname[status]); in luaB_close()
HDlua.c46 luaL_error(L, "interrupted!"); in lstop()
210 luaL_error(L, "'arg' is not a table"); in pushargs()
HDlauxlib.h75 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/lua/
HDlua-typemaps.swig81 return luaL_error(L, "Positive integer expected");
119 return luaL_error(L, "Positive integer expected");
207 return luaL_error(L, "List should only contain strings");
217 return luaL_error(L, "A list of strings expected");
238 return luaL_error(L, "Invalid file");
279 return luaL_error(L, "List should only contain numbers");
290 return luaL_error(L, "A list of numbers expected.");
HDlua-wrapper.swig86 return luaL_error(L, "You cannot close a file handle used by lldb.");
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
HDlauxlib.h58 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
/freebsd-13-stable/libexec/flua/modules/
HDlfs.c346 return luaL_error(L, "invalid attribute name '%s'", member); in lua_attributes()
/freebsd-13-stable/contrib/libucl/lua/
HDlua_ucl.c753 return luaL_error (L, "invalid arguments"); in lua_ucl_parser_register_variable()
790 return luaL_error (L, "invalid arguments"); in lua_ucl_parser_register_variables()

12