Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_parse.c121 static int ng_parse_append(char **cbufp, int *cbuflenp,
1623 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) in ng_parse_append() argument
1629 len = vsnprintf(*cbufp, *cbuflenp, fmt, args); in ng_parse_append()
1633 *cbufp += len; in ng_parse_append()