Searched refs:SLOP (Results 1 – 13 of 13) sorted by relevance
47 #define SLOP 5 macro 86 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)
121 #define SLOP 64 macro 155 { if((bufp + strlen(file) + SLOP) >= endbuf)164 n = endbuf - bufp - SLOP - 3;
112 #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)
78 # define SLOP 20 /* enough extra bytes to hold status info */ macro
359 size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SLOP; in dump_table()
56 * SLOP controls how much horizontal positioning error we'll accept and primarily64 #define SLOP .2 /* horizontal error - in points */ macro
467 float pointslop = SLOP; /* horizontal error in points */
47 #define SLOP 5 macro 97 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() macro 927 * NOTE: "SLOP" is the number in boot_ufs_getdents() 936 ((n > SLOP) ? n : 0)), in boot_ufs_getdents() 965 #undef SLOP in boot_ufs_getdents()
837 #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()
1005 #define SLOP (sizeof (struct dirent) - offsetof(struct dirent, d_name[1])) in boot_hsfs_getdents() macro 1024 * NOTE: "SLOP" is the number of bytes inserted into the dirent in boot_hsfs_getdents() 1029 n = roundup((sizeof (struct dirent) + ((n > SLOP) ? n : 0)), in boot_hsfs_getdents() 1051 #undef SLOP in boot_hsfs_getdents()