Searched defs:HEADSIZE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h251 #define HEADSIZE ROUND(sizeof(struct _head_s),ALIGN) macro
253 { Vmuchar_t data[HEADSIZE]; /* to standardize size */
/ast/src/cmd/mailx/
H A Dmailx.h157 #define HEADSIZE 128 /* maximum header line length */ macro
443 char name[HEADSIZE];
444 char type[HEADSIZE];
445 char opts[HEADSIZE];
446 char code[HEADSIZE];
739 char pattern[HEADSIZE];
740 char tmp[HEADSIZE];
765 char boundary[HEADSIZE];

Completed in 18 milliseconds