Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c46 #define SLOP 5 macro
86 if (rlim.rlim_cur < argc + nfiles + SLOP) { in main()
87 rlim.rlim_cur = argc + nfiles + SLOP; in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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.c112 #define SLOP 64 /* enough for a message and an int */ macro
164 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf)
172 if(file && file[0] && line > 0 && (bufp + strlen(file) + SLOP) < endbuf)
/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) in libform_regcmp()
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h78 # define SLOP 20 /* enough extra bytes to hold status info */ macro
H A Dreadtab.c357 …ze = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SLOP; in dump_table()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h64 #define SLOP .2 /* horizontal error - in points */ macro
H A Ddpost.c465 float pointslop = SLOP; /* horizontal error in points */
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c865 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) in boot_ufs_getdents() macro
937 ((n > SLOP) ? n : 0)), in boot_ufs_getdents()
967 #undef SLOP in boot_ufs_getdents()
/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; in get_ifreq_array()
888 if (current_buf_size - size < SLOP in get_ifreq_array()
902 new_size = est_ifreq_size * est_if_count + SLOP; in get_ifreq_array()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1005 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) in boot_hsfs_getdents() macro
1029 n = roundup((sizeof (struct dirent) + ((n > SLOP) ? n : 0)), in boot_hsfs_getdents()
1052 #undef SLOP in boot_hsfs_getdents()