Searched refs:SLOP (Results 1 – 2 of 2) sorted by relevance
366 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_stream() macro367 buf = emalloc(HOWMANY + SLOP); in file_or_stream()412 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */ in file_or_stream()
2427 #define SLOP (1 + sizeof(union VALUETYPE))2428 - if ((buf = CAST(unsigned char *, malloc(HOWMANY + SLOP))) == NULL)2430 + buf = emalloc(HOWMANY + SLOP);2517 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
Completed in 9 milliseconds