Searched refs:ALIGN (Results 1 – 1 of 1) sorted by relevance
69 #ifndef ALIGN70 #define ALIGN(p) (((unsigned long int) (p) + ALIGNBYTES) & ~ALIGNBYTES) macro1009 p->fts_statp = (struct STRUCT_STAT *)ALIGN(p->fts_name + namelen + 2); in fts_alloc()
Completed in 4 milliseconds