Searched refs:msgfp (Results 1 – 1 of 1) sorted by relevance
69 FILE *msgfp; member388 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 …]