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

/freebsd-11-stable/contrib/flex/
H A Dmain.c450 buf_init(&tmpbuf, sizeof(char));
967 buf_init (&userdef_buf, sizeof (char)); /* one long string */
968 buf_init (&defs_buf, sizeof (char *)); /* list of strings */
969 buf_init (&yydmap_buf, sizeof (char)); /* one long string */
970 buf_init (&top_buf, sizeof (char)); /* one long string */
975 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 (buf, elem_size)
206 void buf_init (buf, elem_size) function
H A Dflexdef.h1110 extern void buf_init PROTO ((struct Buf * buf, size_t elem_size));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1767 buf_init(void) function
6855 * registered by buf_init()) will not access arc_reap_zthr before
6859 buf_init();

Completed in 181 milliseconds