Home | History | Annotate | Download | only in Include

Lines Matching defs:BUFSIZ

290 #define BUFSIZ  1024    /**< size of buffer used by setbuf */

458 array pointed to by Buff as the buffer. The buffer is assumed to be BUFSIZ char long.
459 This is equivalent to calling setvbuf(fp, Buff, _IOFBF, BUFSIZ);