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