Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/flua/modules/
H A Dlfs.c324 lua_pushfstring(L, "cannot convert first argument to string"); in lua_attributes()
332 lua_pushfstring(L, in lua_attributes()
379 lua_pushfstring(L, "cannot convert first argument to string"); in lua_mkdir()
389 lua_pushfstring(L, strerror(serrno)); in lua_mkdir()
407 lua_pushfstring(L, "cannot convert first argument to string"); in lua_rmdir()
417 lua_pushfstring(L, strerror(serrno)); in lua_rmdir()
/freebsd-13.1/contrib/lua/src/
H A Dlauxlib.c102 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname()
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
146 lua_pushfstring(L, "\n\t...\t(skipping %d levels)", n); in luaL_traceback()
153 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback()
202 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
221 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
225 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where()
254 lua_pushfstring(L, "%s: %s", fname, strerror(en)); in luaL_fileresult()
714 lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr); in errfile()
765 lua_pushfstring(L, "@%s", filename); in luaL_loadfilex()
[all …]
H A Dloadlib.c199 lua_pushfstring(L, "system error %d\n", error); in pusherror()
299 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
568 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
573 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
599 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot()
612 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
H A Dlua.c120 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
472 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline()
486 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn()
547 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
H A Dlutf8lib.c154 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
H A Dloslib.c288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
H A Dldblib.c156 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
H A Dlua.h240 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dliolib.c176 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
H A Dlapi.c542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c79 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname()
84 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname()
91 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
116 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
125 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
127 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
166 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror()
182 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
289 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption()
607 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()
H A Dlapi.c539 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
1323 EXPORT_SYMBOL(lua_pushfstring);
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c290 (void) lua_pushfstring(state, "Invalid key " in zcp_table_to_nvlist()
300 (void) lua_pushfstring(state, "Collision of " in zcp_table_to_nvlist()
312 (void) lua_pushfstring(state, "Maximum table " in zcp_table_to_nvlist()
406 (void) lua_pushfstring(state, in zcp_lua_to_nvlist_impl()
894 (void) lua_pushfstring(state, "Multiple return " in zcp_eval_impl()
965 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s", in zcp_pool_error()
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c972 lua_pushfstring (L, "cannot parse schema file \"%s\": " in lua_ucl_parser_validate()
991 lua_pushfstring (L, "validation error: " in lua_ucl_parser_validate()
1172 lua_pushfstring (L, "validation error: %s", err.msg); in lua_ucl_object_validate()
1182 lua_pushfstring (L, "cannot find the requested path: %s", path); in lua_ucl_object_validate()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1803 lua_pushfstring(L, "<userdata of type '%s' at %p>", userData->type->str, userData->ptr); in SWIG_Lua_class_tostring()