Searched refs:Buf_Destroy (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Dbuf.c219 * Buf_Destroy --
235 Buf_Destroy(Buffer *buf, Boolean freeData) function
285 Buf_Destroy(buf, FALSE);
290 return Buf_Destroy(buf, FALSE);
H A Dbuf.h116 Byte *Buf_Destroy(Buffer *, Boolean);
H A Dfor.c119 Buf_Destroy(&arg->buf, TRUE);
472 cp = Buf_Destroy(&cmds, FALSE);
H A Dvar.c491 Buf_Destroy(&v->val, destroy);
583 Buf_Destroy(&v->val, TRUE);
1932 return Buf_Destroy(&buf, FALSE);
2017 return Buf_Destroy(&buf, FALSE);
2093 return Buf_Destroy(&buf, FALSE);
2140 return Buf_Destroy(&buf, FALSE);
2185 return Buf_Destroy(&buf, FALSE);
2308 rstr = Buf_Destroy(&buf, FALSE);
2351 str = Buf_Destroy(&buf, FALSE);
2425 return Buf_Destroy(
[all...]
H A Dcond.c311 Buf_Destroy(&buf, FALSE);
644 Buf_Destroy(&buf, FALSE);
H A Dmain.c1719 res = Buf_Destroy(&buf, FALSE);

Completed in 123 milliseconds