Searched refs:xbuf (Results 1 – 1 of 1) sorted by relevance
139 smart_str_appendc(xbuf, ch); \147 INS_CHAR_NR(xbuf, ch)157 memset(xbuf->c + xbuf->len, ch, (count)); \158 xbuf->len += (count); \245 INS_CHAR(xbuf, *fmt); in xbuf_format_converter()784 INS_CHAR(xbuf, *s); in xbuf_format_converter()814 smart_str xbuf = {0}; in vspprintf() local824 xbuf.len = max_len; in vspprintf()826 smart_str_0(&xbuf); in vspprintf()828 *pbuf = xbuf.c; in vspprintf()[all …]
Completed in 6 milliseconds