Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h208 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable
/freebsd/contrib/lua/src/
H A Dlua.h247 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t len); variable
H A Dlapi.c526 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c499 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function