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

/freebsd-13-stable/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-13-stable/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-13-stable/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,
781 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,
917 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf,
1100 while ((blen = sm_io_fgets(e->e_parent->e_xfp, SM_TIME_DEFAULT,
H A Dconf.c1033 while (sm_io_fgets(fp, SM_TIME_DEFAULT, buf,
2911 (void) sm_io_fgets(file, SM_TIME_DEFAULT, name->nodename,
2928 while (sm_io_fgets(file, SM_TIME_DEFAULT,
3301 while (sm_io_fgets(shellf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dmci.c1019 while (sm_io_fgets(fp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Drecipient.c1832 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.c2122 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf,
H A Dusersmtp.c819 sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dqueue.c2777 sm_io_fgets(cf, SM_TIME_DEFAULT, lbuf,
5040 while (sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dmap.c6278 while (sm_io_fgets(f, SM_TIME_DEFAULT,
6352 sm_io_fgets(f, SM_TIME_DEFAULT,
H A Dreadcf.c1189 while (sm_io_fgets(f, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
H A Dsrvrsmtp.c5469 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
/freebsd-13-stable/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-13-stable/contrib/sendmail/makemap/
H A Dmakemap.c125 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
566 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf)
/freebsd-13-stable/contrib/sendmail/praliases/
H A Dpraliases.c125 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dio.h272 int sm_io_fgets __P((SM_FILE_T *, int, char *, int));
/freebsd-13-stable/contrib/sendmail/mailstats/
H A Dmailstats.c137 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)

Completed in 193 milliseconds