MAX               203 libdb/compat.h #define	MAX(_a,_b)	((_a)<(_b)?(_b):(_a))
MAX               369 libglibc/regex.c #undef MAX
MAX               371 libglibc/regex.c #define MAX(a, b) ((a) > (b) ? (a) : (b))