Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-decl.c71 free (cd->cd_buf); in ctf_decl_fini()
182 if ((newbuf = ctf_str_append (cd->cd_buf, str)) != NULL) in ctf_decl_sprintf()
183 cd->cd_buf = newbuf; in ctf_decl_sprintf()
187 if (n < 0 || cd->cd_buf == NULL) in ctf_decl_sprintf()
189 free (cd->cd_buf); in ctf_decl_sprintf()
190 cd->cd_buf = NULL; in ctf_decl_sprintf()
199 char *buf = cd->cd_buf; in ctf_decl_buf()
200 cd->cd_buf = NULL; in ctf_decl_buf()
H A Dctf-impl.h178 char *cd_buf; /* Buffer for output. */ member
H A DChangeLog-2020639 * ctf-decl.c (ctf_decl_fini): Free the cd_buf.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-decl.c71 free (cd->cd_buf); in ctf_decl_fini()
182 if ((newbuf = ctf_str_append (cd->cd_buf, str)) != NULL) in ctf_decl_sprintf()
183 cd->cd_buf = newbuf; in ctf_decl_sprintf()
187 if (n < 0 || cd->cd_buf == NULL) in ctf_decl_sprintf()
189 free (cd->cd_buf); in ctf_decl_sprintf()
190 cd->cd_buf = NULL; in ctf_decl_sprintf()
199 char *buf = cd->cd_buf; in ctf_decl_buf()
200 cd->cd_buf = NULL; in ctf_decl_buf()
H A Dctf-impl.h178 char *cd_buf; /* Buffer for output. */ member
H A DChangeLog-2020639 * ctf-decl.c (ctf_decl_fini): Free the cd_buf.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dchdir-long.c41 struct cd_buf struct
47 cdb_init (struct cd_buf *cdb) in cdb_init() argument
53 cdb_fchdir (struct cd_buf const *cdb) in cdb_fchdir()
59 cdb_free (struct cd_buf const *cdb) in cdb_free()
73 cdb_advance_fd (struct cd_buf *cdb, char const *dir) in cdb_advance_fd()
119 struct cd_buf cdb; in chdir_long()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dchdir-long.c49 struct cd_buf struct
55 cdb_init (struct cd_buf *cdb) in cdb_init() argument
61 cdb_fchdir (struct cd_buf const *cdb) in cdb_fchdir()
67 cdb_free (struct cd_buf const *cdb) in cdb_free()
81 cdb_advance_fd (struct cd_buf *cdb, char const *dir) in cdb_advance_fd()
130 struct cd_buf cdb; in chdir_long()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_decl.c69 cd->cd_buf = buf; in ctf_decl_init()
H A Dctf_impl.h132 char *cd_buf; /* buffer for output */ member
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c803 char *cd_buf; /* buffer for output */ member
866 cd->cd_buf = buf; in ctf_decl_init()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020639 * ctf-decl.c (ctf_decl_fini): Free the cd_buf.