Searched refs:cbuflenp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_parse.c123 static int ng_parse_append(char **cbufp, int *cbuflenp,
1622 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) argument
1628 len = vsnprintf(*cbufp, *cbuflenp, fmt, args);
1630 if (len >= *cbuflenp)
1633 *cbuflenp -= len;

Completed in 47 milliseconds