Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dbounce.c69 FILE *msgfp; member
388 if ((s->msgfp = fdopen(fd, "r")) == NULL) { in bounce_next_message()
539 if ((len = getline(&line, &sz, s->msgfp)) == -1) in bounce_next()
545 fclose(s->msgfp); in bounce_next()
546 s->msgfp = NULL; in bounce_next()
560 if (ferror(s->msgfp)) { in bounce_next()
561 fclose(s->msgfp); in bounce_next()
562 s->msgfp = NULL; in bounce_next()
575 if (feof(s->msgfp)) { in bounce_next()
576 fclose(s->msgfp); in bounce_next()
[all …]