Home
last modified time | relevance | path

Searched refs:luaL_argerror (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/lib/flua/libjail/
H A Dlua_jail.c56 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg) __dead2; variable
337 luaL_argerror(L, paramindex, in getparam_table()
532 return (luaL_argerror(L, 2, in l_setparams()
546 return (luaL_argerror(L, 2, in l_setparams()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c147 LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) { in luaL_argerror() function
168 return luaL_argerror(L, narg, msg); in typeerror()
288 return luaL_argerror(L, narg, in luaL_checkoption()
313 luaL_argerror(L, narg, "value expected"); in luaL_checkany()
793 EXPORT_SYMBOL(luaL_argerror);
H A Dlstrlib.c921 luaL_argerror(L, arg, "no value"); in str_format()
/freebsd-13.1/contrib/lua/src/
H A Dldblib.c167 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo()
216 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal()
241 return luaL_argerror(L, arg+1, "level out of range"); in db_setlocal()
H A Dlauxlib.c175 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror() function
203 return luaL_argerror(L, arg, msg); in luaL_typeerror()
368 return luaL_argerror(L, arg, in luaL_checkoption()
398 luaL_argerror(L, arg, "value expected"); in luaL_checkany()
436 luaL_argerror(L, arg, "number has no integer representation"); in interror()
H A Dlauxlib.h52 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable
133 ((void)((cond) || luaL_argerror(L, (arg), (extramsg))))
H A Dlstrlib.c1188 luaL_argerror(L, arg, "value has no literal form");
1248 return luaL_argerror(L, arg, "no value");
1510 luaL_argerror(h->L, 1, "invalid next option for option 'X'");
1518 luaL_argerror(h->L, 1, "format asks for alignment not power of 2");
H A Dloslib.c287 luaL_argerror(L, 1, in checkoption()
H A Dliolib.c595 return luaL_argerror(L, n, "invalid format"); in g_read()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h33 LUALIB_API int (luaL_argerror) (lua_State *L, int numarg, const char *extramsg); variable
102 ((void)((cond) || luaL_argerror(L, (numarg), (extramsg))))
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c155 return (luaL_argerror(state, narg, buf)); in zcp_argerror()