Home
last modified time | relevance | path

Searched refs:lua_pushfstring (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dlauxlib.c96 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
132 lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
142 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
144 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
191 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in typeerror()
210 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
214 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
243 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
663 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
714 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
[all …]
H A Dloadlib.c192 lua_pushfstring(L, "system error %d\n", error); in pusherror()
293 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
449 lua_pushfstring(L, "\n\tno file '%s'", filename); in searchpath()
520 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
525 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
551 lua_pushfstring(L, "\n\tno module '%s' in file '%s'", name, filename); in searcher_Croot()
564 lua_pushfstring(L, "\n\tno field package.preload['%s']", name); in searcher_preload()
H A Dlua.c186 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
320 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline()
334 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn()
395 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
H A Dlutf8lib.c131 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
H A Dloslib.c274 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
H A Dldblib.c152 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
H A Dlua.h231 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dliolib.c169 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
H A Dlapi.c519 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c80 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 Dlua.h212 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dlapi.c541 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/freebsd-12.1/stand/liblua/
H A Dlfs.c287 lua_pushfstring(L, "cannot convert first argument to string"); in lua_attributes()
295 lua_pushfstring(L, in lua_attributes()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c308 (void) lua_pushfstring(state, "Invalid key " in zcp_table_to_nvlist()
318 (void) lua_pushfstring(state, "Collision of " in zcp_table_to_nvlist()
330 (void) lua_pushfstring(state, "Maximum table " in zcp_table_to_nvlist()
424 (void) lua_pushfstring(state, in zcp_lua_to_nvlist_impl()
909 (void) lua_pushfstring(state, "Multiple return " in zcp_eval_impl()
971 (void) lua_pushfstring(evalargs->ea_state, "Could not open pool: %s", in zcp_pool_error()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c722 lua_pushfstring (L, "cannot parse schema file \"%s\": " in lua_ucl_parser_validate()
741 lua_pushfstring (L, "validation error: " in lua_ucl_parser_validate()
922 lua_pushfstring (L, "validation error: %s", err.msg); in lua_ucl_object_validate()
932 lua_pushfstring (L, "cannot find the requested path: %s", path); in lua_ucl_object_validate()