Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstrlib.c1024 static int num2straux (char *buff, int sz, lua_Number x) { in num2straux() function
1058 int n = num2straux(buff, sz, x); in lua_number2strx()