Home
last modified time | relevance | path

Searched refs:totallen (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c127 size_t totallen = n * l + (n - 1) * lsep; in str_rep() local
129 char *p = luaL_buffinitsize(L, &b, totallen); in str_rep()
137 luaL_pushresultsize(&b, totallen); in str_rep()