Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_format_rar.c188 int numentries; member
2353 code->numentries = 1; in create_code()
2449 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2477 new_tree = realloc(code->tree, (code->numentries + 1) * sizeof(*code->tree)); in new_node()
2481 code->tree[code->numentries].branches[0] = -1; in new_node()
2482 code->tree[code->numentries].branches[1] = -2; in new_node()
2514 if (node < 0 || node >= code->numentries) in make_table_recurse()
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c857 int numentries = (sizeof(part_types)/sizeof(struct part_type)); in get_type() local
862 while(counter < numentries) { in get_type()