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

/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];
/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 */
H A Dvmbest.c626 /**/ ASSERT(HEADSIZE == sizeof(Head_t));

Completed in 33 milliseconds