Home
last modified time | relevance | path

Searched refs:sm_io_getc (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/sendmail/libsm/
HDget.c37 #undef sm_io_getc
40 sm_io_getc(fp, timeout)
HDt-smstdio.c70 while ((c = sm_io_getc(smiostdin)) != SM_IO_EOF)
/freebsd-14-stable/contrib/sendmail/src/
HDmime.c770 c = sm_io_getc(fp, SM_TIME_DEFAULT);
778 c = sm_io_getc(fp, SM_TIME_DEFAULT);
793 c = sm_io_getc(fp, SM_TIME_DEFAULT);
808 (c = sm_io_getc(fp, SM_TIME_DEFAULT)) != SM_IO_EOF &&
1104 while ((c1 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT)) !=
1112 c2 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
1119 c3 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
1126 c4 = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT);
HDalias.c673 c = sm_io_getc(fp, SM_TIME_DEFAULT);
789 while ((c = sm_io_getc(af, SM_TIME_DEFAULT)) !=
797 c = sm_io_getc(af, SM_TIME_DEFAULT);
HDcollect.c456 c = sm_io_getc(fp, SM_TIME_DEFAULT);
742 c = sm_io_getc(fp, SM_TIME_DEFAULT);
HDutil.c1560 while ((i = sm_io_getc(f, SM_TIME_DEFAULT)) != SM_IO_EOF)
1564 i = sm_io_getc(f, SM_TIME_DEFAULT);
1597 i = sm_io_getc(f, SM_TIME_DEFAULT);
HDdeliver.c5950 else if ((c = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT))
6117 else if ((d = sm_io_getc(e->e_dfp,
HDmap.c8861 if (sm_io_getc(f, SM_TIME_DEFAULT) != ':')
8886 if (sm_io_getc(f, SM_TIME_DEFAULT) != ',')
HDmilter.c2816 while ((c = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT)) != SM_IO_EOF)
HDsrvrsmtp.c558 if ((eoftest = sm_io_getc(channel, timeout)) != SM_IO_EOF)
HDqueue.c2825 while ((c = sm_io_getc(cf, SM_TIME_DEFAULT))
/freebsd-14-stable/contrib/sendmail/include/sm/
HDio.h283 int sm_io_getc __P((SM_FILE_T *, int));
384 # define sm_io_getc(fp, t) sm_getc(fp, t) macro