Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dbuffer.c1488 char stackoutbuf[BUFFER_DATA_SIZE + PACKET_SLOP]; local
1600 if (count <= sizeof stackoutbuf)
1601 outbuf = stackoutbuf;
1636 if (outbuf != stackoutbuf)
1644 if (outbuf != stackoutbuf)
H A DChangeLog-97180 stackoutbuf.