Home
last modified time | relevance | path

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

/freebsd/libexec/flua/modules/
H A Dlposix.c102 return (luaL_argerror(L, 2, in lua_chown()
107 return (luaL_argerror(L, 2, in lua_chown()
119 return (luaL_argerror(L, 3, in lua_chown()
124 return (luaL_argerror(L, 3, in lua_chown()
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c51 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg) __dead2; variable
332 luaL_argerror(L, paramindex, in getparam_table()
527 return (luaL_argerror(L, 2, in l_setparams()
541 return (luaL_argerror(L, 2, in l_setparams()
/freebsd/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/contrib/lua/src/
H A Dldblib.c168 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo()
217 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal()
242 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.h53 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable
134 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))
H A Dlstrlib.c1210 luaL_argerror(L, arg, "value has no literal form");
1299 return luaL_argerror(L, arg, "no value");
1559 luaL_argerror(h->L, 1, "invalid next option for option 'X'");
1567 luaL_argerror(h->L, 1, "format asks for alignment not power of 2");
H A Dloslib.c285 luaL_argerror(L, 1, in checkoption()
H A Dliolib.c601 return luaL_argerror(L, n, "invalid format"); in g_read()
/freebsd/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/sys/contrib/openzfs/module/zfs/
H A Dzcp.c156 return (luaL_argerror(state, narg, buf)); in zcp_argerror()