Searched refs:str_sprintf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c35 static size_t str_sprintf(char *buf, const char *fmt, ...) { function
925 nb = str_sprintf(buff, form, luaL_checkint(L, arg));
935 nb = str_sprintf(buff, form, ni);
945 nb = str_sprintf(buff, form, ni);
955 nb = str_sprintf(buff, form, (LUA_FLTFRM_T)luaL_checknumber(L, arg));
973 nb = str_sprintf(buff, form, s);

Completed in 103 milliseconds