| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 64 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 …]
|
| H A D | zcp_get.c | 132 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()
|
| H A D | zcp_synctask.c | 87 return (luaL_error(state, "running functions from the zfs.sync " in zcp_sync_task() 97 return (luaL_error(state, in zcp_sync_task() 101 return (luaL_error(state, in zcp_sync_task() 136 return (luaL_error(state, in zcp_synctask_destroy()
|
| H A D | zcp.c | 607 (void) luaL_error(state, in zcp_dataset_hold_error() 611 (void) luaL_error(state, in zcp_dataset_hold_error() 694 return (luaL_error(state, "dataset '%s' is not in the " in zcp_exists() 697 return (luaL_error(state, "I/O error opening dataset '%s'", in zcp_exists() 700 return (luaL_error(state, "unexpected error %d", error)); in zcp_exists() 1272 (void) luaL_error(state, errmsg); in zcp_args_error() 1300 (void) luaL_error(state, errmsg); in zcp_args_error()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 125 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() 339 luaL_error(ms->L, "malformed pattern " in matchbalance() 423 luaL_error(ms->L, "pattern too complex"); in match() 457 luaL_error(ms->L, "missing " LUA_QL("[") " after " in match() 553 luaL_error(ms->L, "invalid capture index"); in push_onecapture() 700 luaL_error(ms->L, "invalid use of " LUA_QL("%c") in add_s() [all …]
|
| H A D | lauxlib.c | 150 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() 778 luaL_error(L, "multiple Lua VMs detected"); in luaL_checkversion_() 786 luaL_error(L, "bad conversion number->int;" in luaL_checkversion_() [all …]
|
| H A D | ltablib.c | 59 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()
|
| H A D | lbaselib.c | 100 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()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 117 luaL_error(L, "string slice too long"); in str_byte() 153 luaL_error(L, "unable to dump given function"); in str_dump() 189 return luaL_error(ms->L, "invalid capture index"); in check_capture() 198 return luaL_error(ms->L, "invalid pattern capture"); in capture_to_close() 284 luaL_error(ms->L, "unbalanced pattern"); in matchbalance() 388 luaL_error(ms->L, "missing " LUA_QL("[") " after " in match() 472 luaL_error(ms->L, "invalid capture index"); in push_onecapture() 476 if (l == CAP_UNFINISHED) luaL_error(ms->L, "unfinished capture"); in push_onecapture() 585 return luaL_error(L, LUA_QL("string.gfind") " was renamed to " in gfind_nodef() 729 luaL_error(L, "invalid format (repeated flags)"); in scanformat() [all …]
|
| H A D | lbaselib.c | 42 return luaL_error(L, LUA_QL("tostring") " must return a string to " in luaB_print() 110 luaL_error(L, "cannot change a protected metatable"); in luaB_setmetatable() 127 luaL_error(L, "no function environment for tail call at level %d", in getfunc() 155 luaL_error(L, in luaB_setfenv() 310 else luaL_error(L, "reader function must return a string"); in generic_reader() 337 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!")); in luaB_assert() 350 return luaL_error(L, "too many results to unpack"); in luaB_unpack() 521 luaL_error(L, "too many arguments to resume"); in auxresume() 532 luaL_error(L, "too many results to resume"); in auxresume()
|
| H A D | ltablib.c | 83 luaL_error(L, LUA_QL("setn") " is obsolete"); in setn() 109 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert")); in tinsert() 138 luaL_error(L, "invalid value (%s) at index %d in table for " in addfield() 227 if (i>u) luaL_error(L, "invalid order function for sorting"); in auxsort() 232 if (j<l) luaL_error(L, "invalid order function for sorting"); in auxsort()
|
| H A D | loadlib.c | 103 luaL_error(L, "unable to get ModuleFileName"); in setprogdir() 358 luaL_error(L, LUA_QL("package.%s") " must be a string", pname); in findfile() 375 luaL_error(L, "error loading module " LUA_QS " from file " LUA_QS ":\n\t%s", in loaderror() 439 luaL_error(L, LUA_QL("package.preload") " must be a table"); in loader_preload() 459 luaL_error(L, "loop or previous error loading module " LUA_QS, name); in ll_require() 465 luaL_error(L, LUA_QL("package.loaders") " must be a table"); in ll_require() 470 luaL_error(L, "module " LUA_QS " not found:%s", in ll_require() 512 luaL_error(L, LUA_QL("module") " not called from a Lua function"); in setfenv() 553 return luaL_error(L, "name conflict for module " LUA_QS, modname); in ll_module()
|
| H A D | lua_struct.c | 122 luaL_error(L, "integral size %d is larger than limit of %d", in optsize() 155 luaL_error(L, "alignment %d is not a power of 2", a); in controloptions() 338 luaL_error(L, "format 'c0' needs a previous size"); in b_unpack() 350 luaL_error(L, "unfinished string in data"); in b_unpack()
|
| H A D | lauxlib.c | 46 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg); in luaL_argerror() 51 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 56 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 86 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function 142 luaL_error(L, "stack overflow (%s)", mes); in luaL_checkstack() 253 luaL_error(L, "name conflict for module " LUA_QS, libname); in luaI_openlib()
|
| H A D | lua_cjson.c | 200 luaL_error(l, "BUG: Unable to fetch CJSON configuration"); in json_fetch_config() 331 luaL_error(l, "Infinity, NaN, and/or hexadecimal numbers are not supported."); in json_verify_invalid_number_setting() 453 luaL_error(l, "Cannot serialise %s: %s", in json_encode_exception() 555 luaL_error(l, "Cannot serialise, excessive nesting (%d)", in json_check_encode_depth() 1112 luaL_error(l, "Expected %s but found %s at character %d", in json_throw_parse_error() 1131 luaL_error(l, "Found too many nested data structures (%d) at character %d", in json_decode_descend() 1272 luaL_error(l, "JSON parser does not support UTF-16 or UTF-32"); in json_decode() 1340 return luaL_error(l, "Memory allocation error in CJSON protected call"); in json_protect_conversion()
|
| H A D | liolib.c | 75 luaL_error(L, "attempt to use a closed file"); in tofile() 195 luaL_error(L, "standard %s file is closed", fnames[findex - 1]); in getiofile() 395 luaL_error(L, "file is already closed"); in io_readline() 398 return luaL_error(L, "%s", strerror(errno)); in io_readline()
|
| H A D | loslib.c | 62 return luaL_error(L, "unable to generate a unique filename"); in os_tmpname() 116 return luaL_error(L, "field " LUA_QS " missing in date table", key); in getfield()
|
| H A D | lua_cmsgpack.c | 803 return luaL_error(L, in mp_unpack_full() 807 return luaL_error(L, in mp_unpack_full() 820 return luaL_error(L,"Missing bytes in input."); in mp_unpack_full() 822 return luaL_error(L,"Bad data format in input."); in mp_unpack_full()
|
| H A D | lua_bit.c | 180 luaL_error(L, "bit library self-test failed (%s)", msg); in luaopen_bit()
|
| H A D | lmathlib.c | 203 default: return luaL_error(L, "wrong number of arguments"); in math_random()
|
| H A D | lauxlib.h | 69 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
|
| H A D | luaconf.h | 681 luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
|
| H A D | lua.c | 31 luaL_error(L, "interrupted!"); in lstop()
|
| H A D | ldblib.c | 58 luaL_error(L, LUA_QL("setfenv") in db_setfenv()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 58 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
|