Searched refs:cbufp (Results 1 – 1 of 1) sorted by relevance
122 static int ng_parse_append(char **cbufp, int *cbuflenp,1624 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) in ng_parse_append() argument1630 len = vsnprintf(*cbufp, *cbuflenp, fmt, args); in ng_parse_append()1634 *cbufp += len; in ng_parse_append()