Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dferror.c40 return sm_error(fp);
H A Dvfprintf.c788 return sm_error(fp) ? SM_IO_EOF : ret;
/freebsd/contrib/sendmail/include/sm/
H A Dio.h374 #define sm_error(p) (((p)->f_flags & SMERR) != 0) macro
378 #define sm_io_error(p) sm_error(p)