SLOP
#define SLOP .2 /* horizontal error - in points */
#define SLOP 5
# define SLOP 20 /* enough extra bytes to hold status info */
#define SLOP (sizeof (struct ifreq) + 128)
#define SLOP 5
#define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1]))
#undef SLOP
#define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1]))
#undef SLOP