Searched refs:GCLEN (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mailx/ |
H A D | send.c | 535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1() 625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix() 688 if (w & GCLEN) in puthead() 750 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos); in savemail()
|
H A D | collect.c | 727 puthead(hp, fbuf, GMASK|GCLEN, fsize(ibuf)); in collect() 1187 puthead(savehp, dbuf, GMASK|GCLEN, fsize(newi)); in collrub()
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 228 #define GCLEN 256 /* Include Content-Length header */ macro
|