Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h401 #define LUAI_MAXNUMBER2STR 32 /* 16 digits, sign, point, and \0 */ macro
404 lcompat_sprintf((s), LUAI_MAXNUMBER2STR, LUA_NUMBER_FMT, (n))
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c49 char s[LUAI_MAXNUMBER2STR]; in luaV_tostring()