/freebsd-src/lib/flua/libhash/ |
H A D | lhash.c |
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 70 lua_pushlstring(L, s + start - 1, end - start + 1); in str_sub() 550 lua_pushlstring(ms->L, s, e - s); /* add whole match */ in push_onecapture() 560 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture() 737 lua_pushlstring(L, s, e - s); /* keep original text */ in add_value()
|
H A D | lauxlib.c | 432 lua_pushlstring(L, B->b, B->n); in luaL_pushresult() 629 lua_pushlstring(L, fname, e - fname); in luaL_findtable() 634 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
|
H A D | lapi.c | 499 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
|
/freebsd-src/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 208 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable 340 lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1)
|
/freebsd-src/contrib/lua/src/ |
H A D | loadlib.c | 569 openfunc = lua_pushlstring(L, modname, mark - modname); in loadfunc() 594 lua_pushlstring(L, name, p - name); in searcher_Croot()
|
H A D | lutf8lib.c | 287 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1); in luaopen_utf8()
|
H A D | lstrlib.c | 106 lua_pushlstring(L, s + start - 1, (end - start) + 1); in str_sub() 730 lua_pushlstring(ms->L, cap, l); in push_onecapture() 1819 lua_pushlstring(L, data + pos, size); 1825 lua_pushlstring(L, data + pos + size, len); 1833 lua_pushlstring(L, data + pos, len);
|
H A D | ldblib.c | 171 lua_pushlstring(L, ar.source, ar.srclen); in db_getinfo()
|
H A D | lua.c | 511 lua_pushlstring(L, b, l); in pushline()
|
H A D | lua.h | 247 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t len); variable
|
H A D | lauxlib.c | 597 lua_pushlstring(L, B->b, B->n); in luaL_pushresult()
|
H A D | lapi.c | 526 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
|
H A D | ltests.c | 1139 lua_pushlstring(L, cast_charp(&d), sizeof(d)); in d2s()
|
/freebsd-src/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 99 lua_pushlstring(L, (const char *)$1, $result); 126 lua_pushlstring(L, (const char *)$1, $result);
|
/freebsd-src/stand/liblua/ |
H A D | lutils.c | 326 lua_pushlstring(L, buf, r); in lua_readfile()
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 2673 lua_pushlstring(L,&c,1); in SWIG_Lua_dostring() 4805 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; 7615 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpoint_SetThreadName() 9277 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointLocation_SetScriptCallbackFunction__SWIG_0() 10572 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_0() 11819 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBBroadcaster___lt() 16118 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_new_SBCompileUnit() 17766 lua_pushlstring(L,(&result)->data(),(&result)->size()); SWIG_arg++; in _wrap_SBData_GetDescription() 18881 lua_pushlstring(L, (const char *)arg4, result); in _wrap_SBDebugger_PrintStackTraceOnError() 19792 lua_pushlstring( in _wrap_SBDebugger_GetInputFile() [all...] |