Searched defs:sm_io_putc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dput.c31 ** Function version of the macro sm_io_putc (in <sm/io.h>).
44 #undef sm_io_putc macro
47 sm_io_putc(fp, timeout, c) function
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h290 int sm_io_putc __P((SM_FILE_T *, int, int));
387 # define sm_io_putc(fp, t, x) sm_putc(fp, t, x) macro

Completed in 80 milliseconds