Home
last modified time | relevance | path

Searched refs:f_lbfsize (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c85 fp->f_r = fp->f_lbfsize = 0;
177 fp->f_lbfsize = -fp->f_bf.smb_size;
H A Dwbuf.c56 fp->f_w = fp->f_lbfsize;
H A Dwsetup.c79 fp->f_lbfsize = -fp->f_bf.smb_size;
H A Dungetc.c132 fp->f_lbfsize = 0;
H A Drefill.c191 fp->f_lbfsize = 0;
H A Dstrio.c484 fp->f_lbfsize = 0;
H A Dfindfp.c185 fp->f_lbfsize = 0; /* not line buffered */
H A Dvfprintf.c126 fake.f_lbfsize = 0; /* not actually used, but Just In Case */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h114 int f_lbfsize; /* 0 or -bf.size, for inline putc */ member
198 (f).f_lbfsize = 0; \
366 (f)->f_w >= (f)->f_lbfsize ? \