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

/haiku-buildtools/legacy/gcc/libio/
H A Dstrfile.h39 typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t)); typedef
44 _IO_alloc_type _allocate_buffer;
67 #define _IO_STR_DYNAMIC(FP) ((FP)->_s._allocate_buffer != (_IO_alloc_type)0)
H A Dstrstream.cc75 void strstreambuf::init_dynamic(_IO_alloc_type alloc, _IO_free_type free,
H A Dstrstream.h41 void init_dynamic(_IO_alloc_type alloc, _IO_free_type free,
H A Dstrops.c105 (((_IO_strfile *) fp)->_s._allocate_buffer) = (_IO_alloc_type)0;
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvasprintf.c56 sf._s._allocate_buffer = (_IO_alloc_type) malloc;

Completed in 92 milliseconds