Searched refs:SLOP (Results 1 – 2 of 2) sorted by relevance
438 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd() macro439 if ((buf = CAST(unsigned char *, malloc(ms->bytes_max + SLOP))) == NULL) in file_or_fd()532 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */ in file_or_fd()
838 #define SLOP (sizeof (struct ifreq) + 128) macro874 current_buf_size = est_ifreq_size * est_if_count + SLOP; in get_ifreq_array()892 if (current_buf_size - size < SLOP in get_ifreq_array()906 new_size = est_ifreq_size * est_if_count + SLOP; in get_ifreq_array()