Searched refs:dests_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3344 struct dests_alloc local
3348 } *dests_alloc;
3354 if (__libc_use_alloca (sizeof (struct dests_alloc)))
3355 dests_alloc = (struct dests_alloc *) alloca (sizeof (struct dests_alloc));
3358 dests_alloc = re_malloc (struct dests_alloc, 1);
3359 if (BE (dests_alloc == NULL, 0))
3363 dests_node = dests_alloc
3340 struct dests_alloc struct
[all...]

Completed in 100 milliseconds