Home
last modified time | relevance | path

Searched refs:cbufp (Results 1 – 1 of 1) sorted by path

/freebsd/sys/netgraph/
H A Dng_parse.c122 static int ng_parse_append(char **cbufp, int *cbuflenp,
1622 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) in ng_parse_append() argument
1628 len = vsnprintf(*cbufp, *cbuflenp, fmt, args); in ng_parse_append()
1632 *cbufp += len; in ng_parse_append()