max 200 libdb/compat.h #define getcwd(buf, max) getwd (buf) max 105 libutil/idset.c idset->min = idset->max = idset->lastid = END_OF_ID; max 134 libutil/idset.c idset->max = idset->min = id; max 135 libutil/idset.c else if (id > idset->max) max 136 libutil/idset.c idset->max = id; max 152 libutil/idset.c if (id < idset->min || id > idset->max) max 185 libutil/idset.c if (idset->lastid >= idset->max) max 187 libutil/idset.c limit = idset->max / LONG_BIT + 1; max 30 libutil/idset.h unsigned int max;