Searched refs:sm_io_fgets (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dcf.c57 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dfget.c45 sm_io_fgets(fp, timeout, buf, n) function
H A Dt-fget.c42 r = sm_io_fgets(rfp, SM_TIME_DEFAULT, buf, n);
/freebsd-10.3-release/contrib/sendmail/makemap/
H A Dmakemap.c245 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
394 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf)
/freebsd-10.3-release/contrib/sendmail/rmail/
H A Drmail.c138 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf,
387 } while (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf,
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmime.c326 while ((blen = sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
370 while ((blen = sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
447 while ((blen = sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
526 while ((blen = sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
1070 while ((blen = sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
1180 while (sm_io_fgets(e->e_dfp, SM_TIME_DEFAULT, buf,
H A Dalias.c660 while (sm_io_fgets(af, SM_TIME_DEFAULT, line, sizeof(line)) >= 0)
672 if (sm_io_fgets(af, SM_TIME_DEFAULT, p,
782 if (sm_io_fgets(af, SM_TIME_DEFAULT, p,
H A Dcontrol.c304 if (sm_io_fgets(s, SM_TIME_DEFAULT, inp, sizeof(inp)) < 0)
H A Dsavemail.c206 while (sm_io_fgets(e->e_xfp, SM_TIME_DEFAULT,
879 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf,
1062 while ((blen = sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT,
H A Dconf.c980 while (sm_io_fgets(fp, SM_TIME_DEFAULT, buf,
2844 (void) sm_io_fgets(file, SM_TIME_DEFAULT, name->nodename,
2861 while (sm_io_fgets(file, SM_TIME_DEFAULT,
3236 while (sm_io_fgets(shellf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dmci.c976 while (sm_io_fgets(fp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Drecipient.c1827 while (sm_io_fgets(fp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&
H A Dutil.c1309 l = sm_io_fgets(fp, io_timeout, buf, siz);
1312 /* The sm_io_fgets() call timedout */
H A Dmain.c2116 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf,
H A Dusersmtp.c804 sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dmap.c5853 while (sm_io_fgets(f, SM_TIME_DEFAULT,
5927 sm_io_fgets(f, SM_TIME_DEFAULT,
H A Dqueue.c2745 sm_io_fgets(cf, SM_TIME_DEFAULT, lbuf,
4983 while (sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dreadcf.c1199 while (sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dsrvrsmtp.c5311 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
/freebsd-10.3-release/contrib/sendmail/vacation/
H A Dvacation.c512 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&
957 while (sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof buf) >= 0)
1052 while (sm_io_fgets(mfp, SM_TIME_DEFAULT, buf, sizeof buf) >= 0)
/freebsd-10.3-release/contrib/sendmail/praliases/
H A Dpraliases.c125 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dio.h272 int sm_io_fgets __P((SM_FILE_T *, int, char *, int));
/freebsd-10.3-release/contrib/sendmail/mailstats/
H A Dmailstats.c137 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)

Completed in 231 milliseconds