Searched refs:buf_init (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dmain.c467 buf_init(&tmpbuf, sizeof(char));
980 buf_init (&userdef_buf, sizeof (char)); /* one long string */
981 buf_init (&defs_buf, sizeof (char *)); /* list of strings */
982 buf_init (&yydmap_buf, sizeof (char)); /* one long string */
983 buf_init (&top_buf, sizeof (char)); /* one long string */
988 buf_init (&m4defs_buf, sizeof (char *));
H A Dbuf.c41 * The type is specified in buf_init by the elt_size. If the elt_size is
207 void buf_init (struct Buf *buf, size_t elem_size)
206 void buf_init (struct Buf *buf, size_t elem_size) function
H A Dflexdef.h1048 extern void buf_init(struct Buf * buf, size_t elem_size);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Darc.c1264 buf_init(void) function
7655 buf_init();

Completed in 86 milliseconds