Lines Matching refs:ng_parse_append
122 static int ng_parse_append(char **cbufp, int *cbuflenp,
376 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int8_unparse()
472 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int16_unparse()
571 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int32_unparse()
666 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int64_unparse()
744 if ((error = ng_parse_append(&cbuf, &cbuflen, "%s", s)) != 0) { in ng_string_unparse()
917 if ((error = ng_parse_append(&cbuf, &cbuflen, "%s", s)) != 0) { in ng_sizedstring_unparse()
980 if ((error = ng_parse_append(&cbuf, &cbuflen, "%d.%d.%d.%d", in ng_ipaddr_unparse()
1393 if ((error = ng_parse_append(&cbuf, &cbuflen, "%c", in ng_unparse_composite()
1424 if ((error = ng_parse_append(&cbuf, &cbuflen, " ")) != 0) in ng_unparse_composite()
1429 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
1438 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
1455 error = ng_parse_append(&cbuf, &cbuflen, "%s%c", in ng_unparse_composite()
1622 ng_parse_append(char **cbufp, int *cbuflenp, const char *fmt, ...) in ng_parse_append() function