Searched refs:SLOP (Results 1 – 1 of 1) 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()