Home
last modified time | relevance | path

Searched refs:GCLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c536 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
626 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
689 if (w & GCLEN) in puthead()
751 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos); in savemail()
H A Dcollect.c727 puthead(hp, fbuf, GMASK|GCLEN, fsize(ibuf)); in collect()
1187 puthead(savehp, dbuf, GMASK|GCLEN, fsize(newi)); in collrub()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h229 #define GCLEN 256 /* Include Content-Length header */ macro