Searched refs:wfp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-fget.c21 SM_FILE_T *wfp, *rfp; local
27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
29 SM_TEST(wfp != NULL);
32 r = sm_io_putc(wfp, SM_TIME_DEFAULT, msg[i]);
35 r = sm_io_close(wfp, SM_TIME_DEFAULT);

Completed in 65 milliseconds