Home
last modified time | relevance | path

Searched refs:MINCHUNKSIZE (Results 1 – 8 of 8) sorted by relevance

/dports/converters/mmencode/mm2.7/src/metamail/
H A Dsplitmail.c30 #define MINCHUNKSIZE 20000 /* Better be enough to hold the headers, or we die! */ macro
100 if (dum < MINCHUNKSIZE) {
101 …, "Ignoring SPLITSIZE environment variable of %d -- the minimum value is %d\n", dum, MINCHUNKSIZE);
117 if (dum < MINCHUNKSIZE && dum >= 0) {
118 fprintf(stderr, "splitmail: Using minimum splitsize of %d\n", MINCHUNKSIZE);
119 dum = MINCHUNKSIZE;
H A Dmailto.c85 #define MINCHUNKSIZE 20000 /* Better be enough to hold the headers, or we die! */ macro
508 if (i < MINCHUNKSIZE) {
509 …rr, "Ignoring SPLITSIZE environment variable of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
646 if (i < MINCHUNKSIZE) {
647 … fprintf(stderr, "Ignoring splitsize setting of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
2276 if (i < MINCHUNKSIZE) {
2277 …f(stderr, "Ignoring splitsize mailrc setting of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
/dports/mail/metamail/mm2.7/src/metamail/
H A Dsplitmail.c32 #define MINCHUNKSIZE 20000 /* Better be enough to hold the headers, or we die! */ macro
102 if (dum < MINCHUNKSIZE) {
103 …, "Ignoring SPLITSIZE environment variable of %d -- the minimum value is %d\n", dum, MINCHUNKSIZE);
119 if (dum < MINCHUNKSIZE && dum >= 0) {
120 fprintf(stderr, "splitmail: Using minimum splitsize of %d\n", MINCHUNKSIZE);
121 dum = MINCHUNKSIZE;
H A Dmailto.c86 #define MINCHUNKSIZE 20000 /* Better be enough to hold the headers, or we die! */ macro
509 if (i < MINCHUNKSIZE) {
510 …rr, "Ignoring SPLITSIZE environment variable of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
648 if (i < MINCHUNKSIZE) {
649 … fprintf(stderr, "Ignoring splitsize setting of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
2286 if (i < MINCHUNKSIZE) {
2287 …f(stderr, "Ignoring splitsize mailrc setting of %d -- the minimum value is %d\n", i, MINCHUNKSIZE);
/dports/math/concorde/concorde/LOCALCUT/
H A Dchunks.c33 #define MINCHUNKSIZE 5 /* do not try chunks with fewer vertices */ macro
518 if (count > MINCHUNKSIZE && in grab_all_chunks()
1076 if (count > MINCHUNKSIZE) { in get_sphere()
1149 if (count > MINCHUNKSIZE) { in get_weighted_sphere()
1231 if (count > MINCHUNKSIZE) { in get_card_sphere()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c2414 # define MINCHUNKSIZE 32 macro
2416 # define MINCHUNKSIZE 16 macro
2424 #define CHUNKINFOPAGE (PGSIZE / LINKEDLSTELS / MINCHUNKSIZE)
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c2414 # define MINCHUNKSIZE 32 macro
2416 # define MINCHUNKSIZE 16 macro
2424 #define CHUNKINFOPAGE (PGSIZE / LINKEDLSTELS / MINCHUNKSIZE)
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c2414 # define MINCHUNKSIZE 32 macro
2416 # define MINCHUNKSIZE 16 macro
2424 #define CHUNKINFOPAGE (PGSIZE / LINKEDLSTELS / MINCHUNKSIZE)