Home
last modified time | relevance | path

Searched refs:rbufsz (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/ed/
H A Dsub.c107 static int rbufsz; /* substitute_matching_text buffer size */ variable
186 REALLOC(rbuf, rbufsz, off + i, ERR); in substitute_matching_text()
196 REALLOC(rbuf, rbufsz, off + i, ERR); in substitute_matching_text()
207 REALLOC(rbuf, rbufsz, off + i + 2, ERR); in substitute_matching_text()
235 REALLOC(rbuf, rbufsz, off + k - j, ERR); in apply_subst_template()
242 REALLOC(rbuf, rbufsz, off + k - j, ERR); in apply_subst_template()
246 REALLOC(rbuf, rbufsz, off + 1, ERR); in apply_subst_template()
249 REALLOC(rbuf, rbufsz, off + 1, ERR); in apply_subst_template()
/freebsd/sys/dev/usb/net/
H A Dif_urndis.c82 const void **rbuf, uint16_t *rbufsz);
722 uint16_t *rbufsz) in urndis_ctrl_query() argument
761 rval = urndis_ctrl_handle(sc, hdr, rbuf, rbufsz); in urndis_ctrl_query()