/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 103 lua_pushfstring(L, "function '%s'", lua_tostring(L, -1)); in pushfuncname() 107 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname() 111 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname() 147 lua_pushfstring(L, "\n\t...\t(skipping %d levels)", n); in luaL_traceback() 154 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback() 156 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback() 203 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror() 222 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where() 226 lua_pushfstring(L, ""); /* else, no information available... */ in luaL_where() 257 lua_pushfstring(L, "%s: %s", fname, msg); in luaL_fileresult() [all …]
|
H A D | loadlib.c | 192 lua_pushfstring(L, "system error %d\n", error); in pusherror() 292 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath() 561 openfunc = lua_pushfstring(L, LUA_POF"%s", openfunc); in loadfunc() 566 openfunc = lua_pushfstring(L, LUA_POF"%s", modname); in loadfunc() 592 lua_pushfstring(L, "no module '%s' in file '%s'", name, filename); in searcher_Croot() 605 lua_pushfstring(L, "no field package.preload['%s']", name); in searcher_preload()
|
H A D | lua.c | 142 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler() 516 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline() 530 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn() 592 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
|
H A D | lutf8lib.c | 158 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
H A D | loslib.c | 288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
H A D | ldblib.c | 157 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
H A D | lua.h | 251 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
H A D | ltests.c | 1609 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 D | liolib.c | 182 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
H A D | lapi.c | 566 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|
/freebsd/libexec/flua/modules/ |
H A D | lfs.c | 322 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 D | lposix.c | 110 lua_pushfstring(L, "unknown user %s", in lua_chown() 115 lua_pushfstring(L, "integer or string expected, got %s", in lua_chown() 131 lua_pushfstring(L, "unknown group %s", in lua_chown() 136 lua_pushfstring(L, "integer or string expected, got %s", in lua_chown() 521 lua_pushfstring(L, in lua_write()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 79 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 D | lapi.c | 541 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function 1301 EXPORT_SYMBOL(lua_pushfstring);
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | parser.c | 95 lua_pushfstring (L, "invalid encoding %d", EVENTF (encoding)); in parse_STREAM_START() 201 lua_pushfstring (L, "invalid sequence style %d", EVENTF (style)); in parse_SCALAR() 235 lua_pushfstring (L, "invalid sequence style %d", EVENTF (style)); in parse_SEQUENCE_START() 265 lua_pushfstring (L, "invalid mapping style %d", EVENTF (style)); in parse_MAPPING_START() 354 lua_pushfstring (L, "invalid event %d", parser->event.type); in event_iter()
|
H A D | scanner.c | 95 lua_pushfstring (L, "invalid encoding %d", EVENTF (encoding)); in scan_STREAM_START() 185 lua_pushfstring (L, "invalid scalar style %d", EVENTF (style)); in scan_SCALAR() 284 lua_pushfstring (L, "invalid token %d", scanner->token.type); in token_iter()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 291 (void) lua_pushfstring(state, "Invalid key " in zcp_table_to_nvlist() 301 (void) lua_pushfstring(state, "Collision of " in zcp_table_to_nvlist() 313 (void) lua_pushfstring(state, "Maximum table " in zcp_table_to_nvlist() 407 (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/contrib/libucl/lua/ |
H A D | lua_ucl.c | 1014 lua_pushfstring (L, "cannot parse schema file \"%s\": " in lua_ucl_parser_validate() 1033 lua_pushfstring (L, "validation error: " in lua_ucl_parser_validate() 1214 lua_pushfstring (L, "validation error: %s", err.msg); in lua_ucl_object_validate() 1224 lua_pushfstring (L, "cannot find the requested path: %s", path); in lua_ucl_object_validate()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1828 lua_pushfstring(L, "<userdata of type '%s' at %p>", userData->type->str, userData->ptr); in SWIG_Lua_class_tostring()
|