Searched refs:SLOP (Results 1 – 11 of 11) sorted by relevance
47 #define SLOP 5 macro86 if (rlim.rlim_cur < argc + nfiles + SLOP) { in main()87 rlim.rlim_cur = argc + nfiles + SLOP; in main()
121 #define SLOP 64 macro155 { if((bufp + strlen(file) + SLOP) >= endbuf)164 n = endbuf - bufp - SLOP - 3;
113 #define SLOP 64 /* enough for a message and an int */ macro165 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf)173 if(file && file[0] && line > 0 && (bufp + strlen(file) + SLOP) < endbuf)
78 # define SLOP 20 /* enough extra bytes to hold status info */ macro
359 …ze = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SLOP; in dump_table()
64 #define SLOP .2 /* horizontal error - in points */ macro
467 float pointslop = SLOP; /* horizontal error in points */
47 #define SLOP 5 macro97 if ((sep = ep = malloc((unsigned)(2 * i + SLOP))) == NULL) in libform_regcmp()
864 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) in boot_ufs_getdents() macro936 ((n > SLOP) ? n : 0)), in boot_ufs_getdents()965 #undef SLOP in boot_ufs_getdents()
837 #define SLOP (sizeof (struct ifreq) + 128) macro870 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()
1005 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) in boot_hsfs_getdents() macro1029 n = roundup((sizeof (struct dirent) + ((n > SLOP) ? n : 0)), in boot_hsfs_getdents()1051 #undef SLOP in boot_hsfs_getdents()