Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h211 LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt, variable
/freebsd/contrib/lua/src/
H A Dlua.h249 LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt, variable
H A Dlauxlib.c239 lua_pushvfstring(L, fmt, argp); in luaL_error()
H A Dlapi.c555 LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt, in lua_pushvfstring() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c530 LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt, in lua_pushvfstring() function
1308 EXPORT_SYMBOL(lua_pushvfstring);
H A Dlauxlib.c194 lua_pushvfstring(L, fmt, argp); in luaL_error()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c153 const char *buf = lua_pushvfstring(state, msg, alist); in zcp_argerror()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp982 lua_pushvfstring(L, fmt, argp); in SWIG_Lua_pushferrstring()