Home
last modified time | relevance | path

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

/netbsd-src/libexec/getNAME/
H A DgetNAME.c64 #define SLOP 10 /* strlen(" () - ") < 10 */ macro
240 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()
/netbsd-src/external/bsd/file/dist/src/
H A Dmagic.c444 #define SLOP (1 + sizeof(union VALUETYPE)) in file_or_fd() macro
445 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()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19923346 * utils.c (fputs_demangled): Rename SLOP since DECstation system
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19923346 * utils.c (fputs_demangled): Rename SLOP since DECstation system