Home
last modified time | relevance | path

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

/dports/audio/tagutil/tagutil-3.1/src/
H A Dt_taglist.c127 (void)sbuf_cat(sb, t->val); in t_taglist_join()
129 (void)sbuf_cat(sb, glue); in t_taglist_join()
H A Dt_renamer.c310 (void)sbuf_cat(sb, s);
314 (void)sbuf_cat(sb, token->value);
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dvardata.c235 sbuf_cat(sb, iel == len - 1 ? "" : ", "); in pr_any_att_vals()
491 sbuf_cat(sb, ", "); in print_rows()
510 sbuf_cat(sb, RBRACE); in print_rows()
517 sbuf_cat(sb, RBRACE); in print_rows()
704 sbuf_cat(sb, " "); in pr_any_valsx()
H A Ddumplib.h96 void sbuf_cat(safebuf_t *sbuf, const char *s2);
H A Ddumplib.c186 sbuf_cat(safebuf_t *sb, const char *s2) { in sbuf_cat() function
1013 sbuf_cat(sfbf, ", "); in ncvlen_typ_tostring()
1017 sbuf_cat(sfbf, "}"); in ncvlen_typ_tostring()
1116 sbuf_cat(sout3, ", "); in nccomp_typ_tostring()
1125 sbuf_cat(sout3, ", "); in nccomp_typ_tostring()
1130 sbuf_cat(sout2, "}"); in nccomp_typ_tostring()
1135 sbuf_cat(sfbf, ", "); in nccomp_typ_tostring()
1138 sbuf_cat(sfbf, "}"); in nccomp_typ_tostring()
H A Dnctime0.c332 sbuf_cat(sb, ","); in print_att_times()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dvardata.c235 sbuf_cat(sb, iel == len - 1 ? "" : ", "); in pr_any_att_vals()
491 sbuf_cat(sb, ", "); in print_rows()
510 sbuf_cat(sb, RBRACE); in print_rows()
517 sbuf_cat(sb, RBRACE); in print_rows()
704 sbuf_cat(sb, " "); in pr_any_valsx()
H A Ddumplib.h96 void sbuf_cat(safebuf_t *sbuf, const char *s2);
H A Ddumplib.c186 sbuf_cat(safebuf_t *sb, const char *s2) { in sbuf_cat() function
1013 sbuf_cat(sfbf, ", "); in ncvlen_typ_tostring()
1017 sbuf_cat(sfbf, "}"); in ncvlen_typ_tostring()
1116 sbuf_cat(sout3, ", "); in nccomp_typ_tostring()
1125 sbuf_cat(sout3, ", "); in nccomp_typ_tostring()
1130 sbuf_cat(sout2, "}"); in nccomp_typ_tostring()
1135 sbuf_cat(sfbf, ", "); in nccomp_typ_tostring()
1138 sbuf_cat(sfbf, "}"); in nccomp_typ_tostring()
H A Dnctime0.c332 sbuf_cat(sb, ","); in print_att_times()
/dports/audio/tagutil/tagutil-3.1/src/compat/include/sys/
H A Dsbuf.h82 int sbuf_cat(struct sbuf *, const char *);
/dports/audio/tagutil/tagutil-3.1/src/compat/
H A Dsubr_sbuf.c464 sbuf_cat(struct sbuf *s, const char *str) in sbuf_cat() function
533 return (sbuf_cat(s, str)); in sbuf_cpy()