Searched refs:MINSIZE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.bin/m4/lib/
H A Dohash_int.h22 #define MINSIZE (1UL << 4) macro
H A Dohash_init.c26 if (h->size < MINSIZE)
27 h->size = MINSIZE;
H A Dohash_do.c37 if (ns < MINSIZE)
38 ns = MINSIZE;
/netbsd-current/external/bsd/ekermit/dist/
H A Ddebug.h3 #ifndef MINSIZE /* MINSIZE inhibits debugging */
7 #endif /* MINSIZE */
H A Dkermit.h75 #ifdef MINSIZE
82 #endif /* MINSIZE */
/netbsd-current/bin/sh/
H A Dmemalloc.c110 #define MINSIZE 504 /* minimum size of a block */ macro
114 char space[MINSIZE];
121 int stacknleft = MINSIZE;
136 if (blocksize < MINSIZE)
137 blocksize = MINSIZE;
139 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
234 sizeof(struct stack_block) - MINSIZE + newlen);
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_ohash.c45 #define MINSIZE (1UL << 4) macro
97 if (ns < MINSIZE)
98 ns = MINSIZE;
199 if (h->size < MINSIZE)
200 h->size = MINSIZE;
/netbsd-current/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c123 #define MINSIZE MAX(MAX(CHFS_EB_EC_HDR_SIZE, CHFS_EB_HDR_NOR_SIZE), \ macro
125 if ((uint32_t)opts->pagesize < MINSIZE)
126 errx(EXIT_FAILURE, "pagesize cannot be less than %zu", MINSIZE);

Completed in 209 milliseconds