Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c48 static size_t str_sprintf(char *buf, const char *fmt, ...) { in str_sprintf() function
944 nb = str_sprintf(buff, form, luaL_checkint(L, arg)); in str_format()
954 nb = str_sprintf(buff, form, ni); in str_format()
964 nb = str_sprintf(buff, form, ni); in str_format()
974 nb = str_sprintf(buff, form, (LUA_FLTFRM_T)luaL_checknumber(L, arg)); in str_format()
992 nb = str_sprintf(buff, form, s); in str_format()