Searched refs:sm_putc (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h364 #define sm_putc(f, t, c) \ macro
385 # define sm_io_putc(fp, t, x) sm_putc(fp, t, x)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dput.c38 ** Success: returns sm_putc() value.
56 return sm_putc(fp, timeout, c);

Completed in 65 milliseconds