Searched refs:pushstr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lobject.c | 169 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()
|