Home
last modified time | relevance | path

Searched refs:MINSIZE (Results 1 – 5 of 5) sorted by relevance

/original-bsd/bin/sh/
H A Dmemalloc.c81 #define MINSIZE 504 /* minimum size of a block */ macro
86 char space[MINSIZE];
92 int stacknleft = MINSIZE;
110 if (blocksize < MINSIZE)
111 blocksize = MINSIZE;
113 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
191 sp = ckrealloc((pointer)sp, sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dmakevfont.c70 #define MINSIZE 6 /* the minimum and maximum point size values */ macro
243 if (pointsize < MINSIZE || pointsize > MAXSIZE)
303 if (psize < MINSIZE || psize > MAXSIZE)
H A Dmakeifont.c68 #define MINSIZE 6 /* the minimum and maximum point size values */ macro
265 if (pointsize < MINSIZE || pointsize > MAXSIZE)
/original-bsd/old/berknet/
H A Ddefs.h65 # define MINSIZE 50 macro
H A Dnetdaemon.c269 if(lsize < MINSIZE){ /* all files are at least this long */