Home
last modified time | relevance | path

Searched defs:lua_pushlstring (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h209 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h236 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t len); variable
H A Dlapi.c502 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/module/lua/
H A Dlapi.c498 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function