Searched refs:str_sprintf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 34 static size_t str_sprintf(char *buf, const char *fmt, ...) { in str_sprintf() function 924 nb = str_sprintf(buff, form, luaL_checkint(L, arg)); in str_format() 934 nb = str_sprintf(buff, form, ni); in str_format() 944 nb = str_sprintf(buff, form, ni); in str_format() 954 nb = str_sprintf(buff, form, (LUA_FLTFRM_T)luaL_checknumber(L, arg)); in str_format() 972 nb = str_sprintf(buff, form, s); in str_format()
|