Home
last modified time | relevance | path

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

/NextBSD/contrib/mtree/
HDmisc.c182 #define TAG_CHUNK 20 in addtag() macro
184 if ((list->count % TAG_CHUNK) == 0) { in addtag()
187 new = (char **)realloc(list->list, (list->count + TAG_CHUNK) in addtag()