| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 96 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 D | loadlib.c | 192 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 D | lua.c | 186 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 D | lutf8lib.c | 131 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
| H A D | loslib.c | 274 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
| H A D | ldblib.c | 152 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
| H A D | lua.h | 231 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
| H A D | liolib.c | 169 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
| H A D | lapi.c | 519 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 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
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lfs.c | 287 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 D | zcp.c | 308 (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 D | lua_ucl.c | 722 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()
|