Home
last modified time | relevance | path

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

/freebsd/share/examples/ipfilter/samples/
H A Drelay.c28 char obuff[RELAY_BUFSZ]; variable
39 iwh = iwt = obuff;
55 if (iwh < (obuff + RELAY_BUFSZ))
81 rw = read(rfd, iwh, obuff + RELAY_BUFSZ - iwh);
99 iwh = iwt = obuff;
/freebsd/contrib/lua/src/
H A Dltests.c677 char *obuff = buff; in buildop() local
707 return obuff; in buildop()