Home
last modified time | relevance | path

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

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