Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c280 char _format[16]; in redisvFormatCommand() local
358 if (_l < sizeof(_format)-2) { in redisvFormatCommand()
359 memcpy(_format,c,_l); in redisvFormatCommand()
360 _format[_l] = '\0'; in redisvFormatCommand()
361 newarg = sdscatvprintf(curarg,_format,_cpy); in redisvFormatCommand()
/f-stack/tools/libxo/doc/
H A Dformat-strings.rst3 .. _format-strings: