Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstrlib.c1089 #define MAX_ITEM 120 macro
1161 int nb = lua_number2strx(L, buff, MAX_ITEM, in quotefloat()
1172 return l_sprintf(buff, MAX_ITEM, "%s", s); in quotefloat()
1186 char *buff = luaL_prepbuffsize(b, MAX_ITEM);
1199 nb = l_sprintf(buff, MAX_ITEM, format, (LUAI_UACINT)n);
1295 int maxitem = MAX_ITEM; /* maximum length for the result */
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c833 #define MAX_ITEM 512 macro
917 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()