HomeSort by: relevance | last modified time | path
    Searched refs:Fopen (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/mail/
quit.c 82 if ((obuf = Fopen(mailname, "ref+")) == NULL) {
153 if ((readstat = Fopen(Tflag, "wef")) == NULL)
186 if ((ibuf = Fopen(mailname, "ref")) == NULL) {
207 if ((ibuf = Fopen(tempname, "ref")) == NULL) {
217 if ((obuf = Fopen(mailname, "ref+")) == NULL) {
310 fbuf = Fopen(mailname, "ref");
354 if ((rbuf = Fopen(tempname, "ref")) == NULL)
383 if ((readstat = Fopen(Tflag, "wef")) == NULL)
441 if ((ibuf = Fopen(tempname, "ref")) == NULL) {
450 if ((abuf = Fopen(mbox, "ref")) != NULL)
    [all...]
collect.c 100 if ((of = Fopen(name, "we")) == NULL) {
289 dbuf = Fopen(cp, "ae");
669 else if ((fbuf = Fopen(cp, "re")) == NULL) {
edit.c 137 if ((nf = Fopen(tempname, "aef+")) == NULL) {
mime_detach.c 150 if (Fopen(fname, "wef") != NULL)
lex.c 218 if ((ibuf = Fopen(name, "ref")) == NULL) {
284 if ((itf = fopen(tempname, "ref")) == NULL)
321 ibuf = Fopen(mailname, "ref");
504 if ((fout = Fopen(cp, mode)) == NULL) {
505 warn("Fopen: %s", cp);
1125 if ((in = Fopen(name, "ref")) == NULL)
support.c 339 if ((fi = Fopen(cp, "ref")) == NULL) {
740 if ((f = Fopen(fname, "ref")) == NULL) {
extern.h 237 FILE * Fopen(const char *, const char *);
send.c 496 if ((nfi = Fopen(tempname, "ref")) == NULL) {
556 fo = Fopen(name, "aef");
mime_attach.c 276 fp = Fopen(filename, "ref");
359 (fp = Fopen(filename, "ref")) == NULL)
548 fi = Fopen(ap->a_name, "ref");
550 err(EXIT_FAILURE, "Fopen: %s", ap->a_name);
popen.c 125 Fopen(const char *fn, const char *mode)
129 if ((fp = fopen(fn, mode)) != NULL)
cmd2.c 233 if ((obuf = Fopen(fn, "aef")) == NULL) {
names.c 360 if ((fout = Fopen(fname, "aef")) == NULL) {

Completed in 17 milliseconds