Searched refs:str_sprintf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 35 static size_t str_sprintf(char *buf, const char *fmt, ...) { in str_sprintf() function 925 nb = str_sprintf(buff, form, luaL_checkint(L, arg)); in str_format() 935 nb = str_sprintf(buff, form, ni); in str_format() 945 nb = str_sprintf(buff, form, ni); in str_format() 955 nb = str_sprintf(buff, form, (LUA_FLTFRM_T)luaL_checknumber(L, arg)); in str_format() 973 nb = str_sprintf(buff, form, s); in str_format()
|