Searched refs:f_modefp (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dlocal.h177 if ((fp)->f_modefp != NULL) \
178 (fp)->f_modefp->f_timeoutstate = SM_TIME_BLOCK; \
193 if ((fp)->f_modefp != NULL) \
194 (fp)->f_modefp->f_timeoutstate = SM_TIME_NONBLOCK; \
H A Dfopen.c372 fp1->f_modefp = fp2;
373 fp2->f_modefp = fp1;
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h133 struct sm_file *f_modefp; /* sync mode with this fp */ member in struct:sm_file

Completed in 192 milliseconds