Home
last modified time | relevance | path

Searched refs:f_ur (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c162 curoff -= fp->f_ur;
236 curoff -= fp->f_ur;
251 n += fp->f_ur;
H A Dfpos.c135 pos -= fp->f_ur;
H A Dungetc.c172 fp->f_ur = fp->f_r;
H A Drefill.c207 if ((fp->f_r = fp->f_ur) != 0)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h138 int f_ur; /* saved f_r when f_r is counting ungetc */ member