Home
last modified time | relevance | path

Searched refs:sm_putc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dput.c56 return sm_putc(fp, timeout, c);
/illumos-gate/usr/src/cmd/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)