Home
last modified time | relevance | path

Searched refs:f_modefp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dlocal.h176 if ((fp)->f_modefp != NULL) \
177 (fp)->f_modefp->f_timeoutstate = SM_TIME_BLOCK; \
192 if ((fp)->f_modefp != NULL) \
193 (fp)->f_modefp->f_timeoutstate = SM_TIME_NONBLOCK; \
H A Dfopen.c372 fp1->f_modefp = fp2;
373 fp2->f_modefp = fp1;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h133 struct sm_file *f_modefp; /* sync mode with this fp */ member