Lines Matching refs:buffer
262 reuse the buffer. It is the responsibility of the caller of the
263 @code{glob} function to allocate and deallocate the buffer, around the
265 application could allocate the buffer in the @code{gl_readdir} callback
840 @c (re_)realloc @ascuheap @acsmem [no @asucorrupt @acucorrupt for we zero the buffer]
1623 …ar{errcode}, const regex_t *restrict @var{compiled}, char *restrict @var{buffer}, size_t @var{leng…
1629 starting at @var{buffer}. For the @var{compiled} argument, supply the
1643 should call @code{regerror} again with a larger buffer.
1646 allocates a buffer for the error message:
1652 char *buffer = xmalloc (length);
1653 (void) regerror (errcode, compiled, buffer, length);
1654 return buffer;