MAX 587 lib/replace/replace.h #define MAX(a,b) ((a)>(b)?(a):(b)) MAX 201 lib/replace/snprintf.c #define MAX(p,q) (((p) >= (q)) ? (p) : (q)) MAX 134 source4/heimdal/lib/hcrypto/imath/imath.c #define MAX(A, B) ((B)>(A)?(B):(A))