Home
last modified time | relevance | path

Searched defs:createstrobj (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c97 static TString *createstrobj (lua_State *L, const char *str, size_t l, in createstrobj() function
/freebsd/contrib/lua/src/
H A Dlstring.c143 static TString *createstrobj (lua_State *L, size_t l, int tag, unsigned int h) { in createstrobj() function