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

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h78 # define SLOP 20 /* enough extra bytes to hold status info */ macro
H A Dreadtab.c359 size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SLOP;
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h56 * SLOP controls how much horizontal positioning error we'll accept and primarily
64 #define SLOP .2 /* horizontal error - in points */ macro
H A Ddpost.c467 float pointslop = SLOP; /* horizontal error in points */
/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c47 #define SLOP 5 macro
86 if (rlim.rlim_cur < argc + nfiles + SLOP) {
87 rlim.rlim_cur = argc + nfiles + SLOP;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c47 #define SLOP 5 macro
97 if ((sep = ep = malloc((unsigned)(2 * i + SLOP))) == NULL)
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c121 #define SLOP 64 macro
155 { if((bufp + strlen(file) + SLOP) >= endbuf)
164 n = endbuf - bufp - SLOP - 3;
H A Dvmdebug.c113 #define SLOP 64 /* enough for a message and an int */ macro
165 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf)
173 if(file && file[0] && line > 0 && (bufp + strlen(file) + SLOP) < endbuf)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c837 #define SLOP (sizeof (struct ifreq) + 128) macro
870 current_buf_size = est_ifreq_size * est_if_count + SLOP;
888 if (current_buf_size - size < SLOP
902 new_size = est_ifreq_size * est_if_count + SLOP;
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1005 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) macro
1024 * NOTE: "SLOP" is the number of bytes inserted into the dirent
1029 n = roundup((sizeof (struct dirent) + ((n > SLOP) ? n : 0)),
1051 #undef SLOP macro
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c864 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) macro
927 * NOTE: "SLOP" is the number
936 ((n > SLOP) ? n : 0)),
965 #undef SLOP macro

Completed in 78 milliseconds