Searched refs:_catbuf (Results 1 – 1 of 1) sorted by relevance
38 #define catbuf(b, fmt, ...) _catbuf(b, sizeof(b), fmt, ##__VA_ARGS__)64 _catbuf(char *buf, size_t len, const char *fmt, ...) in _catbuf() function