Y                 329 ntfs/ntfs.h    #define DPRINTF(X, Y) do { if(ntfs_debug >= (X)) printf Y; } while(0)
Y                 333 ntfs/ntfs.h    #define DPRINTF(X, Y)
Y                1664 xfs/xfs_config.h #define realloc(X, Y) isoc_realloc((X), (Y))
Y                1665 xfs/xfs_config.h #define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))