Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c167 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr() function
/freebsd/contrib/lua/src/
H A Dlobject.c414 static void pushstr (BuffFS *buff, const char *str, size_t lstr) { in pushstr() function