Home
last modified time | relevance | path

Searched refs:buf_destroy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/flex/src/
H A Dbuf.c215 void buf_destroy (struct Buf *buf) in buf_destroy() function
H A Dflexdef.h1049 extern void buf_destroy(struct Buf * buf);
H A Dmain.c480 buf_destroy(&tmpbuf); in check_options()
/freebsd/contrib/flex/
H A DChangeLog1383 …corrected buf_destroy logic. As with flex_alloc(), replace with direct calls to free(). The func…