Home | History | Annotate | Download | only in mail

Lines Matching defs:fbuf

369 	FILE *fbuf;
637 (fbuf = Fdopen(fd, "wef+")) == NULL) {
648 rc2 = run_command(shellcmd, NULL, nullfd, fileno(fbuf), "-c", cp + 1, NULL);
653 (void)Fclose(fbuf);
657 if (fsize(fbuf) == 0) {
659 (void)Fclose(fbuf);
663 rewind(fbuf);
669 else if ((fbuf = Fopen(cp, "re")) == NULL) {
677 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
681 (void)Fclose(fbuf);
686 (void)Fclose(fbuf);