Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h141 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
147 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
/freebsd-13.1/contrib/lua/src/
H A Dlauxlib.h183 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \
191 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable
199 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlstrlib.c1164 char *buff = luaL_prepbuffsize(b, MAX_ITEM);
1245 char *buff = luaL_prepbuffsize(&b, maxitem); /* to put formatted item */
1270 buff = luaL_prepbuffsize(&b, maxitem);
1533 char *buff = luaL_prepbuffsize(b, size);
1600 char *buff = luaL_prepbuffsize(&b, size);
H A Dloslib.c333 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date()
H A Dliolib.c552 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()
H A Dlauxlib.c565 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c397 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
420 char *b = luaL_prepbuffsize(B, l); in luaL_addlstring()
466 return luaL_prepbuffsize(B, sz); in luaL_buffinitsize()
H A Dlstrlib.c918 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()