Searched refs:SLOP (Results 1 – 4 of 4) sorted by relevance
64 #define SLOP 10 /* strlen(" () - ") < 10 */ macro240 if (maxlen + extlen < curlen + len + SLOP) { in oldman()241 newmaxlen = 2 * (curlen + len) + SLOP + extlen; in oldman()344 if (maxlen + extlen < curlen + len + SLOP) { in newman()345 newmaxlen = 2 * (curlen + len) + SLOP + extlen; in newman()
444 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd() macro445 if ((buf = CAST(unsigned char *, malloc(ms->bytes_max + SLOP))) == NULL) in file_or_fd()538 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */ in file_or_fd()
3346 * utils.c (fputs_demangled): Rename SLOP since DECstation system