Home
last modified time | relevance | path

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

/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Ddumplib.h90 safebuf_t *sbuf_new();
93 void sbuf_cpy(safebuf_t *sbuf, const char *s2);
96 void sbuf_cat(safebuf_t *sbuf, const char *s2);
99 void sbuf_catb(safebuf_t *s1, const safebuf_t *s2);
102 size_t sbuf_len(const safebuf_t *sbuf);
105 char *sbuf_str(const safebuf_t *sbuf);
108 void sbuf_free(safebuf_t *sbuf);
114 int nctime_val_tostring(const ncvar_t *varp, safebuf_t *sfbf, const void *valp);
H A Ddumplib.c131 safebuf_t *
134 safebuf_t *sb; in sbuf_new()
135 sb = (safebuf_t *) emalloc(sizeof(safebuf_t)); in sbuf_new()
150 sbuf_grow(safebuf_t *sb, size_t len) { in sbuf_grow()
201 sbuf_catb(safebuf_t *s1, const safebuf_t *s2) { in sbuf_catb()
216 sbuf_len(const safebuf_t *sb) { in sbuf_len()
223 sbuf_str(const safebuf_t *sb) { in sbuf_str()
230 sbuf_free(safebuf_t *sb) { in sbuf_free()
1004 safebuf_t* sout2 = sbuf_new(); in ncvlen_typ_tostring()
1081 safebuf_t* sout2 = sbuf_new(); in nccomp_typ_tostring()
[all …]
H A Dutils.h23 struct safebuf_t;
29 typedef struct safebuf_t { struct
33 } safebuf_t; argument
H A Dnccomps.h30 struct safebuf_t *sb,
41 struct safebuf_t *sb,
H A Dvardata.c150 struct safebuf_t *sb, /* string where output goes */ in print_any_att_val()
167 safebuf_t *sb, /* string where output goes */ in print_any_val()
230 safebuf_t *sb = sbuf_new(); in pr_any_att_vals()
443 safebuf_t *sb = sbuf_new(); in print_rows()
698 safebuf_t *sb = sbuf_new(); in pr_any_valsx()
H A Dnctime0.c318 safebuf_t *sb = sbuf_new(); /* allocate new string buffer */ in print_att_times()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Ddumplib.h90 safebuf_t *sbuf_new();
93 void sbuf_cpy(safebuf_t *sbuf, const char *s2);
96 void sbuf_cat(safebuf_t *sbuf, const char *s2);
99 void sbuf_catb(safebuf_t *s1, const safebuf_t *s2);
102 size_t sbuf_len(const safebuf_t *sbuf);
105 char *sbuf_str(const safebuf_t *sbuf);
108 void sbuf_free(safebuf_t *sbuf);
114 int nctime_val_tostring(const ncvar_t *varp, safebuf_t *sfbf, const void *valp);
H A Ddumplib.c131 safebuf_t *
134 safebuf_t *sb; in sbuf_new()
135 sb = (safebuf_t *) emalloc(sizeof(safebuf_t)); in sbuf_new()
150 sbuf_grow(safebuf_t *sb, size_t len) { in sbuf_grow()
201 sbuf_catb(safebuf_t *s1, const safebuf_t *s2) { in sbuf_catb()
216 sbuf_len(const safebuf_t *sb) { in sbuf_len()
223 sbuf_str(const safebuf_t *sb) { in sbuf_str()
230 sbuf_free(safebuf_t *sb) { in sbuf_free()
1004 safebuf_t* sout2 = sbuf_new(); in ncvlen_typ_tostring()
1081 safebuf_t* sout2 = sbuf_new(); in nccomp_typ_tostring()
[all …]
H A Dutils.h23 struct safebuf_t;
29 typedef struct safebuf_t { struct
33 } safebuf_t; argument
H A Dnccomps.h30 struct safebuf_t *sb,
41 struct safebuf_t *sb,
H A Dvardata.c150 struct safebuf_t *sb, /* string where output goes */ in print_any_att_val()
167 safebuf_t *sb, /* string where output goes */ in print_any_val()
230 safebuf_t *sb = sbuf_new(); in pr_any_att_vals()
443 safebuf_t *sb = sbuf_new(); in print_rows()
698 safebuf_t *sb = sbuf_new(); in pr_any_valsx()
H A Dnctime0.c318 safebuf_t *sb = sbuf_new(); /* allocate new string buffer */ in print_att_times()