Searched refs:_format (Results 1 – 2 of 2) sorted by relevance
280 char _format[16]; in redisvFormatCommand() local358 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()
3 .. _format-strings: