Searched refs:SLOP (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dmagic.c419 #define SLOP (1 + sizeof(union VALUETYPE)) macro
420 if ((buf = CAST(unsigned char *, malloc(ms->bytes_max + SLOP))) == NULL)
512 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */

Completed in 61 milliseconds