| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 71 lua_pushlstring(L, s + start - 1, end - start + 1); in str_sub() 551 lua_pushlstring(ms->L, s, e - s); /* add whole match */ in push_onecapture() 561 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture() 738 lua_pushlstring(L, s, e - s); /* keep original text */ in add_value()
|
| H A D | lauxlib.c | 433 lua_pushlstring(L, B->b, B->n); in luaL_pushresult() 630 lua_pushlstring(L, fname, e - fname); in luaL_findtable() 635 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
|
| H A D | lapi.c | 498 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 209 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable 341 lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1)
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | loadlib.c | 567 openfunc = lua_pushlstring(L, modname, mark - modname); in loadfunc() 592 lua_pushlstring(L, name, p - name); in searcher_Croot()
|
| H A D | lstrlib.c | 106 lua_pushlstring(L, s + start - 1, (end - start) + 1); in str_sub() 727 lua_pushlstring(ms->L, cap, l); in push_onecapture() 1750 lua_pushlstring(L, data + pos, size); 1756 lua_pushlstring(L, data + pos + size, len); 1764 lua_pushlstring(L, data + pos, len);
|
| H A D | lutf8lib.c | 285 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1); in luaopen_utf8()
|
| H A D | ldblib.c | 170 lua_pushlstring(L, ar.source, ar.srclen); in db_getinfo()
|
| H A D | lua.c | 474 lua_pushlstring(L, b, l); in pushline()
|
| H A D | lua.h | 236 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t len); variable
|
| H A D | lauxlib.c | 586 lua_pushlstring(L, B->b, B->n); in luaL_pushresult()
|
| H A D | lapi.c | 502 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 95 lua_pushlstring(L, (const char *)$1, $result);
|
| /freebsd-13.1/stand/liblua/ |
| H A D | lutils.c | 289 lua_pushlstring(L, buf, r); in lua_readfile()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 2636 lua_pushlstring(L,&c,1); in SWIG_Lua_InstallConstants() 4607 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBAddress___tostring() 6507 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBlock___tostring() 8168 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpoint___tostring() 9463 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointLocation___tostring() 10710 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointName___tostring() 38842 lua_pushlstring(L, (const char *)arg2, result); in _wrap_SBProcess_GetSTDOUT() 38885 lua_pushlstring(L, (const char *)arg2, result); in _wrap_SBProcess_GetSTDERR() 38928 lua_pushlstring(L, (const char *)arg2, result); in _wrap_SBProcess_GetAsyncProfileData() 40129 lua_pushlstring(L, (const char *)arg3, result); in _wrap_SBProcess_ReadCStringFromMemory() [all …]
|