Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dprintf-parse.c67 size_t d_allocated; /* allocated elements of d->dir */ in PRINTF_PARSE() local
73 d_allocated = 1; in PRINTF_PARSE()
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE()
502 if (d->count >= d_allocated) in PRINTF_PARSE()
507 d_allocated = xtimes (d_allocated, 2); in PRINTF_PARSE()
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()