Home
last modified time | relevance | path

Searched refs:lua_pushvfstring (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h211 LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt, variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h238 LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt, variable
H A Dlauxlib.c238 lua_pushvfstring(L, fmt, argp); in luaL_error()
H A Dlapi.c531 LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt, in lua_pushvfstring() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c528 LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt, in lua_pushvfstring() function
1330 EXPORT_SYMBOL(lua_pushvfstring);
H A Dlauxlib.c194 lua_pushvfstring(L, fmt, argp); in luaL_error()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c152 const char *buf = lua_pushvfstring(state, msg, alist); in zcp_argerror()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp959 lua_pushvfstring(L, fmt, argp); in SWIG_Lua_pushferrstring()