Lines Matching refs:fp
51 register FILE *fp, *fi;
69 if ((fp = popen(cmd, "w")) == NULL)
71 (void) fprintf(fp, "To: %s\nSubject: %s\n\n%s\n", user, subj, str);
75 fputs(gettext("\n\t===== stderr was =====\n"), fp);
76 if (xfappend(fi, fp) != SUCCESS)
77 fputs(gettext("\n\t===== well, i tried =====\n"), fp);
79 fputc('\n', fp);
85 fputs(gettext("\n\t===== stdin was empty =====\n"), fp);
88 " denied read permission =====\n"), fp);
95 "\n\t===== stdin was unreadable =====\n"), fp);
101 fputs(gettext("\n\t===== stdin was =====\n"), fp);
102 if (xfappend(fi, fp) != SUCCESS)
104 "\n\t===== well, i tried =====\n"), fp);
107 fputc('\n', fp);
110 (void) pclose(fp);