Searched refs:sm_io_ungetc (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/sendmail/libsm/ |
H A D | vfscanf.c | 616 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, 624 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, c); 718 (void) sm_io_ungetc(fp, 728 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, 732 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, c);
|
H A D | ungetc.c | 96 sm_io_ungetc(fp, timeout, c) in sm_io_ungetc() function
|
/freebsd-src/contrib/sendmail/src/ |
H A D | alias.c | 675 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, c); 799 (void) sm_io_ungetc(af, SM_TIME_DEFAULT, c);
|
H A D | collect.c | 605 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, 763 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, c);
|
H A D | util.c | 1568 (void) sm_io_ungetc(f, SM_TIME_DEFAULT, 1599 (void) sm_io_ungetc(f, SM_TIME_DEFAULT, i);
|
H A D | mime.c | 781 (void) sm_io_ungetc(fp, SM_TIME_DEFAULT, c);
|
H A D | srvrsmtp.c | 561 sm_io_ungetc(channel, SM_TIME_DEFAULT, eoftest);
|
/freebsd-src/contrib/sendmail/include/sm/ |
H A D | io.h | 302 int sm_io_ungetc __P((SM_FILE_T *, int, int));
|