Lines Matching refs:ng_parse_append
123 static int ng_parse_append(char **cbufp, int *cbuflenp,
377 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int8_unparse()
473 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int16_unparse()
572 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int32_unparse()
667 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int64_unparse()
745 if ((error = ng_parse_append(&cbuf, &cbuflen, "%s", s)) != 0) { in ng_string_unparse()
918 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()
1392 if ((error = ng_parse_append(&cbuf, &cbuflen, "%c", in ng_unparse_composite()
1423 if ((error = ng_parse_append(&cbuf, &cbuflen, " ")) != 0) in ng_unparse_composite()
1428 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
1437 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
1454 error = ng_parse_append(&cbuf, &cbuflen, "%s%c", in ng_unparse_composite()
1621 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) in ng_parse_append() function