Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dfiledoalloc.c96 ALLOC_BUF (p, size, EOF);
DlibioP.h657 # define ALLOC_BUF(_B, _S, _R) \ macro
678 # define ALLOC_BUF(_B, _S, _R) \
Dgenops.c543 ALLOC_BUF (buf, _IO_BUFSIZ, EOF);
DChangeLog788 Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
794 (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
810 (_IO_default_doallocate): Correctly use ALLOC_BUF.
2212 USE_MALLOC_BUF. Add code to return EOF if ALLOC_BUF fails.