Searched refs:SM_ALIGN (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ | ||
H A D | local.h | 102 #define SM_ALIGN(p) (((unsigned long)(p) + SM_ALIGN_BITS) & ~SM_ALIGN_BITS) macro |
H A D | findfp.c | 126 p = (SM_FILE_T *) SM_ALIGN(g + 1); |