Searched refs:collf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c65 static FILE *collf; /* File for saving away */ variable
82 collf = NULL;
108 (collf = Fdopen(fd, "w+")) == NULL) {
178 if (putline(collf, linebuf, !longline) < 0)
190 if (putline(collf, &linebuf[1], !longline) < 0)
301 if(putline(collf, cp, 1) < 0)
322 * then open it and copy the contents to collf.
393 if ((t = putline(collf, linebuf,
416 rewind(collf);
417 exwrite(cp, collf,
[all...]

Completed in 50 milliseconds