Searched refs:lua_pushfstring (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lauxlib.c | 80 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname() 85 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname() 92 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname() 117 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback() 126 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback() 128 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback() 167 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror() 183 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where() 290 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 608 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()
|
H A D | lua.h | 212 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
H A D | lapi.c | 541 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 286 (void) lua_pushfstring(state, "Invalid key " in zcp_table_to_nvlist() 296 (void) lua_pushfstring(state, "Collision of " in zcp_table_to_nvlist() 308 (void) lua_pushfstring(state, "Maximum table " in zcp_table_to_nvlist() 402 (void) lua_pushfstring(state, in zcp_lua_to_nvlist_impl() 891 (void) lua_pushfstring(state, "Multiple return " in zcp_eval_impl() 957 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s", in zcp_pool_error()
|