Searched refs:luaL_prepbuffsize (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 141 ((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/contrib/lua/src/ |
H A D | lauxlib.h | 208 ((void)((B)->n < (B)->size || luaL_prepbuffsize((B), 1)), \ 216 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz); variable 224 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
|
H A D | lstrlib.c | 1186 char *buff = luaL_prepbuffsize(b, MAX_ITEM); 1296 char *buff = luaL_prepbuffsize(&b, maxitem); /* to put result */ 1331 buff = luaL_prepbuffsize(&b, maxitem); 1582 char *buff = luaL_prepbuffsize(b, size); 1650 char *buff = luaL_prepbuffsize(&b, sizeof(f)); 1659 char *buff = luaL_prepbuffsize(&b, sizeof(f)); 1668 char *buff = luaL_prepbuffsize(&b, sizeof(f));
|
H A D | loslib.c | 331 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date()
|
H A D | liolib.c | 558 p = luaL_prepbuffsize(&b, n); /* prepare buffer to read whole block */ in read_chars()
|
H A D | lauxlib.c | 575 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 397 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 D | lstrlib.c | 918 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()
|