Searched refs:ng_parse_append (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 121 static int ng_parse_append(char **cbufp, int *cbuflenp, 375 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int8_unparse() 471 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int16_unparse() 570 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int32_unparse() 665 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int64_unparse() 743 if ((error = ng_parse_append(&cbuf, &cbuflen, "%s", s)) != 0) { in ng_string_unparse() 916 if ((error = ng_parse_append(&cbuf, &cbuflen, "%s", s)) != 0) { in ng_sizedstring_unparse() 979 if ((error = ng_parse_append(&cbuf, &cbuflen, "%d.%d.%d.%d", in ng_ipaddr_unparse() 1394 if ((error = ng_parse_append(&cbuf, &cbuflen, "%c", in ng_unparse_composite() 1425 if ((error = ng_parse_append(&cbuf, &cbuflen, " ")) != 0) in ng_unparse_composite() [all …]
|