Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/libsm/
Dget.c37 #undef sm_io_getc
40 sm_io_getc(fp, timeout)
Dt-smstdio.c70 while ((c = sm_io_getc(smiostdin)) != SM_IO_EOF)
/freebsd-12-stable/contrib/sendmail/src/
Dmime.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);
Dalias.c725 while ((c = sm_io_getc(af, SM_TIME_DEFAULT)) !=
815 c = sm_io_getc(af, SM_TIME_DEFAULT);
831 while ((c = sm_io_getc(af, SM_TIME_DEFAULT))
Dcollect.c372 c = sm_io_getc(fp, SM_TIME_DEFAULT);
623 c = sm_io_getc(fp, SM_TIME_DEFAULT);
Dutil.c1561 while ((i = sm_io_getc(f, SM_TIME_DEFAULT)) != SM_IO_EOF)
1565 i = sm_io_getc(f, SM_TIME_DEFAULT);
1598 i = sm_io_getc(f, SM_TIME_DEFAULT);
Ddeliver.c5222 else if ((c = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT))
5389 else if ((d = sm_io_getc(e->e_dfp,
Dmap.c8711 if (sm_io_getc(f, SM_TIME_DEFAULT) != ':')
8736 if (sm_io_getc(f, SM_TIME_DEFAULT) != ',')
Dmilter.c2797 while ((c = sm_io_getc(e->e_dfp, SM_TIME_DEFAULT)) != SM_IO_EOF)
Dsrvrsmtp.c1429 (eoftest = sm_io_getc(InChannel, SM_TIME_DEFAULT))
Dqueue.c2822 while ((c = sm_io_getc(cf, SM_TIME_DEFAULT))
/freebsd-12-stable/contrib/sendmail/include/sm/
Dio.h283 int sm_io_getc __P((SM_FILE_T *, int));
384 # define sm_io_getc(fp, t) sm_getc(fp, t) macro