Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mklocale/
H A Dyacc.y92 u_int32_t *xrelalloc(u_int32_t *old, unsigned int sz);
362 xrelalloc(u_int32_t *old, unsigned int sz) in xrelalloc() function
568 r->types = xrelalloc(r->types, list->max - r->min + 1); in add_map()
595 r->types = xrelalloc(r->types, lr->max - r->min + 1); in add_map()