Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h404 #define lua_number2str(s,n) \ macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h523 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
H A Dlvm.c53 lua_number2str(s, n); in luaV_tostring()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c52 int l = lua_number2str(s, n); in luaV_tostring()