Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h403 #define lua_number2str(s,n) \ macro
/freebsd/lib/liblua/
H A Dluaconf.h409 #define lua_number2str(s,sz,n) \ macro
/freebsd/stand/liblua/
H A Dluaconf.h402 #define lua_number2str(s,sz,n) \ macro
/freebsd/contrib/lua/src/
H A Dluaconf.h411 #define lua_number2str(s,sz,n) \ macro
H A Dlobject.c361 len = lua_number2str(buff, MAXNUMBER2STR, fltvalue(obj)); in tostringbuff()
H A Dluaconf.h.dist395 @@ lua_number2str converts a float to a string.
406 #define lua_number2str(s,sz,n) \
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c51 int l = lua_number2str(s, n); in luaV_tostring()