Home
last modified time | relevance | path

Searched refs:lua_number2str (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h403 #define lua_number2str(s,n) lcompat_sprintf((s), LUA_NUMBER_FMT, (n)) macro
H A Dlvm.c53 int l = lua_number2str(s, n); in luaV_tostring()
/freebsd-12.1/stand/liblua/
H A Dluaconf.h441 #define lua_number2str(s,sz,n) \ macro
/freebsd-12.1/contrib/lua/src/
H A Dlobject.c378 len = lua_number2str(buff, sizeof(buff), fltvalue(obj)); in luaO_tostring()
H A Dluaconf.h.dist425 @@ lua_number2str converts a float to a string.
436 #define lua_number2str(s,sz,n) \