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

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c471 puthead(hp, stdout, GTO|GCC|GBCC, 0);
535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos);
625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi));
652 puthead(struct header *hp, FILE *fo, int w, long clen) function
750 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos);
H A Dcollect.c194 puthead(hp, stdout, t, 0);
653 puthead(hp, fbuf, GMASK, 0);
727 puthead(hp, fbuf, GMASK|GCLEN, fsize(ibuf));
861 puthead(hp, fbuf, GMASK, 0);
1187 puthead(savehp, dbuf, GMASK|GCLEN, fsize(newi));
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h550 extern int puthead(struct header *hp, FILE *fo, int w, long clen);

Completed in 64 milliseconds