Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dlocal.h178 if ((fp)->f_modefp != NULL) \
179 (fp)->f_modefp->f_timeoutstate = SM_TIME_BLOCK; \
194 if ((fp)->f_modefp != NULL) \
195 (fp)->f_modefp->f_timeoutstate = SM_TIME_NONBLOCK; \
H A Dfopen.c374 fp1->f_modefp = fp2;
375 fp2->f_modefp = fp1;
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dio.h135 struct sm_file *f_modefp; /* sync mode with this fp */ member