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

/freebsd-10.0-release/contrib/file/
H A Dmagic.c395 #define SLOP (1 + sizeof(union VALUETYPE)) macro
396 if ((buf = CAST(unsigned char *, malloc(HOWMANY + SLOP))) == NULL)
467 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */

Completed in 159 milliseconds