Home
last modified time | relevance | path

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

/freebsd/libexec/flua/modules/
H A Dlfs.c322 lua_pushfstring(L, "cannot convert first argument to string"); in lua_attributes()
330 lua_pushfstring(L, in lua_attributes()
377 lua_pushfstring(L, "cannot convert first argument to string"); in lua_mkdir()
387 lua_pushfstring(L, strerror(serrno)); in lua_mkdir()
405 lua_pushfstring(L, "cannot convert first argument to string"); in lua_rmdir()
415 lua_pushfstring(L, strerror(serrno)); in lua_rmdir()
H A Dlposix.c103 lua_pushfstring(L, "unknown user %s", in lua_chown()
108 lua_pushfstring(L, "integer or string expected, got %s", in lua_chown()
120 lua_pushfstring(L, "unknown group %s", in lua_chown()
125 lua_pushfstring(L, "integer or string expected, got %s", in lua_chown()
448 lua_pushfstring(L, in lua_write()
/freebsd/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()
110 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); 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()
155 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); 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()
[all …]
H A Dloadlib.c201 lua_pushfstring(L, "system error %d\n", error); in pusherror()
301 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath()
570 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc()
575 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc()
601 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot()
614 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
H A Dlua.c141 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
509 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline()
523 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn()
584 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
H A Dlutf8lib.c158 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
H A Dloslib.c286 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
H A Dldblib.c157 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
H A Dlua.h251 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
H A Dltests.c1609 lua_pushfstring(L1, lua_tostring(L, -2), (int)lua_tointeger(L, -1)); in runC()
1612 lua_pushfstring(L1, lua_tostring(L, -2), lua_tostring(L, -1)); in runC()
1615 lua_pushfstring(L1, lua_tostring(L, -2), lua_topointer(L, -1)); in runC()
H A Dliolib.c182 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
H A Dlapi.c566 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c78 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname()
83 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname()
90 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
115 if (msg) lua_pushfstring(L, "%s\n", msg); in luaL_traceback()
124 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
126 lua_pushfstring(L, "%d:", ar.currentline); in luaL_traceback()
165 const char *msg = lua_pushfstring(L, "%s expected, got %s", in typeerror()
181 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
288 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption()
606 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()
H A Dlapi.c540 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
1300 EXPORT_SYMBOL(lua_pushfstring);
/freebsd/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()
893 (void) lua_pushfstring(state, "Multiple return " in zcp_eval_impl()
964 (void) lua_pushfstring(ri->zri_state, "Could not open pool: %s " in zcp_pool_error()
/freebsd/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/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h212 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1828 lua_pushfstring(L, "<userdata of type '%s' at %p>", userData->type->str, userData->ptr); in SWIG_Lua_class_tostring()