Searched refs:lua_pushfstring (Results 1 – 11 of 11) sorted by relevance
/external/lua/src/ |
D | lauxlib.c | 102 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 …]
|
D | loadlib.c | 199 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()
|
D | lua.c | 120 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler() 468 lua_pushfstring(L, "return %s", b + 1); /* change '=' to 'return' */ in pushline() 482 const char *retline = lua_pushfstring(L, "return %s;", line); in addreturn() 543 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)", in l_print()
|
D | lutf8lib.c | 154 lua_pushfstring(L, "%U", (long)code); in pushutfchar()
|
D | loslib.c | 288 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv)); in checkoption()
|
D | ldblib.c | 156 options = lua_pushfstring(L, ">%s", options); /* add '>' to 'options' */ in db_getinfo()
|
D | lua.h | 240 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...); variable
|
D | liolib.c | 176 lua_pushfstring(L, "file (%p)", p->f); in f_tostring()
|
D | lapi.c | 542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { in lua_pushfstring() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 234 const char *msg = lua_pushfstring(L, "index %d exceeds field count %d", in lupb_oneofdef_field() 287 const char *msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_oneofdef_lookupfield() 378 const char *msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_msgdef_field() 494 lua_pushfstring(L, "<upb.MessageDef name=%s, field_count=%d>", in lupb_msgdef_tostring() 569 const char *msg = lua_pushfstring(L, "number or string expected, got %s", in lupb_enumdef_value() 854 lua_pushfstring(L, "<upb.SymbolTable file_count=%d>", in lupb_symtab_tostring()
|
/external/oss-fuzz/projects/lua/ |
D | fuzz_lua.c | 108 msg = lua_pushfstring(L, "(error object is a %s value)", in msghandler()
|