Searched refs:sfgets (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | util.c | 1426 sfgets(buf, siz, fp, timeout, during) in sfgets() function 3109 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
|
H A D | sendmail.h | 2996 extern char *sfgets __P((char *, int, SM_FILE_T *, time_t, char *));
|
H A D | usersmtp.c | 3268 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
|
H A D | srvrsmtp.c | 1660 (p = sfgets(inp, sizeof(inp), InChannel,
|
H A D | deliver.c | 4923 while (sfgets(buf, sizeof(buf), mci->mci_in,
|
H A D | map.c | 5123 lmap->ldap_secret = sfgets(m_tmp, sizeof(m_tmp),
|