Home
last modified time | relevance | path

Searched refs:_codecvt (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Diofclose.c67 struct _IO_codecvt *cc = fp->_codecvt;
Dwfileops.c82 struct _IO_codecvt *cc = fp->_codecvt;
156 cd = fp->_codecvt;
385 struct _IO_codecvt *cv = fp->_codecvt;
489 cv = fp->_codecvt;
Dlibio.h259 struct _IO_codecvt _codecvt; member
322 struct _IO_codecvt *_codecvt; member
Dfileops.c308 cc = fp->_codecvt = &fp->_wide_data->_codecvt;
Diofwide.c108 struct _IO_codecvt *cc = fp->_codecvt;
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dbasic_file_libio.cc123 _codecvt = &__c_libio_codecvt; in __basic_file()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20002794 (__basic_file<wchar_t>): Adjust _wide_data->_codecvt to just _codecvt.