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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3317 struct dests_alloc local
3321 } *dests_alloc;
3327 if (__libc_use_alloca (sizeof (struct dests_alloc)))
3328 dests_alloc = (struct dests_alloc *) alloca (sizeof (struct dests_alloc));
3331 dests_alloc = re_malloc (struct dests_alloc, 1);
3332 if (BE (dests_alloc == NULL, 0))
3336 dests_node = dests_alloc
3313 struct dests_alloc struct
[all...]

Completed in 38 milliseconds