Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.c169 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr() function
181 pushstr(L, fmt, e - fmt); in luaO_pushvfstring()
186 pushstr(L, s, strlen(s)); in luaO_pushvfstring()
192 pushstr(L, &buff, 1); in luaO_pushvfstring()
206 pushstr(L, buff, l); in luaO_pushvfstring()
210 pushstr(L, "%", 1); in luaO_pushvfstring()
223 pushstr(L, fmt, strlen(fmt)); in luaO_pushvfstring()
/freebsd-12.1/contrib/lua/src/
H A Dlobject.c390 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr() function
405 pushstr(L, fmt, e - fmt); in luaO_pushvfstring()
410 pushstr(L, s, strlen(s)); in luaO_pushvfstring()
416 pushstr(L, &buff, 1); in luaO_pushvfstring()
440 pushstr(L, buff, l); in luaO_pushvfstring()
446 pushstr(L, buff + UTF8BUFFSZ - l, l); in luaO_pushvfstring()
450 pushstr(L, "%", 1); in luaO_pushvfstring()
462 pushstr(L, fmt, strlen(fmt)); in luaO_pushvfstring()