Lines Matching refs:msgfp
69 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()
577 s->msgfp = NULL; in bounce_next()
675 if (s->msgfp) in bounce_status()
676 fclose(s->msgfp); in bounce_status()